Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ytfzf: add page #7458

Merged
merged 3 commits into from
Nov 28, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 28 additions & 0 deletions pages/linux/ytfzf.md
Original file line number Diff line number Diff line change
@@ -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 videos in YouTube and display the thumbnails:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps this will read better?

Suggested change
- Search videos in YouTube and display the thumbnails:
- Search for videos on YouTube and display the thumbnails:


`ytfzf --show-thumbnails {{search_pattern}}`

- Play only audio of first item in loop:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps this will read better?

Suggested change
- Play only audio of first item in loop:
- Play only the audio of the first item in a loop:


`ytfzf --audio-only --auto-select --loop {{search_pattern}}`

- Download a video from history:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps this will read better?

Suggested change
- Download a video from history:
- Download a video from the history:


`ytfzf --download --choose-from-history`

- Play all the music found in one search:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps this will read better?

Suggested change
- Play all the music found in one search:
- Play all the music found in a search:


`ytfzf --audio-only --select-all {{search_pattern}}`

- See the trending videos in external menu:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps this will read better?

Suggested change
- See the trending videos in external menu:
- See the trending videos in an external menu:


`ytfzf --trending --ext-menu {{search_pattern}}`

- Search PeerTube instead of YouTube:

`ytfzf --peertube {{search_pattern}}`