Skip to content

Module for i3pystatus displaying unstaged changes of a directory

License

Notifications You must be signed in to change notification settings

3wille/PyStatusGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published