commands.sh

tv

all

Cross-platform, fast, extensible fuzzy-finder tool. Works with "channels" (e.g., files, env, git repos) or from `stdin`.

More info →

Examples (8)

Launch with the default channel

Open a specific channel

tv files|env|git-repos|...

List all available channels

tv list-channels

Fuzzy-pick from lines piped on `stdin`

Pipe and show a live preview for each entry

command | tv --preview 'preview_command'

Build a picker from commands (source + preview)

tv --source-command 'source_command' --preview-command 'preview_command' --preview-size 70

Update and install community-maintained channels

tv update-channels

View tldr pages (you need to update channels first and have `tldr` installed)

made by @shridhargupta | data from tldr-pages