wrun-cli
v0.1.5
Published
Interactive CLI for common git workflows with menu-driven shortcuts
Maintainers
Readme
🖥️ wrun cli
Interactive terminal CLI for common Git and GitHub workflows.
Use menus or run commands directly—wrun git pr instead of memorizing flags for push upstream, pull requests, amend flows, and submodule cleanup.
Requirements
- Node.js 18+
- Git
- GitHub CLI (
gh)
Install
npm install -g wrun-cliRun once without installing:
npx wrun-cliUsage
# Interactive menu
wrun
# Category menu
wrun git
# Direct commands
wrun git pr
wrun git set-upstream
wrun git amendCommands
| Command | Description |
| ------------------ | ------------------------------------------- |
| set-upstream | Push and set upstream branch |
| pr | Create a pull request with GitHub CLI |
| reset | Soft reset the last commit |
| amend | Edit the last commit message |
| amend-multiple | Edit multiple commit messages interactively |
| remove-submodule | Remove a Git submodule |
Development
git clone https://github.com/wanderlima/wrun.git
cd wrun
npm install
npm linkRun locally without linking:
node bin/wrun.js
node bin/wrun.js git prLicense
MIT — see LICENSE.
