-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Make tab-completion work with paths and filenames not just command names. #20
Comments
It seems to me the easiest way to do this would be to run
Let me know which you think would work best and I'll start on it. |
@jacob-shu it might be best to create a generic helper that both ls and the autocomplete functions can make use of. Most of the cruft in the ls command is just formatting. |
Hello! I found this repo while looking for open source projects to contribute to, looks awesome! @jacob-shu have you made any progress on this problem? I took a look before realizing that you said you'd start on it, though I only got as far as the refactor problem you mentioned earlier. I'm happy to keep working on it, or I can look into another issue, like the localStorage problem. Sorry about that! |
Hi @John-Nenniger, I haven't done anything appreciable on this issue yet. Feel free to keep going on it! |
Thanks for your help. @John-Nenniger Note that PR #23 will be merged in next. And might conflict with this work. So have a look there, and/or give me a few days to review it and I'll merge it in. |
Hitting tab will attempt to complete command names... but doesn't work with paths or filenames.
The text was updated successfully, but these errors were encountered: