# Installer jtbl avec Homebrew, MacPorts, Nix

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

## installation

```sh
sudo av install brew:jtbl
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install jtbl
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jtbl
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#jtbl
```

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

## Faits du paquet

- **Clé du paquet:** brew:jtbl
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.6.0
- **Résumé source:** Convert JSON and JSON Lines to terminal, CSV, HTTP, and markdown tables
- **Page d'accueil:** <https://github.com/kellyjonbrazil/jtbl>
- **Dépôt:** <https://github.com/kellyjonbrazil/jtbl>
- **Dernière mise à jour:** 2026-07-12T22:37:08-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- jtbl (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

jtbl is a small command-line formatter for turning JSON and JSON Lines streams into terminal, CSV, HTTP, and Markdown tables. Its niche is the shell pipeline: JSON-producing tools on one side, human-readable tabular output on the other.

### Historique du projet

The public repository describes jtbl as a simple CLI that reads JSON from standard input and writes table output to standard output. GitHub tag history shows a 1.0.0 tag in March 2020, followed by continued packaged releases through the 1.x line.

### Historique d'adoption

Adoption evidence is modest and package-manager-centered. The tool is packaged by Homebrew, MacPorts, and Nix, which places it in the same terminal-data-tool ecosystem as jq, jc, and other JSON pipeline utilities.

### Modes d'utilisation

jtbl is used when a script or API emits JSON but the operator wants a quick table without writing a custom formatter. Its value is strongest in ad hoc inspection, README examples, shell aliases, and command demos.

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

Package nerds care about jtbl because it is a focused Unix-filter style utility: stdin in, stdout out, no daemon, no framework, and a packaging footprint small enough for multiple package ecosystems.

### Chronologie

- 2020: The repository has a v1.0.0 tag dated March 17.
- 2021: The 1.2.x release series expanded the packaged 1.x line.
- 2023: The GitHub releases page records a 1.6.0 release.

### Related projects

- jq is the broader JSON query tool commonly paired with terminal JSON workflows.
- jc, by the same maintainer, converts many command outputs and file formats into JSON for similar shell-pipeline use.

### Sources

- <https://formulae.brew.sh/formula/jtbl>
- <https://github.com/kellyjonbrazil/jc>
- <https://github.com/kellyjonbrazil/jtbl>
- <https://github.com/kellyjonbrazil/jtbl/releases>
- <https://github.com/kellyjonbrazil/jtbl/tags>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- Nix - jtbl: normalized package name match | nixpkgs package indexes: pkgs/by-name/jt/jtbl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - jtbl: normalized package name match | MacPorts ports tree: textproc/jtbl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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