# 使用 Homebrew, MacPorts, Nix 安装 jtbl

查看 jtbl 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install jtbl
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jtbl
```

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:jtbl
- **软件包管理器:** Homebrew
- **版本:** 1.6.0
- **来源摘要:** Convert JSON and JSON Lines to terminal, CSV, HTTP, and markdown tables
- **主页:** <https://github.com/kellyjonbrazil/jtbl>
- **仓库:** <https://github.com/kellyjonbrazil/jtbl>
- **最后更新:** 2026-07-12T22:37:08-07:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- jtbl (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.6.0
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

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

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 其他软件包管理器记录

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


## 来源

- 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
