Metadata-Version: 1.0
Name: crib
Version: 0.2.1
Summary: Minimal command line encryption for tiny notes
Home-page: http://github.com/lepisma/crib
Author: lepisma
Author-email: abhinav.tushar.vs@gmail.com
License: MIT
Description: Crib
        --------
        
        Crib is a simple command line tool made to encrypt (and decrypt (and open (and edit))) tiny (secret) notes that people tend to keep openly in their PCs.
        
        Install
        ******************
        
            ``pip install crib``
        
            *OR*
        
            ``easy_install crib``
        
        Usage
        ******************
        
            - To encrypt : ``crib -e [filename]``
            - To decrypt : ``crib -d [filename]``
            - To view / edit (opens in default application associated with file) : ``crib -s [filename]``
        
        
        MIT License
        
        Copyright (C) 2014 lepisma
Keywords: notes encryption minimal
Platform: UNKNOWN
