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

Feature request: Change directory using numbered list #61

Open
roubles opened this issue Apr 5, 2017 · 2 comments
Open

Feature request: Change directory using numbered list #61

roubles opened this issue Apr 5, 2017 · 2 comments

Comments

@roubles
Copy link

roubles commented Apr 5, 2017

Gurus,

This tool is great, and I think more value can be added if we can show a numbered list, and allow users to jump to a directory based on the number.

This is similar to how you run the history command, you see a numbered list of history commands, and then you can use !n to re run a particular command. Similarly,

$ l
1     foo         /Users/roubles/foo
2     bar         /Users/roubles/bar
3     fubar       /Users/roubles/fubar
4     nada        /Users/roubles/nada
5     alice       /Users/roubles/git/alice
6     bob         /Users/roubles/git/bob

And then users can use something like 'n 5' and jump to /Users/roubles/git/alice.

$ n 5
$ pwd
$ /Users/roubles/git/alice

This simplifies the workflow a lot.

@fpedroza
Copy link

fpedroza commented Apr 5, 2017

Are you aware that tab-completion works? This meets my needs regarding this feature request.

@roubles
Copy link
Author

roubles commented May 10, 2017

Created dynamarks for this feature: https://github.com/roubles/dynamarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants