#Kaboom - Command line key value store
Inspired by Boom
Kaboom is a command line python application which can be used to store text snippets.
###Prerequisite
- Python
- MacOSX (should work on linux but not tested)
###installation
pip install kaboom
###Usage
kaboom show all
- shows all available key'skaboom show <key>
- shows script forkaboom add <key> <value>
- add key to storekaboom delete <key>
- delete key from storekaboom delete all
- empty up the storekaboom
- show help messagekaboom help
- show help messagekaboom update <key> <value>
- update key's value to value