Effortlessly manage your Git branches.
Ramus is a simple command-line tool that allows you to delete multiple Git branches at once.
To start using Ramus, run the following command:
deno run -A jsr:@egamagz/ramusAlternatively, you can install it globally with:
deno install -g jsr:@egamagz/ramus
ramusWhile working with Git, I often accumulate a large number of branches that I’m no longer actively using. To simplify branch management, I built Ramus—a lightweight CLI that lets you visually select and delete multiple branches in one go.
MIT License