# cbfmt mit Homebrew, Nix installieren

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

## Installation

```sh
sudo av install brew:cbfmt
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install cbfmt
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#cbfmt
```

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

## Paketfakten

- **Paketschlüssel:** brew:cbfmt
- **Paketmanager:** Homebrew
- **Version:** 0.2.0
- **Quellzusammenfassung:** Format codeblocks inside markdown and org documents
- **Homepage:** <https://github.com/lukas-reineke/cbfmt>
- **Repository:** <https://github.com/lukas-reineke/cbfmt>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- cbfmt (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

cbfmt is a Rust command-line formatter driver for code blocks inside Markdown, Org, and reStructuredText documents.

### Projektgeschichte

The official repository was created in July 2022. Its README defines cbfmt as a tool that iterates over document code blocks and runs configured formatting commands for each block language.

### Adoptionsgeschichte

The supplied package metadata shows cbfmt available through Homebrew and Nix. GitHub Releases published the v0.2.0 release on August 31, 2022.

### Wie es verwendet wird

A `.cbfmt.toml` file maps code block languages to formatter commands that read stdin and write stdout. Users can check or rewrite files, process directories recursively, or read a document from stdin.

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

cbfmt is package-nerd-relevant because it composes existing language formatters instead of replacing them, giving documentation projects a small CLI for keeping embedded examples formatted.

### Zeitleiste

- 2022: The official GitHub repository was created.
- 2022: v0.1.x and v0.2.0 releases were published.
- 2023: The official repository metadata records later maintenance activity.

### Related projects

- rustfmt, gofmt, stylua, and black are example formatter commands shown in the official configuration example.
- Markdown, Org, and reStructuredText are the document formats named by the official README.

### Quellen

- <https://api.github.com/repos/lukas-reineke/cbfmt>
- <https://api.github.com/repos/lukas-reineke/cbfmt/releases>
- <https://github.com/lukas-reineke/cbfmt#readme>
- source_facts.package-manager


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .cbfmt.toml
## Andere Paketmanager-Einträge

- Nix - cbfmt: normalized package name match | nixpkgs package indexes: pkgs/by-name/cb/cbfmt/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/cbfmt.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cbfmt.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
