Channels
Channels
Quick start
Channels are short configuration recipes that typically dictate what tv
should search through and what's displayed on the screen along with various other options.
Any given channel consists of a single TOML file.
diff --git a/docs/Users/cli/index.html b/docs/Users/cli/index.html index b007313..5e5a78f 100644 --- a/docs/Users/cli/index.html +++ b/docs/Users/cli/index.html @@ -4,14 +4,14 @@CLI Reference
CLI Reference
Television (tv
) is a cross-platform, fast and extensible general purpose fuzzy finder TUI. This document provides a comprehensive reference for all CLI options, modes, restrictions, and usage patterns.
Table of Contents
-
@@ -501,6 +501,6 @@ minimum height is ensured (set by default at 15 lines)
Channel Mode (Recommended)
# Basic usage - use built-in channels
tv files # Browse files in current directory
tv git-log # Browse git commit history
tv docker-images # Browse Docker images
# Channel + customization
tv files --preview-command "bat -n --color=always '{}'"
tv git-log --layout portrait
# Feature visibility control
tv files --hide-preview --show-status-bar # Clean interface, status visible
tv files --show-remote # Force remote control visible
Ad-hoc Mode (Custom Commands)
-# Simple custom finder
tv --source-command "find . -name '*.md'"
# Live system monitoring with hidden UI elements
tv --source-command "ps aux | tail -n +2" \
--watch 1.0 \
--hide-preview \
--hide-status-bar
# Clean interface with selective visibility
tv --source-command "docker ps -a" \
--hide-preview \
--show-status-bar
# Simple custom finder
tv --source-command "find . -name '*.md'"
# Live system monitoring with hidden UI elements
tv --source-command "ps aux | tail -n +2" \
--watch 1.0 \
--hide-preview \
--hide-status-bar
# Clean interface with selective visibility
tv --source-command "docker ps -a" \
--hide-preview \
--show-status-bar