https://github.com/jmettraux/tomate
my pomodoro timer and logger
https://github.com/jmettraux/tomate
pomodoro ruby
Last synced: over 1 year ago
JSON representation
my pomodoro timer and logger
- Host: GitHub
- URL: https://github.com/jmettraux/tomate
- Owner: jmettraux
- License: mit
- Created: 2019-05-13T01:40:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T09:07:11.000Z (about 7 years ago)
- Last Synced: 2025-01-26T04:25:25.388Z (over 1 year ago)
- Topics: pomodoro, ruby
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# tomate
My own [Pomodoro](https://francescocirillo.com/pages/pomodoro-technique) timer and logger.
## usage
### start
Start a pomodoro about writing documentation:
```
$ tomate start write documentation
```
### query
Query, is there a pomodoro currently going on?
```
$ tomate
```
which answers
```
no pomodoro currently
```
or
```
current pomodoro ends in 24m at 2019-05-13 11:12:00 +0900
> 2019-05-13 10:47 - : write documentation
```
### kill
Kills the current pomodoro
```
$ tomate kill
```
yields something like
```
current pomodoro (65301) should end in 24m at 2019-05-13 14:09:00 +0900
killed.
```
## license
MIT, see [LICENSE.txt](LICENSE.txt)