Skip to content

Television Snippets

Terminal window
# Search for files which is the default channel
tv files
# Update channel list
tv update-channels
# List chanels
tv list-channels
Terminal window
tv alias # Shell aliases
tv apt-package # Search apt packages
tv channels # search tv list-channels
tv dirs # Search Directories
tv dotfiles # Dotfiles - select user's dotfiles, cross platform for Unix, Windows
tv downloads # Open download
tv env # Environment variables
tv flatpak # List flatpaks by full name
tv git-branch
tv git-diff # Git diff on changed files
tv git-log
tv git-repos # Git repositories
tv make-targets # List and run Makefile target
tv man-manages
tv nu-history # PowerShell history
tv opencode-sessions # List and open opencode sessions
tv path # Check path environment variable paths (directories)
tv pwsh-history # PowerShell history
tv text # Text like grep
tv tldr # Teeldeer TLDR brief man pages
tv tmux-sessions
tv zoxide # Change directory
Terminal window
# Open a file with editor
vim (tv files)
# Change directory
cd (tv dirs)
# Flatpak run program
flatpak run (tv flatpak)
# Nu history run
nu -c (tv nu-history)
tmux attach -t (tv tmux-sessions)
MatcherPattern
Fuzzyfoo
Substring’foo / !foo to negate
Prefixfoo / !foo to negate
Suffixfoo$ / !foo$ to negate
Exactfoo$ / !foo$ to negate

Use spaces to combine patterns like car 'bike !^car which will fuzzy match car with exact substring bike, but not starting with car.

  • Television - cross platform fuzzy finder