Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Access to certain location #6535

Closed
gkgaurav31 opened this issue Jun 16, 2020 · 4 comments
Closed

Quick Access to certain location #6535

gkgaurav31 opened this issue Jun 16, 2020 · 4 comments
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting No-Recent-Activity This issue/PR is going stale and may be auto-closed without further activity. Product-Terminal The new Windows Terminal.

Comments

@gkgaurav31
Copy link

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.

@gkgaurav31 gkgaurav31 added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Jun 16, 2020
@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Jun 16, 2020
@zadjii-msft
Copy link
Member

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 zadjii-msft added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Jun 16, 2020
@gkgaurav31
Copy link
Author

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.

@ghost ghost added Needs-Attention The core contributors need to come back around and look at this ASAP. and removed Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something labels Jun 16, 2020
@zadjii-msft
Copy link
Member

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 zadjii-msft added Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something Product-Terminal The new Windows Terminal. and removed Needs-Attention The core contributors need to come back around and look at this ASAP. labels Jun 16, 2020
@ghost ghost added the No-Recent-Activity This issue/PR is going stale and may be auto-closed without further activity. label Jun 20, 2020
@ghost
Copy link

ghost commented 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 ghost closed this as completed Jun 24, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting No-Recent-Activity This issue/PR is going stale and may be auto-closed without further activity. Product-Terminal The new Windows Terminal.
Projects
None yet
Development

No branches or pull requests

2 participants