# macos-term-size を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:macos-term-size
```

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

### macOS

- Homebrew (100%):

```sh
brew install macos-term-size
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:macos-term-size
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.0.0
- **ソース概要:** Get the terminal window size on macOS
- **ホームページ:** <https://github.com/sindresorhus/macos-terminal-size>
- **リポジトリ:** <https://github.com/sindresorhus/macos-terminal-size>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- term-size (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

macos-term-size is a small C command-line utility that prints the current terminal window size on macOS.

### プロジェクトの歴史

The official repository was created in May 2017. Its README describes a focused macOS utility that works even when run non-interactively, such as from a child process or with output redirected.

### 採用の歴史

The batch input records Homebrew packaging, and the README points users to downloadable release binaries. Repository metadata captured during this run showed modest GitHub adoption, which fits the project's role as a tiny single-purpose helper rather than a broad framework.

### 使われ方

The command is installed as `terminal-size` and prints columns followed by rows. The README contrasts this with `tput cols`, showing that `terminal-size` keeps reporting the actual terminal size in situations where `tput` may fall back to a default.

### パッケージ好きにとっての重要性

The package is useful because terminal dimensions are a small but annoying portability edge case for scripts. Packaging it in Homebrew gives macOS shell users a dependable native helper without pulling in a larger cross-platform stack.

### タイムライン

- 2017: Official GitHub repository created.
- 2023: Repository activity continued through commits pushed to the default branch.

### Related projects

- The README points to the author's cross-platform `terminal-size` project and the Windows-specific `windows-terminal-size` companion.

### ソース

- <https://api.github.com/repos/sindresorhus/macos-terminal-size>
- <https://github.com/sindresorhus/macos-terminal-size>
- <https://github.com/sindresorhus/macos-terminal-size#readme>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

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


## Combined YAML source

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


## ソース

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