Skip to content

endel/hook-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 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

About

Commandline interface for hook applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 85.4%
  • Shell 6.9%
  • Makefile 3.4%
  • JavaScript 2.8%
  • SaltStack 1.2%
  • HTML 0.3%