- Install GitHub CLI
- Add
tmux-git-alerts
to your tmux.conf
set -g @plugin 'gu-maia/tmux-git-alerts'
-
Hit
prefix + I
to install with TPM -
Define the frequency to pull the Github API
set -g status-interval 60 # for 60 seconds
- run
gh auth login
to authenticate
This is a POC. The code will be refactored and new modules will be added