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

https://github.com/gmessias/flow

Flow is a timer inspired by the Pomodoro Technique
https://github.com/gmessias/flow

cli console-application csharp pomodoro spectre-console timer

Last synced: about 1 year ago
JSON representation

Flow is a timer inspired by the Pomodoro Technique

Awesome Lists containing this project

README

          

# Flow CLI

## Commands

* **Default run** (no arguments).
- Pomodoro Mode.
- Focus: 25 minutes.
- Break: 5 minutes.

* **Custom run** (with arguments).
- Required: `flow `.
- Optional: `--break ` or `-b `.
- If you skip it, there won’t be a break.

### Examples:

- **Default Pomodoro**: `flow`
![Image Pomodoro Mode](assets/pomodoro-mode.jpg)
- **Custom (no break)**: `flow Study 2`
![Image Custom no Break](assets/custom-no-break.jpg)
- **Custom (with break)**: `flow Study 2 -b 1`
![Image Custom with Break](assets/custom-with-break.jpg)