We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice if I could do this:
~/Desktop ❯ mkdir -p a/b/c/d ~/Desktop ❯ cd a/b/c/d ~/Desktop/a/b/c/d ❯ bd desk bd: Error: No parent directory named 'desk' ~/Desktop/a/b/c/d ❯
Basically type few characters of the name instead of the entire name every time. In this case desk should match Desktop case insensitive.
desk
Desktop
The text was updated successfully, but these errors were encountered:
Duplicate of #11 I think.
Sorry, something went wrong.
No branches or pull requests
Would be nice if I could do this:
Basically type few characters of the name instead of the entire name every time. In this case
desk
should matchDesktop
case insensitive.The text was updated successfully, but these errors were encountered: