sandbox for the other blog to practise posting and try out ideas. build up that muscle memory.
Pages
▼
Tuesday, October 17, 2023
alias
set -o vi
alias sd='sudo shutdown -h now'
alias yta='yt-dlp -x --audio-format mp3'
alias ytv='yt-dlp -f mp4'
alias vids='yt-dlp -f mp4 -a -i --batch-file=batch.txt'
alias music='yt-dlp -x --audio-format mp3 -a -i --batch- file=batch.txt'
No comments:
Post a Comment