1.0.5 • Published 11 months ago

git-scope v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

git-scope

npm license

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

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago