From 8eb2ca201cd6e32b31a14062e1a6287654a5c401 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 14 Feb 2017 22:04:35 +0100 Subject: [PATCH] shell/alias added music-gain --- shell/aliases.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/aliases.sh b/shell/aliases.sh index 5bd1292..92d7206 100755 --- a/shell/aliases.sh +++ b/shell/aliases.sh @@ -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'