Powershell

Last modified:

profile

# probably not exactly what my current profile is, but it was someday
# Posh-git (see git status without typing anything)
Import-Module posh-git
# Easily go to website directory
function cdg {cd "~/Documents/GitProjects/robinwils.com/"}
# Download youtube playlist as audio (yt-dlp required)
# Note: this is not all I listen to
function syncHorrorPlaylist {yt-dlp -x --download-archive ~/Music/Music/horror-playlist/archive.txt -P ~/Music/Music/horror-playlist/ "https://www.youtube.com/watch?v=_Wy2bqJZGmM&list=PLFYh-67i3qNhsgzC8E2TImECpaMSpT8zH"}
function syncClassicalPlaylist {yt-dlp -x --download-archive ~/Music/Music/classical-playlist/archive.txt -P ~/Music/Music/classical-playlist/ "https://www.youtube.com/watch?v=NGGVJcsLi98&list=PLFYh-67i3qNg3mzOWZdynxO6936z022qm"}

Share

Diaspora X Facebook LinkedIn

Donate