Welcome to Flowmodoro, a simple chrome extension for utilizing the Flow Time (aka flowmodoro) timer system. Flowmodoro takes inspiration from the standard pomodoro time management sytem, but instead of fixed time blocks you work until you want to stop. Then your break time is automatically calculated for you.
Check it out on the Chrome Web Store: https://chromewebstore.google.com/detail/flowmodoro/jnneliljplcnjhnbboncjaafnbdmgjol
How do I use Flowmodoro?
Start the Flow Time timer. This is your time to get focused, and get some work done.
When you come to a natural stopping point, switch over to break time. When your break time is over, repeat the process.
How is my break time calculated?
Breaks are always 1/5 of the time you spent focused. For example, if you worked for 50 minutes, your break time would be 10 minutes.
Please follow the instructions for installing developer extensions here
- Clone the repo
- Run the following commands in the project directory
npm install
npm run build
- Follow the instructions for installing developer extensions here. When unpacking, select the
flowomodoro/dist
file. - (Optional) If you wish to do any development work on this extension run the following to enable live changes.
npm run watch
This project supports the following commands
npm install
- install all node module dependenciesnpm run build
- build the project (create the dist folder)npm run lint
- run the linter to fix styling issuesnpm run watch
- allow live updates (dynamically update thedist
folder)