The vainfo is a command-line tool for inspecting the Video Acceleration API (VA-API) capabilities available on a Linux system. It reports information about the installed VA-API driver and lists the...
The bttf is a command-line tool for working with dates and times directly from the terminal. It supports time parsing, arithmetic, formatting, and other date and time operations, making it...
The dnsglobe is a terminal-based DNS propagation checker written in Rust. It queries many public DNS resolvers around the world in parallel, compares the returned DNS records, and shows how...
The ugrep is a fast command-line search utility designed for finding text and patterns across files and directories. It supports recursive searches, regular expressions, Unicode text, and various output formats...
The entr is a lightweight command-line utility designed to monitor files for changes and automatically execute commands when modifications occur. It can be useful for development workflows where tests, scripts...
GNU cflow is a command-line utility that analyzes C source code and produces a hierarchical representation of function calls. It can help examine relationships between functions in a C program...
The jc is a command-line utility that transforms the output of common Linux commands into structured JSON. This makes command results easier to process with scripts, automation tools, and other...
The lcov is a command-line tool designed to collect and present code coverage information generated by GCC. It works with coverage data produced by GCC instrumentation features and provides a...
The fq is a command-line utility designed for inspecting and analyzing binary data. It supports a wide range of binary formats and provides an expressive query language for exploring structured...
The trdsql is a command-line tool that allows SQL queries to be executed against CSV, LTSV, JSON, and other tabular data formats. It provides a convenient way to inspect, filter...