fsimkovic / taskwarrior-pomodoro

Pomodoro UI for time-tracking of TaskWarrior tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaskWarrior UI that integrates the Pomodoro technique

This (basic) Qt application combines the Pomodoro technique with the TaskWarrior task manager. It is recommended that TimeWarrior is also installed (incl. the on-modify hook).

Additionally, it provides the ability to automatically enter Do-Not-Disturb mode in Slack when starting a task. To enable this feature, provide your Slack token via a configuration file in ~/.taskwpomo:

slack-token: <YOUR SLACK TOKEN>

To launch the application, make sure all dependencies are installed.

pip install -r requirements.txt

The application itself can be started via

python -m taskwpomo

About

Pomodoro UI for time-tracking of TaskWarrior tasks

License:MIT License


Languages

Language:Python 99.6%Language:Shell 0.4%