Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 626 Bytes

README.markdown

File metadata and controls

20 lines (12 loc) · 626 Bytes

Flask Interface for TaskWarrior

A python-flask frontend for commandline todo application TaskWarrior.

How to use

  • Make sure you have taskwarrior installed.

  • Clone the repository:

    git clone https://github.com/jokerdino/taskwarrior-flask.git
    cd taskwarrior-flask
    pip install -r requirements.txt
    python3 server.py
    
  • You can now start using it by opening the URL http://0.0.0.0:5000/tasks/pending in your browser.

Report a bug

  • Any bug reports or feature requests can be submitted in GitHub tracker.