The rsvg-convert is a command-line utility provided by the librsvg project for converting SVG files into raster image formats such as PNG. It offers reliable SVG rendering and is commonly...
The resvg is a command-line tool that converts SVG vector graphics into raster image formats such as PNG. It is built in Rust and focuses on accurate rendering while maintaining...
Xberg html-to-markdown is a command-line utility that converts HTML documents into Markdown. It accepts HTML from files or standard input, preserves document structure where possible, and produces Markdown that can...
Crawlberg is a command-line website crawling utility designed to discover and analyze web pages. It can crawl a website by following links between pages, discover URLs, extract page content and...
Uncomment is a lightweight command-line tool designed for removing comments from source files. It supports many languages and is commonly used to clean configuration files and scripts by stripping out...
The rust-parallel is a command-line utility for running multiple shell commands simultaneously. It helps improve the execution speed of repetitive tasks, scripting workflows, and batch operations by processing jobs in...
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...