amber: Search and Replace Across Files with Regex
amber is a code search and replace tool. Find and replace across files with regex, preview changes, and apply them — like sed but with previews and safety.
Technical articles, tutorials, and troubleshooting guides for IT professionals. From Linux and Windows Server to .NET, networking, and cloud infrastructure.
amber is a code search and replace tool. Find and replace across files with regex, preview changes, and apply them — like sed but with previews and safety.
amber is a code search and replace tool. Find regex patterns across files and replace them — with preview, confirmation, and git-safe workflow. sed for the modern age.
ast-grep searches and rewrites code using AST patterns. Match structural code patterns — not text. Find deprecated APIs, enforce coding standards, refactor at scale.
bacon runs cargo check/clippy/test in the background and shows errors in a minimal TUI. Fix errors as you code — instant feedback without switching terminals.
bacon runs cargo check, clippy, or test in the background and shows diagnostics in a clean TUI. Navigate errors, warnings, and fixes without leaving your editor.
Biome is a blazing fast formatter and linter for JS, TS, JSX, JSON, and CSS. One tool replaces ESLint + Prettier — 35x faster, zero config.
bob manages Neovim versions. Install, switch, and use stable, nightly, or any specific version — nvm for Neovim, written in Rust.
bore is a simple, fast TCP tunnel to expose local ports to the internet. Self-hosted ngrok alternative written in Rust.
broot is a tree-based file navigator with fuzzy search. See directory structure, search files, preview content, and cd/open — all in a fast, beautiful TUI.
cargo-audit scans your Cargo.lock for crates with known security vulnerabilities from the RustSec advisory database.
cargo-bloat shows what takes the most space in your Rust binary. Find the biggest functions, crates, and dependencies — then optimize for smaller binaries.
cargo-expand shows the result of macro expansion in Rust code. Debug derive macros, procedural macros, and macro_rules with full output.