A pomodoro written in rust
Find a file
2005 5dc057f624 enchantments:
now double digit counter, but its code is janky needs fix
melody has now became an option, by default it doesn not play it
use -m /path/to/melody.mp3
flake changes
2024-05-22 00:24:51 +02:00
.assets initial 2024-05-21 19:51:46 +02:00
src enchantments: 2024-05-22 00:24:51 +02:00
.gitignore initial 2024-05-21 19:51:46 +02:00
Cargo.lock initial 2024-05-21 19:51:46 +02:00
Cargo.toml initial 2024-05-21 19:51:46 +02:00
flake.lock initial 2024-05-21 19:51:46 +02:00
flake.nix enchantments: 2024-05-22 00:24:51 +02:00
README.md enchantments: 2024-05-22 00:24:51 +02:00
result flake install melody 2024-05-21 21:25:41 +02:00

Romodoro

A faulty pomodoro program

Romodoro

Romodoro is a basic TUI application that keeps track of your time with the help of the pomodoro technique. It follows the original technique by deviding workloads into a set of 4x4 Work and Pause cycles which are then finished off with a long break.

Usage

Usage: romodoro [OPTIONS]

Options:
  -w, --work <WORK>              Working length in minutes [default: 25]
  -p, --pause <PAUSE>            The length of a pause [default: 5]
  -l, --long-pause <LONG_PAUSE>  The length of a long pause (after 4 cycles) [default: 20]
  -h, --help                     Print help
  -V, --version                  Print version

Features

  • Adjustable cycle times
  • Styling
  • Custom sounds (via .config)
  • Nix flake
  • double digit counter for number below 10

Develop

Enter nix shell

nix develop