Quick Access to certain location #9065

Closed
opened 2026-01-31 01:45:07 +00:00 by claunia · 4 comments
Owner

Originally created by @gkgaurav31 on GitHub (Jun 16, 2020).

Often we switch between different locations a lot. It would be great to have something like a "quick access bar" use which we can directly cd to a certain location.
Something similar to "alias" as in Linux would also be helpful.

Originally created by @gkgaurav31 on GitHub (Jun 16, 2020). Often we switch between different locations a lot. It would be great to have something like a "quick access bar" use which we can directly cd to a certain location. Something similar to "alias" as in Linux would also be helpful.
Author
Owner

@zadjii-msft commented on GitHub (Jun 16, 2020):

How would you propose this works with something like vim or emacs, where cd <some path>␊ isn't the command for changing directories?

@zadjii-msft commented on GitHub (Jun 16, 2020): How would you propose this works with something like `vim` or `emacs`, where `cd <some path>␊` isn't the command for changing directories?
Author
Owner

@gkgaurav31 commented on GitHub (Jun 16, 2020):

The idea is around navigating to different locations in general.
For example, I needed cmd to start at a specific location when I open it in the Windows Terminal. I was able to do it using this:

        {
            // Make changes here to the cmd.exe profile.
            "guid": "{0cxyzd-35be-5f56-a8ff-afxyza6101}",
            "name": "Command Prompt",
            "commandline": "cmd.exe \/k cd c:\\sandbox",
            "hidden": false
        }

Similarly, it would be nice to switch to other locations easily. (Does not necessarily have to be via the command line). Maybe we can just have a drop down menu where I have the recent or most used locations, and easily switch to that.

@gkgaurav31 commented on GitHub (Jun 16, 2020): The idea is around navigating to different locations in general. For example, I needed cmd to start at a specific location when I open it in the Windows Terminal. I was able to do it using this: { // Make changes here to the cmd.exe profile. "guid": "{0cxyzd-35be-5f56-a8ff-afxyza6101}", "name": "Command Prompt", "commandline": "cmd.exe \/k cd c:\\sandbox", "hidden": false } Similarly, it would be nice to switch to other locations easily. (Does not necessarily have to be via the command line). Maybe we can just have a drop down menu where I have the recent or most used locations, and easily switch to that.
Author
Owner

@zadjii-msft commented on GitHub (Jun 16, 2020):

Why wouldn't you just use the startingDirectory property instead of passing it in the commandline?

I think this will probably end up being solved by #1571/#5888, but I want to make sure I understand the use case fully

@zadjii-msft commented on GitHub (Jun 16, 2020): Why wouldn't you just use the `startingDirectory` property instead of passing it in the commandline? I think this will probably end up being solved by #1571/#5888, but I want to make sure I understand the use case fully
Author
Owner

@ghost commented on GitHub (Jun 20, 2020):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@ghost commented on GitHub (Jun 20, 2020): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9065