Skip to content

azabroflovski/pomod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomod-cli

A minimalistic, no-bullshit Pomodoro timer daemon.

Motivation

F#ck GUI. We don't need your fancy buttons and modal windows. So here's a tiny Pomodoro daemon that stays the hell out of your way.

Installation

You know the drill

gcc -o daemon daemon.c
gcc -o pomod pomod.c

Or throw it all in a Makefile like a proper hacker. Up to you.

Usage

Compile daemon.c and pomod.c, then do magic

./daemon
./pomod start
./pomod status # time left
./pomod stop

Usage

Start the daemon

./daemon

CLI usage

./pomod start      # start a 25-minute pomodoro
./pomod status     # check how much time is left
./pomod stop       # stop the current session

About

Pomodoro daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages