# Installer tidy-viewer avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:tidy-viewer
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install tidy-viewer
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#tidy-viewer
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ti/tidy-viewer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:tidy-viewer
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.8.93
- **Résumé source:** CLI csv pretty printer
- **Page d'accueil:** <https://github.com/alexhallam/tv>
- **Dépôt:** <https://github.com/alexhallam/tv>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- tidy-viewer (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Tidy Viewer, commonly invoked as tv or tidy-viewer, is a Rust command-line pretty printer for tabular data. Its project README describes it as a cross-platform data pretty printer for CSV, TSV, PSV, and Parquet files, with streaming support for large datasets.

### Historique du projet

The public GitHub repository was created in April 2021. The README presents the project as a terminal adaptation of ideas from R's pillar/tibble formatting, emphasizing significant-digit display, column styling, missing-value coloring, and width-aware truncation for data tables.

The project grew from a CSV pretty-printer into a small data-viewing workspace: the README now documents a Cargo workspace with tidy-viewer-core, tidy-viewer-cli, and tidy-viewer-py, and it highlights support beyond CSV/TSV into Parquet, Feather, and IPC-oriented data workflows.

### Historique d'adoption

Official installation instructions list Cargo, Debian packages, AUR, Snap, Homebrew, and prebuilt release binaries for macOS, ARM, Windows, and source builds. That package spread is the clearest source-backed sign that the tool moved beyond a single-language Rust crate into the usual CLI distribution channels.

The repository metadata also shows the project positioned with tags such as cli, csv, data-science, dataframe, terminal, and pretty-printer, matching its adoption by users who want a fast terminal preview before reaching for heavier dataframe or spreadsheet tools.

### Modes d'utilisation

Tidy Viewer is used as a terminal inspection step for delimited and columnar data: examples in the README pipe CSV files into tv, pass files as arguments, and combine color output with pagers such as less -R or bat.

For package-manager users, its appeal is that it turns common shell workflows around CSV or Parquet files into a readable table without starting Python, R, a database shell, or a spreadsheet application.

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

In the package-nerd niche, Tidy Viewer belongs to the family of focused Rust CLIs that make Unix pipelines friendlier for data work. It is interesting less as an ecosystem-defining project and more as a practical bridge between classic text streams and dataframe-style terminal presentation.

Its Homebrew formula matters because macOS users can install the same tiny table viewer they might otherwise install via Cargo, keeping shell aliases and data-preview scripts portable across package managers.

### Chronologie

- 2021: GitHub repository created for alexhallam/tv.
- 2021-2026: Official README documents distribution through Cargo, Debian, AUR, Snap, Homebrew, and release binaries.
- 2020s: README documents expansion from CSV-oriented viewing to Parquet, Feather, IPC, streaming, and Python bindings.

### Related projects

- The README names R's pillar project as formatting inspiration.
- The README positions tv beside command-line data manipulation tools and pagers rather than as a replacement for full dataframe systems.

### Sources

- <https://api.github.com/repos/alexhallam/tv - GitHub repository metadata for creation date, language, topics, and repository status.>
- <https://github.com/alexhallam/tv#readme - official README for purpose, features, installation channels, examples, architecture, and inspiration.>


## 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 - tidy-viewer: normalized package name match | nixpkgs package indexes: pkgs/by-name/ti/tidy-viewer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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