An open API service indexing awesome lists of open source software.

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

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