Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lichendust/pomo
🍅 A tiny lil pomodoro timer for your terminal
https://github.com/lichendust/pomo
bash pomodoro productivity terminal timer
Last synced: about 2 months ago
JSON representation
🍅 A tiny lil pomodoro timer for your terminal
- Host: GitHub
- URL: https://github.com/lichendust/pomo
- Owner: lichendust
- License: mit
- Created: 2019-04-14T19:46:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T22:46:22.000Z (over 1 year ago)
- Last Synced: 2024-04-25T21:37:34.376Z (8 months ago)
- Topics: bash, pomodoro, productivity, terminal, timer
- Language: Shell
- Homepage:
- Size: 499 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pomo
A tiny pomodoro timer for your terminal, made of bash.
![](img/pomo.jpg)
Pomo counts down from 25 minutes four times, giving you a 5 minute break between each. after the four cycles, it gives you a 30 minute break.
## Usage
pomo
### Further Usage
-v --version
-h --help## Configuration
Configuration is all built into the script. it looks something like this:
```bash
timer_col=37 # white
text_col=31 # red
work_time=1500
break_time=300
long_break_time=1800
work_time_cycle=4
i=("working" "break" "tea break")
```Time periods are defined in seconds. All strings can be replaced (free multi-language support!). All parameters are optional. If left out of the file, they will default to the above.
## Installation
1. Put it anywhere on `$PATH`
2. `chmod u+x` it if you need to
3. Call it