5 stable releases
new 1.0.4 | Nov 11, 2024 |
---|---|
1.0.1 | Nov 10, 2024 |
#2685 in Command line utilities
578 downloads per month
27KB
411 lines
Install
Since version 1.0.0, swagit has been rewritten in Rust, so you can install it directly via cargo.
cargo install swagit
npm(legacy)
The npm version wraps the binary with JavaScript, so it will be slower than the crates version.
npm install -g swagit
pnpm add -g swagit
yarn global add swagit
Usage
Once that's done, you can run this command inside your project's directory:
swagit
You can set an alias to use a more convenient command:
alias sg="swagit"
Options
--delete
or -d
Enter an interactive mode to select branches to be deleted.
--sync
or -s
(alpha test)
Sync all branches and delete merged branches.
License
MIT © Evan Ye
Dependencies
~4–12MB
~133K SLoC