# samwho/spacer

CLI tool to insert spacers when command output stops

Repository: https://github.com/samwho/spacer
Canonical: https://ross.abutalabs.com/products/spacer
Homepage: https://github.com/samwho/spacer
Language: Rust
License: MIT
License Family: permissive
Topics: cli
Last push: 2025-08-30T18:29:48+00:00

## Health v2 (maintenance only)
Score: 50/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 39, release rhythm 45, longevity 84
- inputs: {"age_days": 1180, "days_push": 368, "days_rel": 368, "gap_med": 0.0, "n_releases_24m": 13}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1817, forks 22 (observed 2026-08-28T04:05:40.130530+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: cli, developer-tools, logging
- domain: developer-tools
- platform: cli, windows, rust
- tags: log-tailing, terminal-utility, pipe-filter, rust, command-line, linux, macos

## Member repositories
- samwho/spacer (main) score 50

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:40.130530+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:20:14.183819+00:00, confidence not recorded.
  - readme: https://github.com/samwho/spacer (fetched 2026-08-28T04:05:40.130530+00:00, sha 5fa2c6f11dcc)
  - homepage: https://github.com/samwho/spacer (fetched 2026-08-29T10:59:15.854461+00:00, sha c736b9b1749e)
  - registry_crates: https://crates.io/api/v1/crates/spacer (fetched 2026-08-29T10:59:15.857040+00:00, sha 29f885019a1f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
