wiscaksono / tmux-wakatime

TMUX plugin showing wakatime today stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TMUX Wakatime

Shows WakaTime today statistics in the status line.

tmux-wakatime

Installation

Requirements

With Tmux Plugin Manager

Add the plugin in .tmux.conf:

set -g @plugin 'wiscaksono/tmux-wakatime'

Press prefix + I to fetch the plugin and source it. Done.

Manual

Clone the repo somewhere. Add run-shell in the end of .tmux.conf:

run-shell PATH_TO_REPO/tmux-wakatime.tmux

NOTE: this line should be placed after set-option -g status-right ....

Press prefix + : and type source-file ~/.tmux.conf. Done.

Usage

Add #{wakatime} somewhere in the right status line:

set-option -g status-right "#{wakatime}"

License

tmux-wakatime plugin is released under the Apache License.

About

TMUX plugin showing wakatime today stats

License:Apache License 2.0


Languages

Language:Shell 100.0%