Metadata-Version: 1.1
Name: trail
Version: 0.1.0
Summary: Keep track of your thoughts.
Home-page: https://github.com/tolbot/trail
Author: tolbot
Author-email: eltolis@hotmail.com
License: UNKNOWN
Download-URL: https://github.com/tolbot/trail/archive/0.1.0.tar.gz
Description: # trail
        
        Keep track of your thoughts. 
        
        ### Installation
        
        ```
        $ pip install trail
        ```
        
        ### Usage:
        
        Save a new trail, in current directory (creates a ".trail" file), for example:
        ```
        $ trail enter some text here ...
        $ trail "Use quotes if your trail contains weird-f@r-bash characters!"
        $ trail "is inspired by https://github.com/jonromero/trail "
        ```
        
        Print trails found in current directory .trail file.
        ```
        $ trail
        ```
        
        Save a new "global" trail (in "~/.trail/.trail", requires dir to exist)
        ```
        $ trail -g enter some text here ...
        ```
        
        Print "global" trails.
        ```
        $ trail -g
        ```
        
Keywords: todo,productivity,notes
Platform: UNKNOWN
