snippetbashTip
tv — Cross-platform, fast, extensible fuzzy-finder tool. Works with "channels" (e.g., files, env, git rep
Viewed 0 times
commandtvextensibleclicrossplatformfastfuzzy
Problem
How to use the
tv command: Cross-platform, fast, extensible fuzzy-finder tool. Works with "channels" (e.g., files, env, git repos) or from stdin. More information: <https://alexpasmantier.github.io/television/>.Solution
tv — Cross-platform, fast, extensible fuzzy-finder tool. Works with "channels" (e.g., files, env, git repos) or from stdin. More information: <https://alexpasmantier.github.io/television/>.Launch with the default channel:
tvOpen a specific channel:
tv {{files|env|git-repos|...}}List all available channels:
tv list-channelsFuzzy-pick from lines piped on
stdin:{{command}} | tvPipe 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-channelsView tldr pages (you need to update channels first and have
tldr installed):tv tldrCode Snippets
Launch with the default channel
tvOpen a specific channel
tv {{files|env|git-repos|...}}List all available channels
tv list-channelsFuzzy-pick from lines piped on `stdin`
{{command}} | tvPipe and show a live preview for each entry
{{command}} | tv --preview '{{preview_command}}'Context
tldr-pages: common/tv
Revisions (0)
No revisions yet.