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

Option to query only into sub directories in zoxide query #468

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Blonteractor
Copy link
Contributor

Adds feature(s) requested in Issue#459.

New command zw: Only matches files/folders which are a sub directory of the current directory

New Behavior for zoxide query: When the first argument is a ., it behaves as the zw command and only matches sub directories. If the argument is ~ is behaves as normal.

TODO: Only match directories starting in $HOME when first argument is a ~

@Blonteractor Blonteractor changed the title Issue#459 Option to query only into sub directories in zoxide query Oct 19, 2022
@Blonteractor Blonteractor changed the title Option to query only into sub directories in zoxide query Option to query only into sub directories in zoxide query Oct 19, 2022
@Blonteractor
Copy link
Contributor Author

The Ubuntu build is failing, something to do with nix. No clue how to deal with it, any help? @ajeetdsouza

@ajeetdsouza ajeetdsouza force-pushed the main branch 2 times, most recently from c8fb2f2 to 5de13be Compare May 5, 2023 22:25
jade-tea-h added a commit to jade-tea-h/dotfiles that referenced this pull request Feb 8, 2024
`$(pwd)` evaluates when the alias is sourced, so obviously this didn't
work. Instead of trying to hack this feature just wait for it to be
[added](ajeetdsouza/zoxide#468)

This reverts commit f336cf4 (Merge branch 'zoxide-alias-additions' into dev, 2024-02-08), reversing
changes made to 41aa1c7 (Merge branch 'nvim-view-indent-fixes' into dev, 2024-02-07).
jade-tea-h added a commit to jade-tea-h/dotfiles that referenced this pull request Feb 26, 2024
`$(pwd)` evaluates when the alias is sourced, so obviously this didn't
work. Instead of trying to hack this feature just wait for it to be
[added](ajeetdsouza/zoxide#468)

This reverts commit f336cf4 (Merge branch 'zoxide-alias-additions' into dev, 2024-02-08), reversing
changes made to 41aa1c7 (Merge branch 'nvim-view-indent-fixes' into dev, 2024-02-07).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants