Skip to content

Instantly share code, notes, and snippets.

@bgalvao
Last active February 20, 2020 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgalvao/7c9e4c7795fb25357340b57a70f7cc46 to your computer and use it in GitHub Desktop.
Save bgalvao/7c9e4c7795fb25357340b57a70f7cc46 to your computer and use it in GitHub Desktop.
bashing scripts :: a collection of scripts to help automate some stuff on my linux home
alias ytdl-audio="youtube-dl --audio-quality 0 --embed-thumbnail --format m4a -i"
alias ytdl-video="youtube-dl --audio-quality 0 --embed-thumbnail --format bestvideo -i"
alias clock="tty-clock -s -c -C 3"

usage example

invidious-collect-yt-links https://invidio.us/playlist?list=IVPLvn5AlvJIfhiDrTtA0qwywjMO05iCCBM \
| ytdl-audio -a -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment