Need a fast fuzzy finder that searches more than just files? Television is a terminal-based fuzzy finder written in Rust that can search files, text, git logs, environment variables, docker containers, and whatever else you want.
The key concept is channels - customizable search profiles that define what to search and how to display results. You can create your own channels via TOML config files.
Install and use#
brew install television
tv # search files
tv text # search file contents
tv git-log # search git logsZed integration#
Television can be used to get a Telescope-like experience in Zed by adding a custom task that runs zed "$(tv files)" and binding it to cmd-p.
