Skip to content

Instantly share code, notes, and snippets.

@timpulver
Created November 15, 2015 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timpulver/58773181b0d762e9e8a7 to your computer and use it in GitHub Desktop.
Save timpulver/58773181b0d762e9e8a7 to your computer and use it in GitHub Desktop.
#Add to ~/.bash_profile
# Create an alias for the program
alias t='/usr/local/bin/todo.sh'
# Add auto-completion with custom word list to command "t"
complete -W "subcommand1 anothersubcommand" t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment