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
- Host: GitHub
- URL: https://github.com/gmessias/flow
- Owner: gmessias
- Created: 2025-04-16T03:29:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-17T01:30:10.000Z (over 1 year ago)
- Last Synced: 2025-04-27T01:09:55.299Z (about 1 year ago)
- Topics: cli, console-application, csharp, pomodoro, spectre-console, timer
- Language: C#
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`

- **Custom (no break)**: `flow Study 2`

- **Custom (with break)**: `flow Study 2 -b 1`
