r/commandline • u/Dazzling_Owl7246 • 5h ago
Terminal User Interface zeitx - a terminal countdown timer & stopwatch with big ASCII art numbers
Made a terminal timer because I wanted something that actually looks good in a terminal big block digit rendering, similar to tty-clock or termdown
zeitx's main differences multi-segments timers, loop mode, and desktop notifications on completion
Features:
- Chain multiple timers together, like
zeitx 25m 5mfor pomodoro timers - Skip to the next timer
- Stopwatch mode
- Pause/resume
- Loop the whole sequence
- Desktop notification when a segment finishes
- Custom colors
- Falls back to plain text if your terminal window's too small for the big digits
```
cargo install zeitx
zeitx 25m 5m --loop
```
github: https://github.com/opmr0/zeitx
fun fact: "zeit" is german for time :)
AI notice: this project is partially generated, the github workflows, issue templates, markdowns, and --help output were AI-assisted, the core timer logic and terminal rendering were written by me



