3wille / PyStatusGit

Module for i3pystatus displaying unstaged changes of a directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyStatusGit

PyStatusGit is a module for i3pystatus displaying unstaged changes in a git respository. The default displays changes in .dotfiles

Dependencies

  • GitPython

Install

make will place a symlink to /usr/lib/python3.6/site-packages/i3pystatus/git_status.py. You need to take care of permissions yourself coughsudocough. If your python package path differs, just adapt the Makefile or place the file yourself.

Usage

status.register("git_status")

Optionally, pass a path

status.register("git_status", path="/home/foo/bar")

About

Module for i3pystatus displaying unstaged changes of a directory

License:MIT License


Languages

Language:Python 85.5%Language:Makefile 14.5%