Git-Scope User Guide
dev.toยท21hยท
Discuss: DEV
Preview
Report Post

Git-Scope User Guide ๐Ÿ”ญ

Git-Scope is a terminal dashboard for your local git repositories.

Stop cd-ing into folders to check status. Scan your projects and see a real-time dashboard of your entire workload.

๐Ÿ“ฆ Installation

Run these commands:

macOS / Linux (Homebrew)

brew tap Bharath-code/tap
brew install git-scope

Windows (Winget / Scoop)

Coming soon. For now, use go install:

go install github.com/Bharath-code/git-scope/cmd/git-scope@latest

Go Install

go install github.com/Bharath-code/git-scope/cmd/git-scope@latest

๐Ÿ’ป CLI Commands

Use these commands to control the tool:

git-scope                    # Launch dashboard (default)
git-scope scan               # Print repos as JSON
git-scope scan-all           ...

Similar Posts

Loading similar posts...