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
jq
Lightweight command-line JSON processor.
yq
YAML/JSON/XML/CSV/TOML processor with jq-like syntax.
HTTPie
User-friendly command-line HTTP client.
curl
Command-line tool for transferring data with URLs.
glow
Markdown renderer for the terminal.
tokei
Fast code statistics tool with multi-language support.
hyperfine
Command-line benchmarking tool.
fx
Terminal JSON viewer with interactive navigation.
xsv
Fast CSV toolkit written in Rust.
Miller
Like awk/sed/cut for name-indexed data (CSV, JSON, etc.).
dasel
Query and modify data in JSON, TOML, YAML, XML, CSV.
navi
Interactive cheatsheet tool for command-line.
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.