| format | ||
| .goreleaser.yml | ||
| .travis.yml | ||
| formater.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
GiTmux

GiTmux shows Git status in your Tmux status bar.
Description
If the working directory is managed by Git, GiTmux will show Git status
information in a minimal and useful manner, right in Tmux status bar.
GiTmux gets out of your way when it has nothing to say (out of a Git
working tree).
GiTmux comes with sensible defaults though you can customize everything: colors, symbols, which information to show.
To sum things up:
- you use Tmux
- you're tired to type
git status, or you're just lazy, like me - you want to keep your prompt tidy
then GiTmux is made for you!
Installation
- Install a binary release for your platform (preferred and simplest way)
Download the latest binary.
Add it to your $PATH.
- Build from source
Download and install the Go compiler from golang.org.
Go get the latest source code, the dependencies, build and install all from one command:
go get -u github.com/arl/gitmux
Usage
Simply add this line to your .tmux.conf
# Show Git working tree status
set -g status-right '#(gitmux -q -fmt tmux #{pane_current_path})'
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
