-
Notifications
You must be signed in to change notification settings - Fork 9
Bash autocomplete #75
Copy link
Copy link
Closed
Labels
enhancementsomething nice to have but it is not neither critical nor urgentsomething nice to have but it is not neither critical nor urgentgood first issueissues that should be easy to get doneissues that should be easy to get done
Milestone
Description
Describe the feature you'd like
It would be really cool to have an autocomplete funtionality for byexample for bash (and possible other shells)
Describe alternatives you've considered (optional)
If installing the autocomplete is too complex, we could just print the necessary code (a shell script) for the autocomplete like pandoc does:
Generate a bash completion script. To enable bash completion with pandoc, add this to your .bashrc:
eval "$(pandoc --bash-completion)"
This is the place where the argparser is built:
byexample/byexample/cmdline.py
Line 153 in 3389113
| def parse_args(args=None): |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementsomething nice to have but it is not neither critical nor urgentsomething nice to have but it is not neither critical nor urgentgood first issueissues that should be easy to get doneissues that should be easy to get done