Windows bash shell c:/path style auto-completion #156
mitchcapper
started this conversation in
Ideas
Replies: 3 comments 6 replies
-
The "two downside" is that it interacts really badly with path lists such as |
Beta Was this translation helpful? Give feedback.
4 replies
-
Just a thought: If the project would be directly installed into |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for tip) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While msys normally uses paths like:
/c/temp/apples
it implicitly accepts paths like:
c:/temp/apples
the benefit of the second path is it is universal. Works in msys shells and with native windows commands. As far as I know it is the easiest way to write a universal path. The one downside is there is no bash autocompletion for that style path. I think it would be possible to do so with a bash completion script for args to any commands, but I am not sure how one modifies the completion for the initial command itself.
Beta Was this translation helpful? Give feedback.
All reactions