/harvestmux

Tmux plugin to view your harvestapp time tracker hours in the status bar

Primary LanguageGoMIT LicenseMIT

Harvestmux - harvestapp plugin for tmux

I just hacked this out. It's pretty raw

If anyone is interested in binaries or better instructions, contact me via twitter @mraaroncruz

Installation

Install golang and set up your GOPATH

Then run
go get github.com/pferdefleisch/harvestmux

Screenshot

wow

Usage

In your ~/.tmux.conf
set-option -g status-right "#[fg=magenta]hrs #(harvestmux -config ~/.harvest/config.yml) #[fg=$TMUX_SHELL_COLOR]$sHost#[default]#[fg=cyan] %d %b %R:%S"

the -config part is the absolute path to your config.yml file. Just make a copy of the config.example.yml in the repo

Thank you

niemeyer for go-yaml

License

go-yaml license

So you don't have to scroll up

Enjoy