television
Blazingly fast general-purpose fuzzy finder TUI
TLDR
Fuzzy search files in the current directory
$ tv
Search through file contents$ tv text
Find git repositories$ tv git-repos
SYNOPSIS
tv [options] [channel] [path]
DESCRIPTION
television is a fast, portable, and hackable fuzzy finder inspired by Neovim's Telescope plugin. It searches in real-time across files, text, git repos, environment variables, Docker containers, and more through a "channels" system. It uses the nucleo fuzzy matching library and ratatui for rendering.
HISTORY
television was created by Alex Pasmantier (alexpasmantier) and is written in Rust.
SEE ALSO
fzf(1), skim(1), telescope.nvim(1)

