A Python CLI tool for developers to track multiple Git repositories
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Uploaded git-glance to pypi. You can now try out my project: pip install git-glance
!!! I hope my project gets certified now :/
Added a whopping NINE more commands (you can now manage the git config file, rename aliases, open a repo in your file manager, get commit histories, show uncommitted changes, see stale repos, and even push/pull commands). Also added more helper methods to clean out the code. Go try it out!!
Added Scan command(Instead of manual path adding, you can broaden it out to a directory and it will recursively look for git repos). Also, updated README.md, and fixed some minor changes
Updated README.md (you can now test my project!). Also fixed some minor issues, but everything else works well. This CLI tool should be OS Independent...