-
Notifications
You must be signed in to change notification settings - Fork 613
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
base: main
Are you sure you want to change the base?
Conversation
zoxide query
zoxide query
The Ubuntu build is failing, something to do with nix. No clue how to deal with it, any help? @ajeetdsouza |
b6fdfc7
to
7af4da1
Compare
3fff4d7
to
b747a0c
Compare
adefb17
to
7299e33
Compare
c8fb2f2
to
5de13be
Compare
4a7505d
to
073500c
Compare
`$(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).
d72d9ce
to
cbb8e77
Compare
`$(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).
c770a05
to
3fe42e9
Compare
@ajeetdsouza This functionality is a more specific form of the feature requested in #944. A |
Adds feature(s) requested in Issue#459.
New command
zw
: Only matches files/folders which are a sub directory of the current directoryNew Behavior for
zoxide query
: When the first argument is a.
, it behaves as thezw
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~