-
Notifications
You must be signed in to change notification settings - Fork 551
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
Blonteractor
wants to merge
7
commits into
ajeetdsouza:main
Choose a base branch
from
Blonteractor:issue#459
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Blonteractor
changed the title
Issue#459
Option to query only into sub directories in Oct 19, 2022
zoxide query
Blonteractor
changed the title
Option to query only into sub directories in
Option to query only into sub directories in zoxide query
Oct 19, 2022
zoxide query
The Ubuntu build is failing, something to do with nix. No clue how to deal with it, any help? @ajeetdsouza |
ajeetdsouza
force-pushed
the
main
branch
3 times, most recently
from
December 8, 2022 20:59
b6fdfc7
to
7af4da1
Compare
ajeetdsouza
force-pushed
the
main
branch
2 times, most recently
from
January 7, 2023 23:33
3fff4d7
to
b747a0c
Compare
ajeetdsouza
force-pushed
the
main
branch
2 times, most recently
from
January 26, 2023 18:32
adefb17
to
7299e33
Compare
ajeetdsouza
force-pushed
the
main
branch
2 times, most recently
from
May 5, 2023 22:25
c8fb2f2
to
5de13be
Compare
ajeetdsouza
force-pushed
the
main
branch
3 times, most recently
from
October 10, 2023 08:58
4a7505d
to
073500c
Compare
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).
ajeetdsouza
force-pushed
the
main
branch
2 times, most recently
from
February 12, 2024 22:37
d72d9ce
to
cbb8e77
Compare
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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~