mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
shell/alias added music-gain
This commit is contained in:
parent
71f08132a4
commit
8eb2ca201c
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ alias mv='mv -v'
|
|||
alias youtube-dl='youtube-dl -o "%(title)s.%(ext)s"'
|
||||
alias yta='youtube-dl -o "%(title)s.%(ext)s" --extract-audio'
|
||||
alias yt3='youtube-dl -o "%(title)s.%(ext)s" --extract-audio --audio-format mp3'
|
||||
alias music-gain="find ~/Music -iname '*.mp3' -execdir mp3gain -q -k -p {} \+"
|
||||
|
||||
alias grep="grep --color=auto"
|
||||
alias ls='ls --color=auto'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue