https://github.com/rwxrob/cmdbox-pomo
https://github.com/rwxrob/cmdbox-pomo
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rwxrob/cmdbox-pomo
- Owner: rwxrob
- License: apache-2.0
- Created: 2021-02-26T16:17:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T16:09:28.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T12:47:53.263Z (over 1 year ago)
- Language: Go
- Size: 30.3 KB
- Stars: 28
- Watchers: 3
- Forks: 8
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED: Pomodoro Timer Command in Go
***🛑 Use instead. This version is no longer supported but will remain for those who have already started using it.***
[](https://godoc.org/cmdbox-pomo)
[](LICENSE)
[](https://goreportcard.com/report/cmdbox-pomo)
## Install `pomo` as Standalone
The `pomo` command can be used as a standalone program
```
go get github.com/rwxrob/cmdbox-pomo/pomo
```
That's it. It will download, compile and install `pomo` (provided you
have Go 1.16 or later installed).
## Usage
```
pomo help
```
## Add Pomodoro to TMUX
Here's an example of how to add `pomo` to your TMUX configuration. Your
mileage may vary.
```tmux
set -g status-interval 1
set -g status-left "%A, %B %-e, %Y, %-l:%M%P %Z%0z #(pomo)"
```