macOS
brew install spacerlocal Homebrew formula metadata
brew
Small command-line utility for adding spacers to command output. Version 0.5.0 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#spacer.
install
brew install spacerlocal Homebrew formula metadata
sudo apk add spacerAlpine Linux edge package indexes · spacer · source: dl-cdn.alpinelinux.org
sudo dnf install spacerFedora Rawhide package metadata · spacer · source: dl.fedoraproject.org
nix profile install nixpkgs#spacernixpkgs package indexes · pkgs/by-name/sp/spacer/package.nix · source: api.github.com
overview
Small command-line utility for adding spacers to command output
history
spacer is a small Rust command-line utility that inserts separator lines into a stream when command output pauses. It is aimed at terminal users who follow logs or long-running command output and want visible boundaries between bursts.
The official README presents spacer as a simple CLI tool for inserting spacers when command output stops. It is distributed as a Rust crate and as a Homebrew package according to the README, with additional package availability recorded in the input facts.
spacer's official adoption story is modest but package-manager-shaped: the README names Homebrew and Cargo installation, while the input package facts also list apk, dnf, and Nix. That makes it a small utility available through both language and OS package ecosystems.
The default behavior is to emit a spacer after one second without output. Users can change the interval with `--after`, including floating-point seconds, and can pipe both stdout and stderr with shell syntax such as `|&` when a command writes mostly to stderr.
A typical use is `tail -f some.log | spacer --after 5`, which turns a continuous log stream into visually separated bursts without changing the producing command.
spacer matters to package nerds as a very small example of packaging terminal ergonomics. It does not replace logging tools; it packages one habit, pressing Enter while tailing logs, into a reusable filter.
Its availability through Cargo and system package managers makes it easy to add to dotfiles, shell pipelines, and development machines without vendoring a script.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
spacer | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/samwho/spacer
install metadata
| Package key | brew:spacer |
|---|---|
| Version | 0.5.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/spacer |
| Homepage | https://github.com/samwho/spacer |
| Repository | https://github.com/samwho/spacer |
| Upstream docs | https://github.com/samwho/spacer#readme |
| License | MIT |
| Source archive | https://github.com/samwho/spacer/archive/refs/tags/v0.5.0.tar.gz |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | spacer |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
spacer
nix profile install nixpkgs#spacerspacer 0.5.0-r0
CLI tool to insert spacers when command output stops
https://github.com/samwho/spacer
sudo apk add spacerspacer-doc 0.5.0-r0
CLI tool to insert spacers when command output stops (documentation)
https://github.com/samwho/spacer
sudo apk add spacer-docspacer 0.5.0-2.fc44
CLI utility for adding spacers when command output stops
https://github.com/samwho/spacer
sudo dnf install spacersource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.