diff options
-rw-r--r-- | alias | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -435,6 +435,9 @@ alias findn='find . -iname' | |||
435 | alias x='xdg-open' | 435 | alias x='xdg-open' |
436 | alias yl='youtube-dl' | 436 | alias yl='youtube-dl' |
437 | alias yla='youtube-dl -x --audio-format mp3' | 437 | alias yla='youtube-dl -x --audio-format mp3' |
438 | yt.audio() { | ||
439 | yt-dlp --verbose -x --audio-format mp3 --add-metadata $1 | ||
440 | } | ||
438 | alias editor='select-editor' | 441 | alias editor='select-editor' |
439 | alias hp='http-prompt' | 442 | alias hp='http-prompt' |
440 | alias clocg='cloc --vcs=git' | 443 | alias clocg='cloc --vcs=git' |