-
Notifications
You must be signed in to change notification settings - Fork 149
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
How to autocomplete file paths? #16
Comments
Here's the sub in question if it helps: pilot-install. |
@qrush would love to get your advice on this! |
It doesn't seem like the script linked uses autocompletions at all. Have you read: https://github.com/37signals/sub#autocompletion Basically you could have: # Provide pilot completions
if [ "$1" = "--complete" ]; then
exec ls
fi |
@qrush not sure if this fell off your radar or you've just been busy... |
Yes, both, and I've been on vacation all this week. I'm really not sure of the best way to do this other than what I provided earlier, sorry. |
No worries, thanks for your help. |
Hey @bloudermilk does #27 work for you? |
@qrush yes, thank you! |
One of my commands simply accepts a file path as a parameter but I can't seem to figure out how to re-enable native autocompletion. Is this possible?
The text was updated successfully, but these errors were encountered: