Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-29 00:20:05 +00:00
parent 5c637b8c84
commit d1988a6d2c
87 changed files with 623 additions and 154 deletions

View File

@@ -7,23 +7,23 @@ source: https://github.com/tldr-pages/tldr.git
> Find and download videos and music. Written in POSIX shell.
> See also: `youtube-dl`, `yt-dlp`, `instaloader`.
> More information: <https://github.com/pystardust/ytfzf>.
> More information: <https://manned.org/ytfzf>.
- Search for videos on YouTube with thumbnail previews:
`ytfzf --show-thumbnails {{search_pattern}}`
`ytfzf {{[-t|--show-thumbnails]}} {{search_pattern}}`
- Play only the audio of the first item in a loop:
`ytfzf --audio-only --auto-select --loop {{search_pattern}}`
`ytfzf {{[-m|--audio-only]}} {{[-a|--auto-select]}} {{[-l|--loop]}} {{search_pattern}}`
- Download a video from the history:
`ytfzf --download --choose-from-history`
`ytfzf {{[-d|--download]}} --choose-from-history`
- Play all the music found in a search:
`ytfzf --audio-only --select-all {{search_pattern}}`
`ytfzf {{[-m|--audio-only]}} {{[-A|--select-all]}} {{search_pattern}}`
- See the trending videos in an external menu: