https://github.com/kdesp73/cli-pomodoro
A cli Pomodoro Timer written in C++
https://github.com/kdesp73/cli-pomodoro
cli cpp pomodoro-timer
Last synced: 6 months ago
JSON representation
A cli Pomodoro Timer written in C++
- Host: GitHub
- URL: https://github.com/kdesp73/cli-pomodoro
- Owner: KDesp73
- License: mit
- Created: 2023-07-11T12:54:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T14:32:13.000Z (about 2 years ago)
- Last Synced: 2025-01-23T06:09:17.267Z (over 1 year ago)
- Topics: cli, cpp, pomodoro-timer
- Language: C++
- Homepage:
- Size: 549 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI Pomodoro Timer
A Pomodoro Timer written in C++

## The Pomodoro Technique
The Pomodoro Technique is a time management method based on 25-minute stretches of focused work broken by five-minute breaks. Longer breaks, typically 15 to 30 minutes, are taken after four consecutive work intervals. Each work interval is called a pomodoro, the Italian word for tomato
[Source](https://www.techtarget.com/whatis/definition/pomodoro-technique)
## Features
- 25 minute work / 5 minute break default intervals
- Ability to change the above intervals
- Nice sound alert after each section
- Minimal Command Line Interface
## Latest Release
[Here](https://github.com/KDesp73/Cli-Pomodoro/releases/latest)
## Contributing
Feel free to contribute in the project. If you find any bugs / problems let me know by writting an issue
## Author
[KDesp73](https://github.com/KDesp73)
## License
[MIT](./LICENSE)