Terminal Pomodoro Timer
Usage
Simply run pydoro
and it will start with the TUI (Text User Interface).
Keyboard Shortcuts
Focus Next: Tab | -> | l | k
Focus Previous: Shift + Tab | <- | h | j
Exit: q
Start: s
Pause: p
Reset: r
Reset All: a
Configuration
Connect the interfaces:
sudo snap connect pydoro:pulseaudio
sudo snap connect pydoro:alsa
If PYDORO_CONFIG_FILE is set configuration is loaded from that location.
Default location is ~/snap/pydoro/current/.pydoro.ini
Configuration with default values will be created if file doesn't exist.
This file must be writable from pydoro
.
NOTE: Pop!_OS users will need to run the following due to a bug:
pydoro --no-sound
or update the .pydoro.ini
file and set no_sound = True
.