-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hey there!
Have you considered adding some automatic Bash completion generation to Bashly? The way this is usually accomplished is to have a function that prints out Bash code to set up all the autocompletion nonsense, so that people only have to add something like this to their .bashrc and that's it:
eval "$(script_name generate_completion)"Basically, Bashly would have to add a command that, when run, outputs something like what you see in this SO answer: https://stackoverflow.com/a/17881946
Thanks for making Bashly!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request