Duplo is a command-line utility for detecting the duplicated sections of source code. It can scan files, identify repeated blocks, and report the locations and number of duplicate lines. Duplo...
The jscpd is an open-source copy/paste detector designed to identify duplicated code across source files and projects. It supports multiple programming languages and can help locate repeated code that may...
The libvips is a fast and lightweight image-processing library designed for handling large images with low memory usage. It provides a set of command-line utilities for inspecting, editing, resizing, and...
The libavif is an open-source library for working with the AVIF image format, providing efficient image compression with support for modern image features. It includes command-line utilities such as avifenc...
The libjxl is an open-source implementation of the JPEG XL image format, designed to provide efficient image compression while preserving image quality. The project includes command line utilities for JPEG...
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...