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

completion of single-quoted paths could work #227

Open
andychu opened this issue Feb 9, 2019 · 0 comments
Open

completion of single-quoted paths could work #227

andychu opened this issue Feb 9, 2019 · 0 comments

Comments

@andychu
Copy link
Contributor

andychu commented Feb 9, 2019

bash / bash-completion appears to do this. The _quote_readline_by_ref function looks for a leading ' and strips it.

We might be able to do the same thing if it's desirable.

I'm not sure it's strictly necessary, because you should be able to type an UNQUOTED prefix, and get backslash escapes for spaces, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant