Metadata-Version: 1.0
Name: kaboom
Version: 0.2.8.4
Summary: Kaboom - Command line key value store
=====================================

|PyPI version|

Inspired by `Boom <http://zachholman.com/boom/>`__

Kaboom is a command line python application which can be used to store
text snippets.

Prerequisite
~~~~~~~~~~~~

1. Python
2. MacOSX (should work on linux but not tested)

installation
~~~~~~~~~~~~

``pip install kaboom``

Usage
~~~~~

-  ``kaboom show all`` - shows all available scripts
-  ``kaboom show <key>`` - shows script for
-  ``kaboom add <key> <value>`` - add scriptname to database
-  ``kaboom delete <key>`` - delete key from database
-  ``kaboom delete all`` - empty up the database
-  ``kaboom`` - show help message
-  ``kaboom help`` - show help message
-  ``kaboom update <key> <value>`` - update key's value to value

|Bitdeli Badge|

.. |PyPI version| image:: https://badge.fury.io/py/kaboom.png
   :target: http://badge.fury.io/py/kaboom
.. |Bitdeli Badge| image:: https://d2weczhvl823v0.cloudfront.net/vinu76jsr/kaboom/trend.png
   :target: https://bitdeli.com/free

Home-page: http://github.com/vinu76jsr/kaboom
Author: vaibhav
Author-email: vinu76jsr@gmail.com
License: bsd3
Description: Kaboom - Command line key value store
        =====================================
        
        |PyPI version|
        
        Inspired by `Boom <http://zachholman.com/boom/>`__
        
        Kaboom is a command line python application which can be used to store
        text snippets.
        
        Prerequisite
        ~~~~~~~~~~~~
        
        1. Python
        2. MacOSX (should work on linux but not tested)
        
        installation
        ~~~~~~~~~~~~
        
        ``pip install kaboom``
        
        Usage
        ~~~~~
        
        -  ``kaboom show all`` - shows all available scripts
        -  ``kaboom show <key>`` - shows script for
        -  ``kaboom add <key> <value>`` - add scriptname to database
        -  ``kaboom delete <key>`` - delete key from database
        -  ``kaboom delete all`` - empty up the database
        -  ``kaboom`` - show help message
        -  ``kaboom help`` - show help message
        -  ``kaboom update <key> <value>`` - update key's value to value
        
        |Bitdeli Badge|
        
        .. |PyPI version| image:: https://badge.fury.io/py/kaboom.png
           :target: http://badge.fury.io/py/kaboom
        .. |Bitdeli Badge| image:: https://d2weczhvl823v0.cloudfront.net/vinu76jsr/kaboom/trend.png
           :target: https://bitdeli.com/free
        
Platform: UNKNOWN
