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

Suggestion: have foo/ match only directories ending with foo #303

Open
AckslD opened this issue Jun 7, 2021 · 0 comments
Open

Suggestion: have foo/ match only directories ending with foo #303

AckslD opened this issue Jun 7, 2021 · 0 comments

Comments

@AckslD
Copy link

AckslD commented Jun 7, 2021

I sometimes come across the situation when I know that I want to go to a folder called eg foo. Lets say I have for example the directories:

  • /home/user/some/path/foo/foo1
  • /home/user/some/path/foo/foo2
  • ...

where /home/user/some/path/foo/foo1 is currently my most common directory matching foo, ie where z takes me if I do

z foo

However if I know that I actually want to go to a folder called foo, this could be specified by adding a / to the end of the pattern, ie:

z foo/

which should then take me to /home/user/some/path/foo instead.

This could also solve eg #296

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

1 participant