02Dev tools7 min
BurntSushi / ripgrep
BurntSushi's search tool combines recursive traversal, sensible ignore behavior, Unicode-aware regular expressions, file type filters, and scriptable output in one focused command. Its value is not just speed. The defaults match how developers usually want a repository search to behave.
08Dev tools7 min
astral-sh / uv
Astral's Rust-based tool can manage Python versions, environments, dependencies, lockfiles, workspaces, scripts, command-line tools, builds, and publishing. Its speed is noticeable, but the more durable reason to study the repository is the explicit project model shared by local development and CI.
13Dev tools7 min
excalidraw / excalidraw
The hand-drawn surface lowers the cost of changing an idea. Underneath it sits a serious TypeScript editor, scene format and embeddable React package with product decisions that integrators still need to own.
23Dev tools8 min
microsoft / vscode
The repository develops Code - OSS, an Electron and TypeScript editor with a workbench, extension host, language tooling, debugging, terminals, search, and platform services. It is the source foundation for Visual Studio Code, but cloning MIT-licensed Code - OSS is not the same act as redistributing Microsoft's branded Visual Studio Code build.
MIT for Code - OSS source; Microsoft's Visual Studio Code distribution uses the Microsoft product licenseRead the field guide → 26Dev tools7 min
go-task / task
A Taskfile can replace scattered setup notes and platform-specific shell fragments with one executable contract. It stays useful only while task boundaries, variables and side effects remain plain.
29Dev tools7 min
sharkdp / bat
sharkdp/bat adds syntax highlighting, Git change markers, line numbers, paging, themes, and visible control characters to the familiar act of printing a file. It is a small tool with thoughtful terminal behavior, especially when kept out of scripts that require cat's portability and byte-oriented simplicity.