The sd tool is a modern and more user-friendly alternative to the traditional sed command for finding and replacing text in files using regular expressions. It's designed to be simpler...
The pdu (Parallel Disk Usage) is a command line tool designed for analyzing disk usage within a directory tree and providing a graphical representation of that usage. This tutorial demonstrates...
Cosmopolitan is a toolchain that enables C code to be compiled into a single binary that can run on multiple operating systems without modification. It effectively makes C a build-once...
Just is a command runner designed to streamline the management and execution of commands in a project. Just is a modern alternative to traditional tools like the make command, offering...
Curlie is a command line tool designed to combine the features of two popular utilities: Curl and HTTPie. Curlie combines the user-friendly interface of HTTPie with the powerful features of...
The shell2http is a command line tool that allows to provide shell commands or scripts as HTTP endpoints. Essentially, it creates a simple HTTP server that maps HTTP requests to...
Ruff is a fast Python linter and code formatter designed to improve code quality and consistency. Developed with performance in mind, Ruff provides a comprehensive set of linting rules and...
The erdtree is a command line tool designed for displaying directory trees in a more visual and user-friendly manner. It offers a more readable and colorful alternative to traditional tools...
Difftastic is a command line tool designed to provide a more accurate and insightful diff for code changes. Unlike traditional diff tools that compare files line by line, Difftastic takes...
Watchexec is a command line tool that watches files and directories for changes and then executes a specified command when a change is detected. It is commonly used by developers...