git-scope
v1.0.5
Published
Quickly review all your repos' git status in one glance
Downloads
1
Readme
git-scope
Quickly review all your repos' git status in one glance
git-scope is a command line tool that provides an overview of the git status, current branch, last commit message, and node_modules size for all repositories in a directory.
Table of Contents
Installation
Install git-scope globally to use it from any location on your computer.
npm install -g git-scope
Usage
Navigate to the directory containing your repositories and run:
git-scope
git-scope will generate a table output in your terminal like this:
┌─────────────┬─────────────────────┬─────────────┬───────────────────┬────────────────────┐
│ Folder Name │ Status │ Current │ Last Commit │ Node Modules Size │
│ │ │ Branch │ │ │
├─────────────┼─────────────────────┼─────────────┼───────────────────┼────────────────────┤
│ Repo1 │ All changes staged │ main │ Initial commit │ 50 MB │
├─────────────┼─────────────────────┼─────────────┼───────────────────┼────────────────────┤
│ Repo2 │ Unstaged changes │ feature_xyz │ Updated Readme.md │ 120 MB │
└─────────────┴─────────────────────┴─────────────┴───────────────────┴────────────────────┘
Contributing
We welcome contributions! Please see here for details on how to contribute.
License
ISC © Utkarsh Bhimte