thwack

Jump to files in your project instantly with fuzzy search from CLI.

cargomacoslinuxwindows
Try with needOr install directly
Source

About

Command line version of Go To File utility, similar to the one on GitHub

Commands

thwack

Examples

find a file by typing part of its name$ thwack app
search for files in current directory with fuzzy matching$ thwack
open a file matching your search in your editor$ thwack config.json
quickly navigate to deeply nested project files$ thwack src/component
find and open test files by partial name match$ thwack spec