Metadata-Version: 2.1
Name: walden
Version: 0.0.72
Summary: A .tex journal system
Home-page: https://github.com/aravindkoneru/walden
License: MIT
Author: Aravind Koneru
Author-email: aravind.b.koneru@gmail.com
Requires-Python: >=3.6,<3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Project-URL: Repository, https://github.com/aravindkoneru/walden
Description-Content-Type: text/markdown

# 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:
-  better support for journal names with spaces (replace " " with _ for path)
-  better cli support using click or argparse
-  change path where journals are stored
-  allow journal import/export
-  plug-in system for things like weather/question of the day



