Skip to content

jrudess/tmux-fancy-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tmux fancy git status

Prints git information for the current pane (if $cwd is a git repo)

img

Legend

↑ Ahead
↓ Behind
● Staged
+ Index Added
- Index Deleted
✖ Conflicts
+ Unstaged
- Tree deleted
… Untracked
⚑ Stashes
! Local branches
? Unknown

Dependencies

diffstat

Installation

Tmux Plugin Manager (recommended)

Add plugin to the list of TPM plugins in .tmux.conf:

set -g @plugin 'jrudess/tmux-fancy-git'

Add #{fancy_git} to your status-left or status-right tmux option:

set -g status-left "#{fancy_git}"

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

About

Enhanced git status for your tmux statusline

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages