https://github.com/mtrazzi/pom
https://github.com/mtrazzi/pom
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mtrazzi/pom
- Owner: mtrazzi
- Created: 2020-04-18T21:43:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T21:26:23.000Z (over 2 years ago)
- Last Synced: 2025-03-22T19:46:21.216Z (about 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pom
=====
> beemind pomodoros from terminal
## why
browser extensions for pomodoros are a distraction
## how
1) create goal at [beeminder.com/[your_great_username]/pomodoro](https://www.beeminder.com/mtrazzi/pomodoro)
2) get your [auth_token](https://www.beeminder.com/api/v1/auth_token.json)
3) create ~/.config/beeminder/.pomrc file:
```
[account]
auth_token:
```
4) run `./pom`
# credits
incr_goal.py from [coffeemug/bee](https://github.com/coffeemug/bee)