Categorygithub.com/rwxrob/cmdbox-pomo
repositorypackage
1.3.0
Repository: https://github.com/rwxrob/cmdbox-pomo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Pomodoro Timer Command in Go

GoDoc License Go Report
Card

Install pomo as Standalone

The pomo command can be used as a standalone program

go get github.com/rwxrob/cmdbox-pomo/pomo

That's it. It will download, compile and install pomo (provided you have Go 1.16 or later installed).

Usage

pomo help

Add Pomodoro to TMUX

Here's an example of how to add pomo to your TMUX configuration. Your mileage may vary.

set -g status-interval 1
set -g status-left "%A, %B %-e, %Y, %-l:%M%P %Z%0z #(pomo)"