# 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
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/csvlens>
- **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>
- **Licence:** MIT
- **Archive source:** <https://github.com/YS-L/csvlens/archive/refs/tags/v0.15.1.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- csvlens (cli)
- csvlens (alias)

## Dépendances de compilation

- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.15.1
- données locales: OK
- dépôt amont: https://github.com/YS-L/csvlens
- dernière version détectée: v0.15.1 (à jour)
- info: No package-manager update timestamp was available.
## 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

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** csvlens
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [csvq](https://pkg.so/fr/brew/csvq/) - Shares pkgdb curated category or tags: cli, csv, data.
- [qsv](https://pkg.so/fr/brew/qsv/) - Shares pkgdb curated category or tags: cli, csv, data.
- [csvkit](https://pkg.so/fr/brew/csvkit/) - Shares pkgdb curated category or tags: cli, csv, data.
- [csvtk](https://pkg.so/fr/brew/csvtk/) - Shares pkgdb curated category or tags: cli, csv, data.
- [apache-arrow](https://pkg.so/fr/brew/apache-arrow/) - Shares pkgdb curated category or tags: cli, data.
- [miller](https://pkg.so/fr/brew/miller/) - Shares pkgdb curated category or tags: cli, csv, data.
- [jless](https://pkg.so/fr/brew/jless/) - Shares pkgdb curated category or tags: cli, data, viewer.
- [xan](https://pkg.so/fr/brew/xan/) - Shares pkgdb curated category or tags: cli, csv, data.
- [jsome](https://pkg.so/fr/npm/jsome/) - Local package facts share a topical domain. Shared terms: cli, command-line, data, line, viewer.
- [parqeye](https://pkg.so/fr/brew/parqeye/) - Local package facts share a topical domain. Shared terms: cli, data, terminal, viewer.
- [tidy-viewer](https://pkg.so/fr/brew/tidy-viewer/) - Both packages work with overlapping file formats or content types. Shared terms: cli, csv, data, viewer.

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