Television Snippets
# Search for files which is the default channeltv files
# Update channel listtv update-channels
# List chanelstv list-channels
# Open filevim (tv)
# Channel specific search## Directoriestv dirs## Nushell historytv nu-history## PowerShell historytv-pwsh-history## Git branchtv git-branch## Git logtv git-log## Git repositoriestv git-repos## Shell aliasestv alias## Dotfiles - select user's dotfiles, cross platform for Unix, Windowstv dotfiles## Environment variablestv env## Text like greptv textTelevision 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 fast and extensible fuzzy finder