Ross ROSS = Recommend OSS · open-source software intelligence for agents

mchav/with

Command prefixing for continuous workflow using a single tool. observed · 2026-08-28

github.com/mchav/with · Shell · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

58/100

  • Activity 57
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3669
  • days_rel: n/a
  • days_push: 262
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1441 stars · 41 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A shell utility that starts an interactive shell where every command is automatically prefixed with a chosen program, enabling continuous workflows with a single tool. It supports command history, limited completions, and switching between subcommands inline.

Use cases

  • run repeated git commands without retyping git
  • interactively test a java program with different arguments
  • recompile with gcc by just pressing enter
  • switch between subcommands like git add and git commit quickly
  • prefix every shell command with a single tool

When to choose

  • you frequently repeat commands with the same program prefix
  • you want a lightweight shell-based tool with no dependencies beyond a POSIX shell
  • you iterate on compile/run cycles or CLI tool workflows

When to avoid

  • you need full tab completion for the prefixed program
  • you prefer aliases or shell functions over an interactive wrapper
  • you need features beyond simple prefixing like scripting or piping

Facets

cli-tool · maturity stable

cli developer-tools terminal-ui developer-tools bsd cli shell command-prefixing interactive-shell workflow command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
mchav/withmain58

For agents

markdown · JSON · MCP: product_card(name="mchav/with")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem