Skip to main content

Television - Fuzzy Finder for Files, Text, Git Logs and More

·118 words·1 min
Kostiantyn Lysenko
Author
Kostiantyn Lysenko

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 logs

Zed 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.

https://github.com/alexpasmantier/television


comments powered by Disqus