mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
# ytview (Bash-Snippets)
|
|
# search and play youtube videos right from the terminal
|
|
|
|
# Search for youtube videos by title
|
|
ytview This is my search query
|
|
|
|
# Search for youtbe videos by specifying a channel
|
|
ytview -c numberphile
|
|
|
|
# After using one of the two above commands you will be able
|
|
# To pick from a list of videos and play it from the terminal
|