termgit
v1.0.0
Published
A simple CLI-based tool to track changes in your Git repository in real-time.
Downloads
97
Readme
TermGIT
A simple CLI-based tool to track changes in your Git repository in real-time.
Features
- Instant feedback: Monitors file changes and updates the status automatically.
- Visual status: Color-coded status labels (Modified, Added, Deleted, etc.).
- Easy setup: Works in any Git repository.
Installation
Local installation (for development)
- Clone this repository.
- Run
npm install. - Link the package globally:
npm link
Global installation (via npm)
Once published, users can install it using:
npm install -g git-visualizer-cliUsage
Navigate to any Git repository in your terminal and run:
git-watchHow it works
- Chokidar: Watches the file system for any changes.
- Simple-Git: Fetches the current repository status on every change.
- Chalk: Styles the output for a better user experience.
