The rush is a command-line utility for executing shell commands in parallel. It works in a similar way to GNU parallel, offering a simple approach for speeding up batch processing...
The pnpm is a fast and efficient package manager for Node.js that works with packages published to the npm registry. It offers an alternative to npm while using the standard...
Flex is a fast lexical analyzer generator that is used to build scanners that process text patterns using regular expressions. It is commonly applied in compiler construction, interpreters, and custom...
The re2c is a fast lexical analyzer generator that converts regular expression specifications into highly efficient C or C++ code. It is frequently used when building compilers, interpreters, and other...
By default, Claude Code stores its configuration data in the ~/.claude directory. All settings, credentials, session history, and plugins are kept under this location. In some cases, keeping these files...
DRA is an open-source command-line utility for downloading assets from GitHub releases. It is commonly used for automation, CI workflows, and system setup tasks. This tutorial explains how to install...
Doxygen is a documentation generation tool widely used for producing technical documentation directly from annotated source code. It supports multiple programming languages including C, C++, C# and Java. Generated documentation...
Reflex is a fast source code search and indexing utility that helps developers locate symbols, definitions, and references within software projects. It builds an index of a repository and provides...
GitHub Linguist is a utility used to identify programming languages within a repository and calculate the percentage of code written in each language. It powers language statistics on GitHub and...
The codespelunker (cs) is a lightweight command-line utility designed for searching and exploring source code repositories. It helps locate definitions, references, comments, and other code patterns across multiple programming languages...