A POSIX script that helps you find Youtube videos (without API) and opens/downloads them using mpv/youtube-dl
There are only 2 required dependencies, however the rest require some configuration before you can replace them.
yt-dlp
(for downloading)dmenu
(only if using the -D option)ueberzug
(if using thumbnails (-t) on x11)- If on wayland, or you do not want
ueberzug
, see the alternatives below. - To use an alternative include
--thumb-viewer=<alternative>
in the command when running ytfzf
- If on wayland, or you do not want
Program | Wayland Support |
---|---|
chafa |
✅ |
catimg |
✅ |
w3m (buggy) |
❌ |
imv |
✅ |
kitty |
✅ |
swayimg |
only on sway |
if on linux
and installed using make on version 2.0
or prior, run sudo make uninstall-old
first
- Install the dependencies listed above
- Run the following commands
git clone https://github.com/pystardust/ytfzf
cd ytfzf
sudo make install doc
-
If you wish to not install documentation (highly unrecommended) run
sudo make install
instead. -
If you wish to install addons, run
sudo make addons
YTFZF_SYSTEM_ADDONS_DIR
will point to/usr/local/share/ytfzf/addons
even if you setPREFIX
to something else- If you use a different prefix, it would be smart to export
YTFZF_SYSTEM_ADDONS_DIR
to$PREFIX/share/ytfzf/addons
in a shell startup file.
-
You may also install
ytfzf
through your package manager, as listed on the side.
Addons are extra features that will not be as supported as everything built into ytfzf
itself.
Addons are located in addons
, copy any addon to ~/.config/ytfzf/{addon-type}/{addon}
, and give it execute permissions.
You may also just copy the entire addon folder type, eg: cp -r addons/thumbnail-viewers ~/.config/ytfzf/
To use a scraper addon run ytfzf -c <scraper> ...
To use a thumbnail-viewer addon run ytfzf --thumb-viewer=<viewer> ...
To use a interface addon run ytfzf --interface=<interface> ...
To use a url-handler addon run ytfzf --url-handler=<handler> ...
To use a sort-name addon run ytfzf --sort-name=<sort-name> ...
To use an extension addon run ytfzf --ext=<extension> ...
- Subscriptions
- Thumbnails
- Watch history
- Downloading
- Queueing multiple videos
Search with thumbnails
ytfzf -t <search>
Use
dmenu
as the menu instead offzf
ytfzf -D <search>
Print the link of the selected video instead of playing it
ytfzf -L <search>
Search Odysee instead of youtube
ytfzf -cO <search>
Everything that is an option can also be configured in ~/.config/ytfzf/conf.sh
.
In addition, the video player and other things may be changed here
Here is a sample configuration (please dont use it)
For more information, see ytfzf(5)
which should be installed, if it's not see the wiki.
- dwm with swallow patch: Images don't render with ueberzug when looped (ie, option
-l
) - if thumbnails are not working
.Xauthority
might be causing it. Try deleting it and relogging into your computer.
User | Contributions | Donate |
---|---|---|
Pystardust | contributions | |
Euro20179 | contributions | donate |
Simonhughxyz | contributions | |
Jac-Zac | contributions | |
Mudskipper875 | contributions | |
Gardockt | contributions | |
qoheniac | contributions |