A fast tool for searching files by name • source code • donate
curl https://trikko.github.io/trovatore/install.sh | bash
Basic usage: trovatore report.pdf
Wildcards: trovatore "re?or*f"
Wildcards make searching flexible and powerful
Ignores "blackhole" folders like node_modules, cache, build, etc. and prioritizes common locations.
Performs real-time searches directly on the filesystem without relying on an indexed database.
Supports various search modes: exact, ends, starts, contains.
trovatore -m ends report.pdf
Works with all shells, just remember to quote wildcards in zsh:
trovatore "re?or*f"