1

Modules/Yazi: Add junction hotkey

This commit is contained in:
2026-04-17 12:45:46 +02:00
parent 73b84c49ae
commit 4954e69353

View File

@ -85,6 +85,10 @@ in {
run = ''xdg-open "$@"'';
desc = "Open selection";
}
{
run = ''junction "$@"'';
desc = "Open selection in chosen application";
}
];
extract = [
{