Git Wiz 🧙♂️ is a tool for running some of git commands in interactive mode.
npm install -g git-wiz
yarn global add git-wizgit-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 🤟addresetstashdiffrename(mv)
Create a .gitwizrc file in the root of your project to configure git-wiz.
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/**"]
}yarn
yarn build [--watch]yarn linkOr
yarn add absolute/path/to/repoOr
yarn package
yarn add absolute/path/to/repo/git-wiz-1.[major].[minor].tgz