Skip to main content

Windows Terminal Context Menu - How To Setup

When I heard about The new Windows Terminal I was mind Blown because of how beautiful it is to customize your own terminal window.

Terminals are one tool most programmers use to automatically generate something or build something. So having this kind of terminal is awesome.

After Downloading the terminal there is something missing. And that is opening the Windows Terminal in the context menu.

What A context menu is when you right-click on a directory and an option will show up. Something like this image. This is really a good feature to have because you can just easily open your project by doing it.

And so because of that, I created a simple PROJECT that is easy and simple to setup.

So, to set up this,

Important

You should have installed the Windows Terminal on your system. If you haven't installed yet, you can go to these options to download the app:



πŸ‘‰ Note: Windows Terminal requires Windows 10 1903 (build 18362) or later

Download the latest release HERE

Follow This Steps After Downloading, and will configure everything for you.

Step 1

Open Windows Terminal and Open settings. use Command Ctrl+, or by clicking the drop-down menu.

and then under profile -> default: add startingDirectory

"profiles": {
     "defaults" : {
          ...
          "startingDirectory": "." //add this
     }
}


Step 2

Run the Install.bat to automatically configure the context menu for you.

Thats It! Have a Nise Day! πŸ˜„πŸ‘πŸ‘Š

Project Repo πŸ‘ˆπŸ‘ˆπŸ‘

Comments

Popular posts from this blog

Solid - The best JavaScript UI library?

A while ago, I wrote a post on some of the most important advantages of Svelte. Back then, the framework had just received a major update, and it was quite a hot topic to cover. Now, after the dust has settled, Svelte still has a lot going for it, but it also has some drawbacks that previously went unnoticed. I don't want to rant over these small issues because that's not the point of this article, and besides - I really like Svelte! But for your information, these are: TypeScript support - although it's been added recently, it wasn't there at the time Svelte exploded in popularity. Thus, most of its still small, but very important for the framework ecosystem will most likely not support it. Syntax differences - Svelte feels good when you get used to it, but because of its compiler-bas...

How To Become A Web Developer

STEP 1: PICK THE SKILLS YOU NEED TO WORK IN WEB DEVELOPMENT Web developer jobs are typically skill-based (as opposed to requiring credentials like a tech-specific bachelor’s degree or even an associate’s degree), which means if you have the skills, you can do the job. Step one then on the road to web development: identify exactly what those skills are. In doing so, it’s important to note there are two categories of web developer jobs: front-end development and back-end development. FRONT END WEB DEVELOPMENT SKILLS HTML CSS JavaScript Front-end developers work with the visual parts of a website that users see and interact with through their web browser. According to Ana MartΓ­nez, Front-End Developer at digital production studio Commite Inc., there’s a trifecta of coding languages that serve as a backbone for any front-end developer career. Martine...