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

Crash--/hook-cli

 
 

Folders and files

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

Languages

  • PHP 85.1%
  • Shell 7.2%
  • Makefile 3.5%
  • JavaScript 2.9%
  • Scheme 1.3%