A simple utility to select a project and start tracking it using Toggl Track
-
Clone this repo
git clone https://github.com/resilient-tech/toggl-choose-project.git
-
Install toggl-cli
pip install togglCli
-
Install gnome utilities: zenity and notify-send
sudo apt-get install zenity sudo apt-get install libnotify-bin
-
Configure Toggl CLI
toggl me
-
Run
# Start the timer python3 toggle-choose-project/ # Stop the timer python3 toggle-choose-project/stop.py
Pro tip: set the shortcuts for the run commands
- Add cross-platform support