Skip to content

Commit

Permalink
Write basic info in README
Browse files Browse the repository at this point in the history
  • Loading branch information
skulltech committed Jan 3, 2018
1 parent 9d1fade commit f5ce8fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# journalist
App to write journal digitally. Simple as that.
App to write journal digitally.

## Features

- Write your journal using _Markdown_ in your favorite text-editor.
- Stores written journals in a comprehensive directory structure.
- View the journals (_Markdown_ rendered in _HTML_) in browser.

# Installation

Install it using `pip`
```console
pip install journalist
```
2 changes: 2 additions & 0 deletions journalist.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

from datetime import datetime
import yaml
import argparse
Expand Down

0 comments on commit f5ce8fd

Please sign in to comment.