Skip to content

doubleleft/hook-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hook-cli

hook commandline interface.

hook --help

Bash completion

Use hook's bash completion by sourcing it in your .bashrc or .bash_profile.

Depending on where you installed hook-cli:

if [ -f /path/to/hook-cli/completions/hook.bash ]; then
  . /path/to/hook-cli/completions/hook.bash
fi

Alternatively, you can create a symbolic link under bash_completion.d:

ln -s /path/to/hook-cli/completions/hook.bash /path/to/bash_completion.d/hook

License

MIT