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

samwho/spacer

CLI tool to insert spacers when command output stops observed · 2026-08-28

github.com/samwho/spacer · homepage · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

50/100

  • Activity 39
  • Release rhythm 45
  • Longevity 84
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: 0.0
  • age_days: 1180
  • days_rel: 368
  • days_push: 368
  • n_releases_24m: 13

Full methodology

Adoption not part of the score

1817 stars · 22 forks observed · 2026-08-28

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

spacer is a small Rust CLI utility that inserts visual spacers into piped command output after a configurable period of inactivity. It is designed for workflows like tailing logs, making it easy to see where one burst of output ends and the next begins.

Use cases

  • insert blank separators in log output when tailing files
  • visually separate bursts of command output in the terminal
  • replace habitually pressing enter to mark log boundaries
  • pipe any command through a filter that adds spacers on idle output
  • monitor long-running processes with clearer output separation

When to choose

  • you frequently tail logs and want automatic visual separation of output
  • you want a tiny, fast Unix-style pipe filter for terminal readability
  • you want a simple installable Rust CLI with configurable idle timeout

When to avoid

  • you need to monitor STDERR, since spacer only watches STDOUT
  • you need structured log processing or filtering rather than visual spacing
  • you need a GUI or interactive log viewer

Facets

cli-tool · maturity active

cli developer-tools logging developer-tools cli windows rust log-tailing terminal-utility pipe-filter rust command-line linux macos

3 sources

Member repositories

RepositoryRoleHealth v2
samwho/spacermain50

For agents

markdown · JSON · MCP: product_card(name="samwho/spacer")

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