The rage command line tool is a Rust implementation of the age encryption tool, which is designed for simple, secure, and modern encryption of files. This tutorial demonstrates how to...
Oxipng is a command line tool designed to optimize and compress PNG images. It aims to reduce the file size of PNG images without compromising their quality, making them more...
The genact is a tool that simulates the look of busy work in a terminal by generating fake activity. It's often used as a prank or to make it appear...
Gitleaks is an open-source tool designed to scan Git repositories for secrets and other sensitive information. It helps developers and organizations ensure that they are not inadvertently committing sensitive data...
Typst is a modern typesetting system designed to make it easier and more efficient to create professional-quality documents. It combines the simplicity of Markdown with the power and flexibility of...
Broot is a command line tool designed to help users navigate, view, and manage file systems more efficiently. It combines features of traditional file managers and command line interfaces to...
Kondo is a command line tool designed specifically for cleaning dependencies and artifacts from projects. It supports various project types like Node.js, Composer, CMake, etc., and removes directories such as...
The xh is a command line tool for sending HTTP requests. It replicates much of HTTPie outstanding design, prioritizing enhanced performance. This tutorial explains how to install xh HTTP requests...
The k6 is an open-source load testing tool designed to help developers and DevOps teams evaluate the performance and reliability of their applications. This tutorial demonstrates how to install k6...
Staticcheck is a static analysis tool for Go programming language. It is designed to improve code quality by identifying bugs, performance issues, and other potential problems in Go code. This...