8000 GitHub - gmessias/Flow: Flow is a timer inspired by the Pomodoro Technique
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gmessias/Flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flow CLI

Commands

  • Default run (no arguments).

    • Pomodoro Mode.
    • Focus: 25 minutes.
    • Break: 5 minutes.
  • Custom run (with arguments).

    • Required: flow <name> <minutes>.
    • Optional: --break <minutes> or -b <minutes>.
      • If you skip it, there won’t be a break.

Examples:

  • Default Pomodoro: flow
    Image Pomodoro Mode
  • Custom (no break): flow Study 2
    Image Custom no Break
  • Custom (with break): flow Study 2 -b 1
    Image Custom with Break
0