GitHub - jvlstudio/hook-cli: Commandline interface for hook applications. (https://github.com/doubleleft/hook) · GitHub
Skip to content

jvlstudio/hook-cli

 
 

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

About

Commandline interface for hook applications. (https://github.com/doubleleft/hook)

Resources

License

Stars

Watchers

Forks

Packages

Contributors