https://github.com/joshmock/pmdr
Pomodoro in your terminal!
https://github.com/joshmock/pmdr
Last synced: over 1 year ago
JSON representation
Pomodoro in your terminal!
- Host: GitHub
- URL: https://github.com/joshmock/pmdr
- Owner: JoshMock
- Created: 2016-03-13T04:10:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-18T15:25:37.000Z (over 10 years ago)
- Last Synced: 2025-02-09T00:25:40.621Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PMDR
Try out the [Pomodoro time management technique](http://pomodorotechnique.com/)
in your terminal!
## Usage
Start a 25-minute countdown (the default):
```bash
pmdr
```
Start a countdown for a custom number of minutes (in this case, 10):
```bash
pmdr --time 10
```
## TODO
- [ ] Command for taking breaks
- [ ] A way to track pomodoro sessions in a file
- [ ] A way to run arbitrary scripts on timer start, timer end, breaks, etc.
- [ ] Prompt at the end of a session if they want to start a timed break, exit
the process, start a new pomodoro, etc.
- [ ] Add a note to describe what is being accomplished during the next
pomodoro session