changing dl folders
This commit is contained in:
parent
9e1a16c83e
commit
decdd27251
|
@ -2494,11 +2494,11 @@ config.bind("v", 'hint links spawn --detach empv "{hint-url}"')
|
||||||
config.bind("gc", 'spawn org-capture "{url}"')
|
config.bind("gc", 'spawn org-capture "{url}"')
|
||||||
config.bind(
|
config.bind(
|
||||||
"gV",
|
"gV",
|
||||||
"hint links spawn alacritty -e yt-dlp -o ~/Videos/%(title)s.%(ext)s {hint-url}",
|
"hint links spawn alacritty -e yt-dlp -o ~/vids/%(title)s.%(ext)s {hint-url}",
|
||||||
)
|
)
|
||||||
config.bind(
|
config.bind(
|
||||||
"ga",
|
"ga",
|
||||||
"hint links spawn alacritty -e yt-dlp -x --audio-format mp3 --audio-quality 0 --embed-thumbnail --add-metadata -o ~/Music/%(title)s.%(ext)s {hint-url}",
|
"hint links spawn alacritty -e yt-dlp -x --audio-format mp3 --audio-quality 0 --embed-thumbnail --add-metadata -o ~/music/%(title)s.%(ext)s {hint-url}",
|
||||||
)
|
)
|
||||||
|
|
||||||
config.bind("gt", 'hint links spawn --detach transadd "{hint-url}"')
|
config.bind("gt", 'hint links spawn --detach transadd "{hint-url}"')
|
||||||
|
|
Loading…
Reference in a new issue