Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 1.37 KB

File metadata and controls

76 lines (51 loc) · 1.37 KB

thanks for stopping by npm version

Git Wiz 🧙‍♂️

Git Wiz 🧙‍♂️ is a tool for running some of git commands in interactive mode.

screen record of the terminal with the tool

Getting Started

npm install -g git-wiz
yarn global add git-wiz

Run

git-wiz

? What to add? (Press <space> to select, <a> to toggle all, <i> to invert selection)
❯◯ path/to/my/file

"git add path/to/my/file"  did great 🤟

Supported commands

  • add
  • reset
  • stash
  • diff
  • rename (mv)

Configuration

Create a .gitwizrc file in the root of your project to configure git-wiz.

Exclude files/folders from rename

The rename command searches all files in the current directory. Use the exclude option to skip specific files or folders (supports glob patterns):

{
  "exclude": ["node_modules/**", "dist/**", ".git/**"]
}

Development

Install and run

yarn
yarn build [--watch]

Test it

yarn link

Or

yarn add absolute/path/to/repo

Or

yarn package
yarn add absolute/path/to/repo/git-wiz-1.[major].[minor].tgz