mirror of
https://github.com/shadawck/awesome-cli-frameworks.git
synced 2026-07-11 15:20:10 -05:00
[GH-ISSUE #22] New tool suggestion #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @inevolin on GitHub (Feb 3, 2026).
Original GitHub issue: https://github.com/shadawck/awesome-cli-frameworks/issues/22
I'd like to recommend a new and useful bash tool
in-cli: https://github.com/inevolin/in-cli/in-cliis a lightweight, zero-dependency Bash utility that executes commands across multiple directories simultaneously or sequentially using simple glob patterns. It replaces complex find or xargs loops with a much simpler and friendlier syntax for efficient monorepo and filesystem management.@Ultramann commented on GitHub (Apr 3, 2026):
@inevolin, I believe this repo is for frameworks to
in-cli, while cool looking, appears to be a cli, not a framework to make clis.