LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

television

Blazingly fast general-purpose fuzzy finder TUI

TLDR

Fuzzy search files in the current directory
$ tv
copy
Search through file contents
$ tv text
copy
Find git repositories
$ tv git-repos
copy

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)

Copied to clipboard
Kai