mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
shell/aliases: added music-fix command
This commit is contained in:
parent
fc71ada5fa
commit
3588010884
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ 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 music-fix="find -print0 ~/Music | xargs -0 mp3val -f"
|
||||
|
||||
alias grep="grep --color=auto"
|
||||
alias ls='ls --color=auto'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue