pomo.mp4
Pomo is an open-source command-line tool designed to help you manage your time effectively using the Pomodoro Technique. This side project provides a simple, customizable scheduler for your work sessions and breaks, featuring an engaging ASCII countdown display.
- Start new Pomodoro timers
- Load and edit your custom schedules
- Easy-to-use command-line interface
- ASCII art countdown timer for visual feedback
Run the following command in your terminal:
pomo
Use the arrow keys to navigate the menu and press Enter to select an option.
- Start a new timer
- Load scheduler
- Edit
- Exit
When you start a timer, Pomo displays an ASCII art countdown in your terminal. This visual representation helps you stay aware of the time remaining in your current work or break session without being overly distracting.
Contributions are welcome! Please feel free to submit a Pull Request.
clone this repo
bash git clone https://github.com/Stan-breaks/pomodoro
You can view the install script contents
bash cat install.sh
Run the script to install
bash ./install.sh
This is only working on linux
in Edit the schedule first add to the list for the first item
- Customizable ASCII art styles for the countdown
- Sound notifications for session starts and ends
- Integration with task management tools
- Your workflow analysis
This project is open source and available under the MIT License.
- Inspired by the app timetome app in Fdroid
- Inspired by the Pomodoro Technique developed by Francesco Cirillo
- Built with Go