rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b65b7e3a03506310f95bddae5599587ef25e7fa3
parent 830305c38507d39761818691dd3fd4178cfbbc77
Author: Mark Feller <mark.feller@member.fsf.org>
Date:   Fri, 27 Sep 2019 11:41:03 -0600

yta better file titles

Diffstat:
Mdots/.config/aliases | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dots/.config/aliases b/dots/.config/aliases @@ -19,4 +19,4 @@ $BOLD$LIGHT_CYAN{{ .Container.Name }}$NONE $DIM{{ .Pod.Name }}$NONE $YELLOW{{ if # Youtube alias yt="youtube-dl" -alias yta="youtube-dl --extract-audio --audio-quality 0 --audio-format flac" +alias yta='youtube-dl --extract-audio --audio-quality 0 --audio-format flac --output "%(title)s.%(ext)s"'