Skip to content

gophers-latam/pomodorox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.1%
  • Shell 11.9%