bcobb / tmux-pomodoro

:tomato:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmux-pomodoro Build Status

Installation

brew tap justincampbell/formulae
brew install tmux-pomodoro

Package

wget -O tmux-pomodoro-latest.tar.gz https://github.com/justincampbell/tmux-pomodoro/archive/latest.tar.gz tmux-pomodoro
tar -zxvf tmux-pomodoro-latest.tar.gz
cd tmux-pomodoro-latest/
make install

Usage

Tmux Configuration

# Place the current pomodoro status on the right side of your status bar
set -g status-right '#(pomodoro status)'

# Map a key to start a timer
bind-key p run-shell 'pomodoro start'

Commands

  • start Start a timer for 25 minutes
  • status Show the remaining time, or an exclamation point if done
  • clear Clear the timer

start and clear also call tmux refresh-client -S, which will instantly update your tmux status bar shell commands.

About

:tomato:


Languages

Language:Go 80.1%Language:Makefile 13.7%Language:Shell 6.1%