Category: dev-tools

33 tools tagged dev-tools.

← All tools dev-tools
GitButler screenshot
GitButler
A Git branch management tool that lets you work on multiple branches simultaneously without switching or stashing.
gui dev-tools
~/
gitoxide
A pure Rust implementation of Git — faster than C git for many operations, usable as both a library and a CLI tool.
cli dev-tools
~/
inferno
A Rust implementation of Brendan Gregg's flamegraph stack trace visualiser — generates interactive SVG flamegraphs faster than the original Perl scripts.
dev-tools
onefetch screenshot
onefetch
A command-line Git information tool that displays a summary of a repository directly in the terminal — language breakdown, contributors, license, and more.
cli dev-tools
~/
rustywind
A CLI tool for sorting Tailwind CSS class names into a consistent canonical order — like Prettier's Tailwind plugin but as a standalone binary.
cli dev-tools
Biome screenshot
Biome
A fast formatter and linter for JavaScript, TypeScript, JSX, JSON, and CSS — a single tool replacing Prettier and ESLint, written in Rust.
cli dev-tools
Deno screenshot
Deno
A secure JavaScript and TypeScript runtime built on V8, written in Rust — with built-in tooling, native TypeScript support, and no node_modules.
cli dev-tools
~/
Lightning CSS
An extremely fast CSS parser, transformer, bundler, and minifier written in Rust — used by Parcel, Vite, and others as their CSS engine.
cli dev-tools
Oxc screenshot
Oxc
A collection of high-performance JavaScript and TypeScript tools written in Rust — parser, linter (oxlint), resolver, transformer, and minifier.
cli dev-tools
~/
Pijul
A patch-based distributed version control system written in Rust — mathematically sound conflict resolution that eliminates entire classes of merge problems.
cli dev-tools
~/
Rolldown
A fast Rust-based JavaScript bundler with a Rollup-compatible API, designed to become the bundler powering Vite.
cli dev-tools
Rspack screenshot
Rspack
A high-performance JavaScript bundler written in Rust, compatible with the webpack ecosystem of loaders and plugins.
cli dev-tools
~/
SWC
A super-fast JavaScript and TypeScript compiler written in Rust — used by Next.js, Deno, Parcel, and others as a drop-in replacement for Babel.
cli dev-tools
~/
Cartero
A native GTK4 HTTP client for Linux that lets you build and send requests, inspect responses, and manage API collections without a cloud subscription.
gui dev-tools
difftastic screenshot
difftastic
A structural diff tool that understands syntax — diffs code by its AST, not by lines, so renames and reformats don't produce noisy output.
cli dev-tools
~/
dprint
A pluggable, fast code formatting platform supporting Rust, TypeScript, JavaScript, JSON, Markdown, TOML, and more via WebAssembly plugins.
cli dev-tools
Hurl screenshot
Hurl
A command-line tool that runs HTTP requests defined in plain text format, making it easy to test APIs, chain requests, and assert on responses.
cli dev-tools
jujutsu screenshot
jujutsu
A Git-compatible version control system with a cleaner mental model, first-class conflict handling, and a powerful history rewriting workflow.
cli dev-tools
~/
lychee
A fast, async link checker written in Rust — checks thousands of URLs in parallel and integrates seamlessly into CI pipelines.
cli dev-tools
~/
typos
A source code spell checker that finds and fixes spelling mistakes with low false positives, fast enough for monorepos.
cli dev-tools
~/
fnm
Fast and simple Node.js version manager, built in Rust — supports .nvmrc and .node-version files.
cli dev-tools
~/
git-cliff
A highly customizable changelog generator that creates beautiful changelogs from your Git history using conventional commits.
cli dev-tools
~/
just
A handy command runner that lets you save and run project-specific commands, like make but without the gotchas.
cli dev-tools
~/
mise
A polyglot runtime version manager and task runner — one tool to replace nvm, pyenv, rbenv, and more.
cli dev-tools
mprocs screenshot
mprocs
A TUI tool for running multiple commands simultaneously, each in its own panel with independent scrollback.
tui dev-tools
~/
sccache
A shared compilation cache that wraps compilers like rustc, clang, and gcc to cache build artifacts locally or in cloud storage, dramatically speeding up repeated builds.
dev-tools
~/
taplo
A TOML toolkit — formatter, linter, and language server — that brings first-class editor support and CI enforcement to your TOML files.
cli dev-tools
tokei screenshot
tokei
A fast, accurate program that counts lines of code in a project, broken down by language.
cli dev-tools
~/
watchexec
A simple, standalone tool that watches a path and runs a command whenever it detects modifications.
cli dev-tools
delta screenshot
delta
A syntax-highlighting pager for git, diff, grep, and blame output.
cli dev-tools
bacon screenshot
bacon
A background Rust code checker that reruns cargo check, test, or clippy automatically on save.
dev-tools
mdBook screenshot
mdBook
A command-line tool to create books from Markdown files — the same tool used to write The Rust Programming Language book.
cli dev-tools
uv screenshot
uv
An extremely fast Python package and project manager, written in Rust — a drop-in replacement for pip, pip-tools, pipx, poetry, pyenv, and more.
cli dev-tools