# csvlens を Homebrew, MacPorts, Nix, pacman, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:csvlens
```

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

### macOS

- Homebrew (100%):

```sh
brew install csvlens
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install csvlens
```

  証拠: MacPorts ports tree: textproc/csvlens/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#csvlens
```

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

- pacman (92%):

```sh
sudo pacman -S csvlens
```

  証拠: Arch Linux sync databases: csvlens from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/csvlens
```

  証拠: Scoop official bucket manifest trees: bucket/csvlens.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id YS-L.csvlens -e
```

  証拠: Windows Package Manager source index: YS-L.csvlens from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:csvlens
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.15.1
- **ソース概要:** Command-line csv viewer
- **ホームページ:** <https://github.com/YS-L/csvlens>
- **リポジトリ:** <https://github.com/YS-L/csvlens>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- csvlens (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

csvlens is a Rust-based command-line CSV viewer positioned as a CSV-aware analogue of less: it opens files or stdin in an interactive terminal table view with search, filtering, sorting, column selection, wrapping, and clipboard-oriented actions.

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

The public release stream visible on GitHub begins with the 0.3.x series in 2023, and the changelog shows the project continuing as an interactive terminal viewer rather than a batch-processing CSV suite. Later releases added package-friendly polish such as a library target, aarch64 release targets, auto-delimiter defaults, row marking, and automatic reload.

### 採用の歴史

The upstream README documents installation through direct release downloads, Homebrew, Arch Linux, Windows winget, several BSD package systems, and Cargo. That distribution footprint is notable for a comparatively young terminal data viewer because it covers Unix, macOS, Windows, BSD ports, and Rust's native package channel.

### 使われ方

csvlens is commonly used where a user wants to inspect CSV or TSV-like output without importing it into a spreadsheet: open a file, pipe command output into the viewer, search or filter rows, narrow columns, sort interactively, and optionally print a selected value or marked rows back to stdout.

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

For package maintainers, csvlens is representative of the modern single-binary Rust CLI pattern: small user-facing surface, terminal-first UX, release archives for multiple platforms, Cargo installability, and packaging in Homebrew and OS repositories.

### タイムライン

- 2023: Earliest GitHub release visible in the public release list is v0.3.2.
- 2024: v0.13.0 added aarch64 release targets.
- 2026: v0.15.x added auto-reload and stdin streaming refinements.

### Related projects

- The README frames csvlens as closer to less than to full CSV transformation suites; in practice it complements tools such as csvq, csvtk, xsv, and csvkit by focusing on interactive viewing.

### ソース

- <https://github.com/YS-L/csvlens#readme>
- <https://github.com/YS-L/csvlens/blob/main/CHANGELOG.md>
- <https://github.com/YS-L/csvlens/releases>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Nix - csvlens: normalized package name match | nixpkgs package indexes: pkgs/by-name/cs/csvlens/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - csvlens - 0.15.1-2: normalized package name match | Arch Linux sync databases: csvlens from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Command line csv viewer | https://github.com/YS-L/csvlens
- MacPorts - csvlens: normalized package name match | MacPorts ports tree: textproc/csvlens/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/csvlens: normalized package name match | Scoop official bucket manifest trees: bucket/csvlens.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - YS-L.csvlens: normalized package name match | Windows Package Manager source index: YS-L.csvlens from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/csvlens.yml](https://github.com/mxcl/pkgdb/blob/main/combined/csvlens.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
