The fselect is a command line tool that allows users to perform SQL-like queries on the file system. It enables users to search for files based on various criteria, such...
The jless is a command line tool designed to view and navigate JSON data efficiently. It is particularly useful for working with large JSON files or API responses, providing a...
The dua command line tool, short for "Disk Usage Analyzer", is a utility designed to help users quickly analyze and visualize disk usage in a terminal. It is similar to...
The qsv command line tool is designed for handling CSV files. It is a fast and versatile tool that provides a wide range of functionalities for processing CSV data. The...
Kalker is a command line tool designed for mathematical calculations. It provides a simple and efficient way to perform various mathematical operations directly from the terminal. This tutorial demonstrates how...
The miniserve is a command line tool for serving files and directories over HTTP. It's a lightweight, single-binary application written in Rust programming language, designed to make it easy to...
Trippy is a command line tool designed for network troubleshooting and diagnostic purposes. It combines the functionalities of traditional tools like ping and traceroute to provide enhanced visibility into network...
The eza tool is a modern replacement for the traditional Unix ls command. It is designed to be more user-friendly and visually appealing while providing additional functionality. This tutorial demonstrates...
Deno is a JavaScript runtime which is based on the V8 engine and written by using the Rust programming language. Deno serves as an alternative to Node.js. This tutorial demonstrates...
Bun is a modern JavaScript runtime and package manager designed to be fast and efficient. It serves as an alternative to traditional JavaScript runtime like Node.js. Bun is built from...