-
Notifications
You must be signed in to change notification settings - Fork 556
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] Jumping to children of current working directory #459
Comments
Sure! I'd suggest a feature that works this way:
You'd be able to use |
Got a working backend for this. Right now I added a |
I got it working by making it a different command in the shell scripts, |
This behaviour should be triggered within Rust rather than within Bash, since it would be common to all 8 shells supported by zoxide. |
Aight made a pull request |
I'd argue this should also be the default behavior for the The
Option 5 already has a poor manual jump list in Linux with Currently I would estimate 98% of use cases a jump command wants to do something relative to their current folder (up, down, or over). Only a small number of cases want to jump to unrelated folders. Unfortunately, Zoxide currently only supports jumping to unrelated folders, and custom functions would need to be written to enable jumping to folders relative to the current (e.g. a custom function that automatically inserts the current path as the first search term). |
Feature request to add additional shell commands for jumping to children for working directory, similar to
jc
in autojump.WDYT about bringing this to zoxide?
Happy to take this task on.
The text was updated successfully, but these errors were encountered: