This repository is a central resource for custom KBSecret commands.
Check out the customization page for a quick explanation of how custom commands work and behave.
New commands are always welcome. If you'd like to add your own commands to this repository, please open a Pull Request with the following structure:
kbsecret-your-command/
kbsecret-your-command
README.md
Where kbsecret-your-command
is both the directory name and executable name. Don't include
a suffix like .sh
or .rb
- just make sure the executable bit is set and your shabang is correct.