1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

ytfzf: add page (#7458)

This commit is contained in:
kyteinsky 2021-11-28 20:05:05 +05:30 committed by GitHub
parent cc61950686
commit d3e2dc900c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
pages/linux/ytfzf.md Normal file
View file

@ -0,0 +1,28 @@
# ytfzf
> A POSIX script that helps you find and download videos and music.
> More information: <https://github.com/pystardust/ytfzf>.
- Search for videos on YouTube with thumbnail previews:
`ytfzf --show-thumbnails {{search_pattern}}`
- Play only the audio of the first item in a loop:
`ytfzf --audio-only --auto-select --loop {{search_pattern}}`
- Download a video from the history:
`ytfzf --download --choose-from-history`
- Play all the music found in a search:
`ytfzf --audio-only --select-all {{search_pattern}}`
- See the trending videos in an external menu:
`ytfzf --trending --ext-menu {{search_pattern}}`
- Search on PeerTube instead of YouTube:
`ytfzf --peertube {{search_pattern}}`