Git-Glance

Git-Glance Used AI

6 devlogs
9h 6m
•  Ship certified
Created by Harsh

A Python CLI tool for developers to track multiple Git repositories

Timeline

Uploaded git-glance to pypi. You can now try out my project: pip install git-glance!!! I hope my project gets certified now :/

Update attachment

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!!

Ship 1

0 payouts of shell 0 shells

Harsh

about 2 months ago

Harsh Covers 4 devlogs and 5h 41m

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...

Added ability to get a more detailed info of status of only one repo

Update attachment

MVP Done. Gonna add Post-MVP features

Update attachment