AutoYADM commit: 2025-02-13 11:45:06

This commit is contained in:
Daniel Fichtinger 2025-02-13 11:45:07 -05:00
parent d7dbf3c0e1
commit c87d6344cb

View file

@ -69,6 +69,10 @@ prepend_keymap = [
], run = [
"plugin copy-file-contents",
], desc = "Copy contents of file" },
{ on = [
"c",
"m",
], run = 'shell -- for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list', desc = "Mime copy" },
{ on = [
"c",
"r",