Skip to content

🍎 CLI pomodoro timer tool for studying in short bursts

Notifications You must be signed in to change notification settings

maxcelant/pomo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

58 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Pomo CLI

A cli tool to time your study sessions in active/rest intervals.

Quick start

$ git clone https://github.com/maxcelant/pomo-cli.git
$ cd pomo-cli
$ chmod +x ./scripts/build.sh
$ ./scripts/build.sh

Commands

Starting it with the default inputs is very simple using pomo start

$ pomo start

🍎 Time to focus
   State: Active 🟒
   Interval: 1 
   Time Remaining: 24:59s
  • -m, --minimal: Minimal cli display
  • -i, --intervals: Set the number of intervals you want to accomplish.
  • -l, --log: It will prompt you to log your accomplishments after every rest.

You can set your active, rest times, and more with pomo config.

$ pomo config -a 45m -r 15m
  • -a, --active: The amount of time to work
  • -r, --rest: The amount of time to rest
  • -l, --link: Link your obsidian to pomo so your notes go straight there.
  • -f, --file: You can optionally send a pomo.yaml file with your options.
pomo:
  active: 25m
  rest: 15m
  link: /link/to/obsidian

About

🍎 CLI pomodoro timer tool for studying in short bursts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published