https://github.com/gniquyij/brainbreak
Set timer via cmd
https://github.com/gniquyij/brainbreak
cmd macos timer
Last synced: 3 months ago
JSON representation
Set timer via cmd
- Host: GitHub
- URL: https://github.com/gniquyij/brainbreak
- Owner: gniquyij
- License: gpl-3.0
- Created: 2020-05-25T21:19:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T13:08:40.000Z (almost 6 years ago)
- Last Synced: 2025-10-10T20:32:15.217Z (9 months ago)
- Topics: cmd, macos, timer
- Language: Go
- Homepage: https://vjyq.github.io/brainbreak/
- Size: 529 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brainbreak
Set timer via cmd.
`$ bb` will:
- start a 60s countdown
- alert when time runs out
You could `$ bb -c
Use `&` to detach the timer.
- e.g. `$ bb &`
## Setup
```
$ go get github.com/vjyq/brainbreak
$ cd $(go env GOPATH)/src/github.com/vjyq/brainbreak/bin
$ bash shortcut.sh
```
Then just restart your terminal.
## Author
yuqing.ji@outlook.com