# spacer を Homebrew, apk, dnf, Nix でインストール

spacer のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:spacer
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install spacer
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add spacer
```

  証拠: Alpine Linux edge package indexes: spacer from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install spacer
```

  証拠: Fedora Rawhide package metadata: spacer from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#spacer
```

  証拠: nixpkgs package indexes: pkgs/by-name/sp/spacer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:spacer
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.5.0
- **ソース概要:** Small command-line utility for adding spacers to command output
- **ホームページ:** <https://github.com/samwho/spacer>
- **リポジトリ:** <https://github.com/samwho/spacer>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- spacer (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.5.0
## プロジェクトの歴史と使われ方

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.

### タイムライン

- Current README: Documents Homebrew installation.
- Current README: Documents Cargo installation.
- Current README: Documents `--after` and stdout/stderr pipe behavior.

### Related projects

- Cargo is the Rust package channel documented by the README.
- Homebrew is the system package channel documented by the README.
- `tail -f` is the example producer used in the README.

### ソース

- <https://github.com/samwho/spacer#readme>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - spacer: normalized package name match | nixpkgs package indexes: pkgs/by-name/sp/spacer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - spacer - 0.5.0-r0: normalized package name match | Alpine Linux edge package indexes: spacer from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CLI tool to insert spacers when command output stops | https://github.com/samwho/spacer
- apk - spacer-doc - 0.5.0-r0: normalized package name match | Alpine Linux edge package indexes: spacer-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CLI tool to insert spacers when command output stops (documentation) | https://github.com/samwho/spacer
- dnf - spacer - 0.5.0-3.fc45: normalized package name match | Fedora Rawhide package metadata: spacer from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | CLI utility for adding spacers when command output stops | https://github.com/samwho/spacer


## Combined YAML source

View the package source record on GitHub. [combined/spacer.yml](https://github.com/mxcl/pkgdb/blob/main/combined/spacer.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
