Bartib is a user-friendly time tracking tool for the command line that logs all tracked activities in a plaintext file and enables the creation of flexible reports. This tutorial demonstrates...
The restic is a fast, secure, and efficient backup tool via command line designed to back up files and directories. It supports multiple storage backends, including local storage, SFTP, Amazon...
Cassowary is a tool designed for load testing web applications and APIs. Its primary function is to simulate multiple users accessing a web service simultaneously to analyze the performance, reliability...
Hurl is a command line tool used to run and test HTTP requests. It is particularly useful for developers and testers who need to interact with web services and APIs...
Helix is a text editor for creating and modifying text files via command line. It supports multiple selections, syntax highlighting, key mappings and more. This tutorial explains how to install...
The jql is a JSON query language tool via command line. It provides a means to extract, manipulate, and interact with JSON data efficiently. This tutorial explains how to install...
The uv is a Python package installer and resolver that is written in Rust programming language. The uv is a drop-in replacement for pip, pip-tools, and virtualenv commands. This tutorial...
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...