Metadata-Version: 1.1
Name: penpal
Version: 0.3.0
Summary: pen: terminal notes
Home-page: https://github.com/cwoebker/pen
Author: cwoebker
Author-email: me@cwoebker.com
License: BSD
Download-URL: https://github.com/cwoebker/pen
Description: # pen: terminal notes
        
        [`pen`](https://github.com/cwoebker/pen) is a minimalistic not taking app for the command line.
        
        [![Status unavailable](https://secure.travis-ci.org/cwoebker/pen.png?branch=master)](http://travis-ci.org/cwoebker/pen)
        
        ---
        
        ## What is this? ##
        
        With pen you can have notes everywhere. At least on every unix machine.
        What makes it special is that it is 'only' command line application.
        You can therefore even run it on a server.
        Pen has a minimalistic interface and notes can be added and grouped in a simple manner.
        
        ## Installation
        
        It's as simple as that:
        
        `$ pip install penpal`
        
        Unfortunately pen was already taken.
        
        ## Usage
        
        `pen all` - List all notes recursively.
        
        `pen create <list>` - Create a list.
        
        `pen delete <list> (<note>)` - Delete a list or note.
        
        `pen help` - Displays pen help
        
        `pen help <command>` - Displays help for a command.
        
        ## Advanced
        
        `pen` stores all its data (with zlib compression) in the file `~/.pen`.
        You are free to do whatever you want with the data in that file,
        its yours after all.
        
        You can also change the path of the storage file:
        
        `pen path <new_path>` - Either prints the current storage path or sets a new one.
        
        So go out there and hack some code!
        
        ## Features ##
        
        - Minimalistic and simple note editor.
        - Automatic saving when closed.
        - Create lists to group notes.
        - Put the storage file wherever you want. (Supports Dropbox & co)
        
        ## Contribute
        
        [Fork and contribute!](http://github.com/cwoebker/pen)
        
        ---
        
        For questions and suggestions, feel free to shoot me an email <me@cwoebker.com>
        
        Follow [@cwoebker](http://twitter.com/cwoebker)
        
        ---
        
        Copyright (c) 2013, Cecil Woebker.
        License: BSD (see LICENSE for details)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Classifier: Topic :: Text Processing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: BSD License
