dreamingbinary / brainy-zany

A place where I start documenting the random things I want to learn / dig into when I let my brain wander the interwebs in the wee hours of the night.
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Enabling Bash Completion for command aliases #5

Open dreamingbinary opened 2 years ago

dreamingbinary commented 2 years ago

Love aliases to shorten commands (and keystrokes) to achieving higher CLI efficiency. How do you do this?

I'm now exploring the use of "complete" for macOS.

Referenced:

  1. https://unix.stackexchange.com/questions/4219/how-do-i-get-bash-completion-for-command-aliases
  2. https://stackoverflow.com/questions/342969/how-do-i-get-bash-completion-to-work-with-aliases/1793178