# todotxt-to-html simple [todo.txt](http://todotxt.org/) to HTML renderer Basic usage: ```sh todotxt-to-html.py todo.txt > todo.html ``` To keep an HTML file `todo.html` updated: ```sh watch_todo.sh todo.txt /path/to/output/ ```