Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ackledotdev/ngm

Repository files navigation

ngm - Node Git Manager

Node Git Manager is a simple tool to manage your local Git repositories. It allows you to run batch commands on all your repositories simultaneously.

Run batch actions on repos, such as fetch, pull, status, and more.

Installation

npm i -g node-git-manager
pnpm add -g node-git-manager
yarn global add node-git-manager
bun install -g node-git-manager
ngm --help

Shellper (shell helper) Setup

Add to shell startup file:

eval "$(ngm shell)"
alias ']'='ngmcd' # optional alias for quicker use

Available shellpers:

ngmcd <nickname> # automatically changes directory to the target repository
] <nickname> # or whatever alias you configured, if any

Uninstallation

npm rm -g node-git-manager

NGM uses env-paths to determine its local data storage location. To completely remove NGM and its stored data from your system, you can delete the following directories:

# Linux (per Freedesktop spec)
~/.local/share/ngm-nodejs/
# macOS
~/Library/Application Support/ngm-nodejs/
# Windows
%LOCALAPPDATA%\ngm-nodejs\

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /