[TIP] Navigate easy through arcolinux youtube tutorials.
[TIP] Navigate easy through arcolinux youtube tutorials.
Navigating, and searching YouTube for the right “arcolinux” tutorial can be time consuming, it is quit some work to click you through all the pages and playlists.
I am using i3 for about three month now, training myself to work from the terminal as much as possible. That’s how I discovered Ranger a cli-filemanager, w3m a cli-webbrowser, youtube-viewer and more.
Youtube-viewer, I discovered recently. This is what I was looking for. YouTube-viewer is a little command line tool for searching video’s on YouTube. With different options, you can filter your search, bookmark, download, etc. Ok, let see.
[The video contains]
A. Installing youtube-viewer.
B. Edit .conf and show aliases.
1. Edit YouTube-viewer.conf, to show more hits [default is 20], I choose 50. 100 not alloud.
2. Search for playlist on youtube (-p=playlist | -C=color);)
3. search for individual video (-C=color)
image:
https://www.youtube.com/watch?v=87PRNP9Ps2Y
help:
enjoy >>>> de video has sound.
I am using i3 for about three month now, training myself to work from the terminal as much as possible. That’s how I discovered Ranger a cli-filemanager, w3m a cli-webbrowser, youtube-viewer and more.
Youtube-viewer, I discovered recently. This is what I was looking for. YouTube-viewer is a little command line tool for searching video’s on YouTube. With different options, you can filter your search, bookmark, download, etc. Ok, let see.
[The video contains]
A. Installing youtube-viewer.
Code: Select all
$ yay youtube-viewer
B. Edit .conf and show aliases.
1. Edit YouTube-viewer.conf, to show more hits [default is 20], I choose 50. 100 not alloud.
Code: Select all
$ alias yvc='nano ~/.config/youtube-viewer/youtube-viewer.conf'
Code: Select all
$ alias yvpl='youtube-viewer -p -C'
Code: Select all
$ alias yvpl='youtube-viewer -p -C'
https://www.youtube.com/watch?v=87PRNP9Ps2Y
help:
Code: Select all
$ youtube-viewer -h

Arcolinux D I3 xfce4-panel
- erikdubois
- Captain
- Posts: 2685
- Joined: Tue Nov 07, 2017 3:45 pm
- Location: Belgium
- Contact:
Re: [TIP] Navigate easy through arcolinux youtube tutorials.
Thanks for sharing
Learn, have fun and enjoy.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
But first use the power of the Arch Wiki
use the tutorials on https://www.youtube.com/erikdubois
then use the power of google
then use the power of our moderators.
Re: [TIP] Navigate easy through arcolinux youtube tutorials.
update
I am focused on working with the terminal at the moment and didn't see Youtube-viewer installs a Gui too.
It did't work right away for me . I had to install
1. extra/perl-file-sharedir 1.116-2 (13.4 KiB 24.0 KiB)
Though working from terminal works fine.
I am focused on working with the terminal at the moment and didn't see Youtube-viewer installs a Gui too.
It did't work right away for me . I had to install
1. extra/perl-file-sharedir 1.116-2 (13.4 KiB 24.0 KiB)
Code: Select all
$ yay perl-file-sharedir
Arcolinux D I3 xfce4-panel