# 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/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-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
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/spacer>
- **バージョン:** 0.5.0
- **ソース概要:** Small command-line utility for adding spacers to command output
- **ホームページ:** <https://github.com/samwho/spacer>
- **リポジトリ:** <https://github.com/samwho/spacer>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/samwho/spacer/archive/refs/tags/v0.5.0.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- spacer (cli)
- spacer (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.5.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/samwho/spacer
- 検出された最新: v0.5.0 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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

## ソースデータベース詳細

- **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:** stable

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

- 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/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | CLI utility for adding spacers when command output stops | https://github.com/samwho/spacer


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [moor](https://pkg.so/ja/brew/moor/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [oh-my-posh](https://pkg.so/ja/brew/oh-my-posh/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [rlwrap](https://pkg.so/ja/brew/rlwrap/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [colordiff](https://pkg.so/ja/brew/colordiff/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [sesh](https://pkg.so/ja/brew/sesh/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [grc](https://pkg.so/ja/brew/grc/) - Shares pkgdb curated category or tags: cli, command-output, developer-tools, logs, terminal.
- [ansifilter](https://pkg.so/ja/brew/ansifilter/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [et](https://pkg.so/ja/brew/et/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [fblog](https://pkg.so/ja/brew/fblog/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, command-line, developer, developer-tools, line.
- [chars](https://pkg.so/ja/brew/chars/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, command-line, developer, developer-tools, line.

## 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
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
