Crates.io | forcedpomodoro |
lib.rs | forcedpomodoro |
version | 0.4.0 |
source | src |
created_at | 2023-02-11 08:38:04.437949 |
updated_at | 2023-02-11 12:12:34.305076 |
description | Pomodoro enforced, there's no way around |
homepage | |
repository | https://git.maxicarlos.de/maxicarlos08/forcedpomodoro |
max_upload_size | |
id | 782392 |
size | 58,727 |
A pomodoro timer daemon which locks your screen on breaks.
Install it with cargo (or do whatever you do to install rust programs):
cargo install --locked forcedpomodoro
Create a custom profile and set it as default:
forcedpomodoro create-profile <yourprofilename>
forcedpomodoro default-profile <yourprofilename>
Enable autostart:
forcedpomodoro autostart enable
# Disable it using: forcedpomodoro autostart disable
You can set an audio file as an action in for the long and short pomodoro breaks.
Replace action: None
with action: PlaySound("/path/to/audio")
for each break.
I set the audio for short breaks to the Bring Sally Up challenge, to remind me of doing some kind of exercise.
MIT