|
9 months ago | |
---|---|---|
doc | 9 months ago | |
pytodoterm | 9 months ago | |
pytodotxt | 9 months ago | |
pytodoweb | 9 months ago | |
tests | 10 months ago | |
.gitignore | 11 months ago | |
LICENSE | 11 months ago | |
README.md | 9 months ago | |
requirements-web.txt | 9 months ago | |
setup.py | 9 months ago |
A tiny library to access todo.txt-like task lists.
Also comes with a (localhost) web interface and a commandline (ncurses) GUI.
Please have a look in the doc
folder for the dedicated documents regarding
To install pytodotxt, you can follow these steps to clone the repository, and install the program.
git clone https://git.spacepanda.se/bold-kitty/pytodotxt.git
cd pytodotxt.git
pip install --user .
That’s all there is to do.
If you want to run the webinterface, you will have to install a few more dependencies:
pip install --user .[web]
In case you have your configuration files in another location than
~/.config
, you might want to install the extra dependencies to automatically
detect your configuration folder:
pip install --user .[xdg]