Skip to content

Latest commit

History

History
35 lines (28 loc) 路 1.1 KB

File metadata and controls

35 lines (28 loc) 路 1.1 KB

POMODOROX 馃崊

A pomodoro terminal app!

Console

Install

  1. Run install.sh
  2. Run $pomodorox

Configuration

To configure the pomodoro times and loops you must set the values on ~/.config/pomodorox/config.yaml \n Disclaimer: This configurations is the way what work for me!, you can modify for your need. 馃槈 This app take 3 params:

  • workLoops -> The number of block of work
  • timeWorkLoops -> Time for each work block
  • timePause -> Time for each pause block

Images

Nofifications (Linux only)

notify

Run on development mode

  • Clone this repo git clone https://github.com/pablotrianda/pomodorox
  • Go to folder cd pomodorox
  • Install the dependencies go mod tidy
  • Run go run *.go

Next steps

  • Show times and loops on tmux bar.
  • More configurations modes.