Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gjbianco/kama
CLI pomodoro timer written in Go
https://github.com/gjbianco/kama
Last synced: about 1 month ago
JSON representation
CLI pomodoro timer written in Go
- Host: GitHub
- URL: https://github.com/gjbianco/kama
- Owner: gjbianco
- License: gpl-3.0
- Created: 2021-01-14T04:35:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-29T21:03:09.000Z (almost 4 years ago)
- Last Synced: 2024-12-17T16:17:29.865Z (about 1 month ago)
- Language: Go
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= kama
Kama is a CLI https://en.wikipedia.org/wiki/Pomodoro_Technique[pomodoro timer] written in Go.
The name comes from the https://en.wikipedia.org/wiki/Toki_Pona[Toki Pona] word meaning "to bring about or summon".
It is prounounced like the English word "comma".== Usage
Start a timer by running `kama`.
.The following options are available:
- `-t` timer length
- `-q` disable notification
- `-m` notification message
- `-s` width of the progress indicator
- `-w` forces a work timer
- `-b` forces a break timer
- `-l` forces a long break timer== Configuration
Kama will look for a config file in your user's home directory named `.kamarc`.
An example config is provided in this repository.
It includes default values for all valid config options.