openpomodoro-cli icon indicating copy to clipboard operation
openpomodoro-cli copied to clipboard

A command-line Pomodoro tracker which uses the Open Pomodoro Format

Results 13 openpomodoro-cli issues
Sort by recently updated
recently updated
newest added

- [x] Create directory - [ ] Create settings with defaults - [ ] Create history - [ ] Create .hooks/ - [ ] Create each hook and make executable

Hello, The README mentions that one could set a custom duration in the `XXmYYs` format, but this doesn't seem to be implemented. ``` $ pomodoro start --duration 22m30s Error: invalid...

Always config directory is default. pomodoro history --directory ~/.config/pomodoro I've tried it with question marks and slash in the end. To be honest the default directory on the linux should...

It would be nice to be able to associate any functionality you wanted when a pomodoro was started/completed, and we could accomplish that through hooks which execute shell commands. ##...

Right now, the start/status/repeat commands exit immediately, and it's up to the user to either add `pomodoro status`to their prompt/tmux status bar/etc. Passing `--wait` blocks and counts down until the...

For example, here's what my pomodoro terminal looked like when the latest timer finished: ``` $ pomodoro status -w 15:42⏱ 3🍅 Admin filters 0:010 ```

bug