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
# Open file
vim (tv)
# Channel specific search
## Directories
tv dirs
## Nushell history
tv nu-history
## PowerShell history
tv-pwsh-history
## Git branch
tv git-branch
## Git log
tv git-log
## Git repositories
tv git-repos
## Shell aliases
tv alias
## Dotfiles - select user's dotfiles, cross platform for Unix, Windows
tv dotfiles
## Environment variables
tv env
## Text like grep
tv text
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 fast and extensible fuzzy finder