Every tool your coding workflow needs
Browse editor and IDE extensions, CLIs, linters, debuggers, and other developer tools, all vetted to make writing and shipping code easier.
bat
bat is a cat clone for developers that adds syntax highlighting and Git-diff markers when printing files to the terminal. Highlights syntax for hundreds of file types Marks added and modified lines from Git Adds line numbers automatically to output Pipes output through less for long files
fzf
fzf is a general-purpose command-line fuzzy finder that lets developers filter files, commands, or git branches interactively as they type. Filters any piped list interactively Searches shell history with a single keystroke Integrates with vim, git, and tmux workflows Previews file contents next to the results
ripgrep
ripgrep is a command-line search tool for developers that recursively greps a codebase while respecting .gitignore by default. Searches faster than grep, ack, and The Silver Searcher Skips ignored files automatically Supports full regular expression syntax Searches inside compressed files with a flag
Showing 1–3 of 3 apps