qrush/sub
a delicious way to organize programs observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5094
- days_rel: n/a
- days_push: 1835
- n_releases_24m: 0
Adoption not part of the score
1761 stars · 143 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Sub is a bash-based convention for building command-line programs with git-style subcommands, where each subcommand is a standalone executable in any scripting language. It provides built-in commands, shell completions, and self-documenting subcommands via magic comments.
Use cases
- organize shell scripts into a single command with subcommands
- build a CLI tool like git or rbenv in bash
- create subcommands in any scripting language
- add bash/zsh autocompletion to a custom CLI
- share team automation scripts under one command
When to choose
- you want a lightweight, convention-based way to build multi-command CLI tools
- you prefer writing subcommands in any language rather than a single monolithic script
- you want built-in help, command listing, and shell completions for free
When to avoid
- you need a full-featured CLI framework with argument parsing and rich help output
- your project requires cross-platform support beyond Unix shells
- you need an actively maintained project with recent releases
Facets
framework · maturity maintenance
cli developer-tools workflow-automation developer-tools cli shell-scripts subcommands bash convention-over-configuration cli-framework command-line automation linux macos
3 sources
- readme: https://github.com/qrush/sub · fetched 2026-08-28 · 9079efa47eba
- homepage: http://37signals.com/svn/posts/3264-automating-with-convention-introducing-sub · fetched 2026-08-29 · fde5cdf471fe
- site_page: https://signalvnoise.com/writers · fetched 2026-08-29 · dac05d3e1cb8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| qrush/sub | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem