Skip to content
/ pomo Public

A simple pomodoro timer for cli bars and what not.

License

Notifications You must be signed in to change notification settings

rdcuzins/pomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomo

This is a simple program using Viper and Cobra for learning purposes. This is based on rwxrob's cmdbox-pomo.

Install

go install github.com/rdcuzins/pomo@latest

Usage

I generally use this within the tmux status.

Add the following to .tmux.conf:

  • set -g status-interval 1
  • set -g status-right " #(pomo)"

To start a timer: pomo start 30m or pomo start (defaults to 25m)

To stop a timer: pomo stop

To get time left: pomo

To get Help: pomo -h

Todo

  • Set custom emoji or disable
  • Set blinking as optional

About

A simple pomodoro timer for cli bars and what not.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages