The objdiff CLI is an object files comparison tool designed primarily for decompilation projects. It compares object files (.o) at the function and data level, making it possible to inspect...
Wakaru is a JavaScript decompiler that converts bundled or compiled code into more readable modern JavaScript. It can reverse common transformations produced by bundlers, compilers, and minifiers. This tutorial demonstrates...
The sqly is a command-line tool for executing SQL queries against data files. It automatically imports supported files into an SQLite in-memory database, allowing SQL operations such as filtering, joins...
The sq is a command-line tool that provides a simple way to query structured data sources, including SQL databases and formats such as CSV and Excel. It works with different...
The xq is a command-line tool designed for working with XML and HTML documents. It supports querying document structures, selecting specific elements, and extracting values directly from the terminal. This...
The xmllint is a command-line tool included with the libxml2 package for validating, parsing, and formatting XML documents. It is commonly used to check XML syntax, format XML files, and...
The yamlfmt is a command-line utility designed to automatically format YAML files according to consistent style rules. It helps standardize indentation, spacing, and document layout, making configuration files easier to...
Taplo is a command-line utility for working with TOML configuration files. It provides formatting, validation, querying, and editing capabilities, making it useful for managing TOML documents in development workflows. This...
Comrak is a Rust-based Markdown parser and renderer that supports the CommonMark specification along with GitHub Flavored Markdown (GFM), making it suitable for converting Markdown content into HTML and other...
The mutool is a lightweight command-line utility included with the MuPDF toolkit for working with PDF documents. It provides a variety of features for inspecting, converting, extracting, and manipulating PDF...