Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timomt/pomodoro
A simple Pomodoro Timer for terminal emulators using ANSI Escape Codes.
https://github.com/timomt/pomodoro
Last synced: 29 days ago
JSON representation
A simple Pomodoro Timer for terminal emulators using ANSI Escape Codes.
- Host: GitHub
- URL: https://github.com/timomt/pomodoro
- Owner: timomt
- Created: 2024-06-10T15:02:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T15:06:11.000Z (8 months ago)
- Last Synced: 2024-11-08T08:51:17.348Z (3 months ago)
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pomodoro
![Screenshot_20240611_122152](https://github.com/timomt/pomodoro/assets/119742190/2637010f-4dc1-4d8b-99ac-6121a8e3b41e)A simple Pomodoro Timer for terminal emulators using ANSI Escape Codes.
Syntax:
pomodoro [-h (this Site)] [-s {Session duration in minutes}] [-b {Break duration in minutes}]Example: "./pomodoro -s 15 -b 5" Launches a 15 minute session followed by a 5 minute break.