Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.2 KB

File metadata and controls

47 lines (34 loc) · 1.2 KB

ytui

YouTube TUI browser.

Synopsis

ytui is a TUI tool that allows users to browse and search YouTube videos and play them in their local player. Navigate through search results, subscribed channels, and watch history using an interactive interface. The configuration file is autogenerated on first run at $HOME/.config/ytui/config.yaml

ytui [flags]

Options

  -h, --help               help for ytui
  -l, --log-level string   Override log level (debug, info, error)
  -v, --version            Display version information

Commands

  • browse - Browse YouTube content using an interactive TUI
    • Navigate through search results, subscribed channels, and watch history
    • Use arrow keys or hjkl to navigate, Enter to open, Space/p to play

Navigation

  • ↑↓/jk: navigate items
  • ←→/PgUp/PgDn: page navigation
  • g/G: jump to top/bottom
  • Enter: select/play item
  • h/Bksp: go back
  • t: open thumbnail in external viewer
  • s: sort by date (subscriptions/history only)
  • p/Space: play video
  • d: download video
  • /: search
  • q: quit

SEE ALSO

Run ytui browse to start the interactive YouTube browser.

Auto generated by spf13/cobra on 2-Jan-2025