Polaris is a music streaming application that allows to access the music collection from any device. It streams music directly from your computer or cloud server, so there's no need...
Ruplacer is a command line tool written in Rust programming language that allows users to perform search and replace operations across multiple files within a directory. This tutorial demonstrates how...
The mdBook is a command line tool used to create modern, interactive, and online books from Markdown files. It is particularly popular within the Rust programming community because it was...
MinIO is an open-source, high-performance, distributed object storage system designed to store unstructured data, such as photos, videos, log files, backups, and container images.
This tutorial explains how to install...
Zola is a modern static site generator that allows users to build fast, customizable websites without the need for a traditional database-driven backend. This tutorial explains how to install Zola...
Shellharden is a syntax highlighter and a tool designed to assist in semi-automating the rewriting of shell scripts to conform with ShellCheck guidelines. This tutorial demonstrates how to install Shellharden...
The deno_lint is a static analysis tool (also known linter) for JavaScript and TypeScript programming language. While deno_lint is integrated into the Deno runtime and can be used via the...
The hck is a command line tool for processing text that allows you to extract specific sections of each line of a file. The hck can be used as alternative...
The fclones is a command line tool designed for identifying and managing duplicate files on a file system. It is written in Rust programming language and focuses on high performance...
The ast-grep is a tool designed for code searching and manipulation, utilizing abstract syntax trees (ASTs) to understand and process code more intelligently than traditional text-based grep tools. This tutorial...