updated to PRbL 1.7.3, added new aliases

This commit is contained in:
pyr0ball 2024-09-22 13:59:56 -07:00
parent b9fb14bc7c
commit 2b570faf2b
3 changed files with 9 additions and 1 deletions

2
PRbL

@ -1 +1 @@
Subproject commit 396430c539486520f444fa3c6afb89e91c0dbbc8
Subproject commit 84e5100e9b3857db076f9469ff1f59c4fea65871

View file

@ -0,0 +1,3 @@
alias updateAll="sudo apt-get update ; sudo apt-get upgrade -y ; sudo apt-get dist-upgrade -y ; sudo apt-get autoremove -y"
alias superlocate='bash -xc '\''ag -g $0 --hidden'\'' 2>/dev/null'
alias dirSize="du -h -d 1"

View file

@ -0,0 +1,5 @@
alias updateall="sudo apt-get update ; sudo apt-get upgrade -y ; sudo apt-get dist-upgrade -y ; sudo apt-get autoremove -y"
alias superlocate='bash -xc '\''ag -g $0 --hidden'\'' 2>/dev/null'
alias grabVideo='yt-dlp --output "%(title)s.%(ext)s" --restrict-filenames --write-sub --sub-lang en --convert-subs srt --write-auto-sub'
alias grabAudio='yt-dlp --extract-audio --audio-format mp3 --output "%(title)s.%(ext)s" --restrict-filenames'
alias grabAlbum='yt-dlp --extract-audio --audio-format mp3 --output "%(title)s.%(ext)s" --restrict-filenames --split-chapters'