|
8 months ago | |
---|---|---|
doc | 8 months ago | |
pterweb | 8 months ago | |
.gitignore | 8 months ago | |
LICENSE | 8 months ago | |
MANIFEST.in | 8 months ago | |
README.md | 8 months ago | |
setup.py | 8 months ago |
A localhost web interface to work with your todo.txt file(s).
More details on the usage are in the doc folder.
To install pterweb, you can either clone it from the git repository or just install it using pip:
pip install --user pter-web
That’s all there is to do.
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]
To use pterweb you have to point it to your todo.txt location:
pterweb ~/todo.txt
By default a browser will open with the correct location, ready for use.