Metadata-Version: 2.1
Name: walden
Version: 0.0.6
Summary: A .tex journaling system
Home-page: https://github.com/aravindkoneru/Walden
Author: Aravind Koneru
Author-email: aravind.b.koneru@gmail.com
License: UNKNOWN
Description: # Goal
        
        Develop a simple automated journaling system that removes the pain points of maintenance and
        organization, allowing the user to focus on writing. 
        
        # Install
        
        Available via pip: `pip install walden`
        
        # Usage
        
        Walden will create a `journals/` folder in your home directory. This is where all your output and
        .tex files will be stored. The commands are:
        
        | Flag                  | Description                    |
        |-----------------------|--------------------------------|
        | walden -h                    | show help dialog               |
        | walden delete <journal name> | Delete an existing journal     |
        | walden today <journal name>  | New entry in specified journal |
        | walden list                  | List names of journals         |
        | walden build <journal name>  | Compile journal as .pdf        |
        | walden view <journal name>   | View journal as .pdf           |
        
        
        # TODO:
        - [ ] change path where journals are stored
        - [ ] allow journal import/export
        - [ ] plug-in system for things like weather/question of the day
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
