Television Snippets
# Search for files which is the default channeltv files
# Update channel listtv update-channels
# List chanelstv list-channelsChannel specific search
Section titled “Channel specific search”tv alias # Shell aliasestv apt-package # Search apt packagestv channels # search tv list-channelstv dirs # Search Directoriestv dotfiles # Dotfiles - select user's dotfiles, cross platform for Unix, Windowstv downloads # Open downloadtv env # Environment variablestv flatpak # List flatpaks by full nametv git-branchtv git-diff # Git diff on changed filestv git-logtv git-repos # Git repositoriestv make-targets # List and run Makefile targettv man-managestv nu-history # PowerShell historytv opencode-sessions # List and open opencode sessionstv path # Check path environment variable paths (directories)tv pwsh-history # PowerShell historytv text # Text like greptv tldr # Teeldeer TLDR brief man pagestv tmux-sessionstv zoxide # Change directoryApplying with other commands
Section titled “Applying with other commands”# Open a file with editorvim (tv files)
# Change directorycd (tv dirs)
# Flatpak run programflatpak run (tv flatpak)
# Nu history runnu -c (tv nu-history)
tmux attach -t (tv tmux-sessions)Television search patterns
Section titled “Television search patterns”| Matcher | Pattern |
|---|---|
| Fuzzy | foo |
| Substring | ’foo / !foo to negate |
| Prefix | foo / !foo to negate |
| Suffix | foo$ / !foo$ to negate |
| Exact | foo$ / !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.
See Also
Section titled “See Also”- Television - cross platform fuzzy finder