Terminal GuideTerminal Guide

Dev Tools

Developer tools for data processing, API testing, benchmarking, and documentation. These utilities help you work with JSON, YAML, CSV, HTTP, and other formats commonly used in development workflows.

Available Tools

Essential Dev Tools

For JSON processing: jq is the standard for parsing and transforming JSON. fx provides interactive exploration.

For YAML/TOML: yq handles YAML with jq-like syntax. dasel works with multiple formats.

For HTTP requests: HTTPie offers user-friendly syntax. xh is a fast Rust alternative.

For benchmarking: hyperfine provides statistical analysis of command execution times.

For code statistics: tokei quickly counts lines of code across many languages.

For documentation: glow renders Markdown beautifully in the terminal.