Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buzzqrd/pom
A small program for pomodoro technique timing.
https://github.com/buzzqrd/pom
cli pomodoro pomodoro-timer terminal
Last synced: 3 days ago
JSON representation
A small program for pomodoro technique timing.
- Host: GitHub
- URL: https://github.com/buzzqrd/pom
- Owner: buzzqrd
- License: gpl-3.0
- Created: 2023-03-03T06:40:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T01:51:13.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T22:39:51.650Z (about 2 months ago)
- Topics: cli, pomodoro, pomodoro-timer, terminal
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pom :tomato:
An extra-simple, bare pomodoro timerThe pomodoro technique is a way of timing work and break periods.
# Intalling
```
git clone https://github.com/buzzqrd/pom
cd pom/
make
sudo make install
```# Usage
Start timer with presets
```
pom
```Start timer with custom settings
```
pom -c [POMTIME] [POMCOUNT] [BREAKSIZE] [LONGBREAKSIZE] [REPEATCOUNT]
```# Contributing
Having the time drift a little isn't going to be that big of a problem in this project, since time does not need to be perfectly kept when just being used to time.
However, any improvements are very much appreciated, as long as they do not add masive features.# License
This software is licenced under GPL3.
A copy of the licence should have been included with the software.