# Installer csvlens avec Homebrew, MacPorts, Nix, pacman, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de csvlens pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install csvlens
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install csvlens
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:csvlens
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.15.1
- **Résumé source:** Command-line csv viewer
- **Page d'accueil:** <https://github.com/YS-L/csvlens>
- **Dépôt:** <https://github.com/YS-L/csvlens>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- csvlens (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.15.1
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
