-
Notifications
You must be signed in to change notification settings - Fork 311
Add backslash when auto-completing folder #39
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
Comments
+1 That would be great! 👍 |
I'll probably do this at some point, but you can have this functionality today if you use https://github.com/lzybkr/TabExpansionPlusPlus. Add something like this to your profile:
|
Works great! Thank you! |
Love it. |
I added support to PSReadline - 752d186 |
Thats great! Thank you very much! |
"if the directory needs to be quoted, I move the cursor inside the quotes." -- This is almost always what I want, since it enables me to keep mashing tab to traverse down deep directory trees. For commands that take a directory as an argument, it will always be ambiguous whether the user wants to pass the current directory or keep completing. Even so, it's only annoying to keep the cursor inside the quotes if the directory isn't the final argument to the command (I suspect it often is). For files, I suppose it's unambiguous that the cursor should move outside the quotes. I like the current implementation. :) |
When auto-completion gives one result which is a folder I'd like it to add the backslash so I don't have to, to continue.
The text was updated successfully, but these errors were encountered: