# jtbl mit Homebrew, MacPorts, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für jtbl in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install jtbl
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jtbl
```

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

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

## Paketfakten

- **Paketschlüssel:** brew:jtbl
- **Paketmanager:** Homebrew
- **Version:** 1.6.0
- **Quellzusammenfassung:** Convert JSON and JSON Lines to terminal, CSV, HTTP, and markdown tables
- **Homepage:** <https://github.com/kellyjonbrazil/jtbl>
- **Repository:** <https://github.com/kellyjonbrazil/jtbl>
- **Zuletzt aktualisiert:** 2026-07-12T22:37:08-07:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- jtbl (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.6.0
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

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

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal

## Andere Paketmanager-Einträge

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


## Quellen

- 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
