The zsv is a command-line tool designed for working with CSV datasets. It provides fast and efficient methods for formatting, inspecting, and processing comma-separated values directly from the terminal. This...
Miller is a command-line utility for working with structured data formats such as CSV, TSV, JSON, and more. It behaves similarly to traditional UNIX tools, but is designed specifically for...
Lefthook is a fast and flexible Git hooks manager designed to simplify repository automation. It enables running scripts on Git events such as commits, pushes, and merges while keeping configuration...
The b3sum is a command-line utility which generates hashes using the BLAKE3 cryptographic hash function. Its high performance make it well suited for verifying data integrity. This tutorial explains how...
GitUI is a terminal interface for Git operations. It provides an efficient way to inspect commit logs, manage branches, stage changes, and perform other Git tasks directly from the command...
Claude Code is a command-line tool designed to bring AI-assisted development workflows directly into the terminal. It enables interaction with Claude models for coding tasks, automation, and local development assistance...
QEMU User space emulator provides the ability to run binaries compiled for different CPU architectures on a host system. It is commonly used for cross-architecture testing and software validation. This...
Tiny C Compiler (TCC) is a lightweight C compiler designed for fast compilation and minimal resource usage. It is often used for quick testing and simple C programs. This tutorial...
The witr is a lightweight command-line diagnostic tool designed to analyze running processes and explain their origin. Instead of just listing running processes, it shows what started them - like...
The qrtool is a command-line utility for generating and reading QR codes. It enables quick encoding of text into QR images as well as decoding existing QR files directly from...