TL;DR — Quick Summary
television is a blazingly fast fuzzy finder TUI. Search files, grep content, browse Git logs, environment variables — all with real-time preview and extensible channels.
television finds everything fast. Files, content, Git — all in a blazing TUI with preview.
Installation
# macOS
brew install television
# Cargo
cargo install television
Usage
# Search files (default channel)
tv
# Search file contents
tv --channel grep
# Search Git log
tv --channel git-log
# Search Git branches
tv --channel git-branch
# Search environment variables
tv --channel env
Summary
- television is a blazingly fast fuzzy finder TUI
- Built-in preview panes with syntax highlighting
- Extensible channels: files, grep, Git, env
- Custom channels for any data source
- Written in Rust — instant results