Handy bashrc aliasses to use with pipe-viewer. #177
canisllup
started this conversation in
Show and tell
Replies: 1 comment
-
Another variant of
It plays all the results given a search keyword, including results from the next pages. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#Play the first result and then exit pipe-viewer (handy for stuff like checking movie trailer)
p1='pipe-viewer --no-interactive --really-quiet --std-input='\''1'\'' -f'
#Play continuous music (youtube radio)
pr='pipe-viewer -a --no-interactive --quiet --std-input=1 --autoplay'
Beta Was this translation helpful? Give feedback.
All reactions