Skip to content

waldo2810/pomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomo

A TUI pomodoro that helps you focus more and prevent burnouts.

Preview

Motivation

Most of the time I like to have control of my apps through the terminal and I recently started using the Pomodoro Technique.

I found out that I had to use my phone to set timers or my watch to set stopwatches. I don't like to use my phone for this because i end up checking stuff i shouldn't while working. I don't like to use stopwatches either because I always forget to stop them on time.

I wanted something that only worked from my computer, in order to condition myself so computer = work = focus.

There are plenty of these TUI's out there like

I just wanted to build my own implementation.

Get started

Method 1: Download binary

  1. Download binary from the releases page of this repo.
  2. Go to the downloaded location and make it executable
chmod +x /path/to/download/pomo
  1. Run Pomo binary
./pomo

Method 2: Build from source

  1. Clone this repository
git clone https://github.com/waldo2810/pomo.git
  1. Build binary
make
  1. Run Pomo binary
./pomo