mirror of
https://github.com/kristoferssolo/vidir.yazi.git
synced 2025-10-21 20:10:39 +00:00
10 lines
192 B
Lua
10 lines
192 B
Lua
--- @sync entry
|
|
--- @since 25.2.7
|
|
|
|
return {
|
|
entry = function()
|
|
-- If no selection, use current directory (.)
|
|
ya.manager_emit("shell", { "vidir .", block = true, confirm = true })
|
|
end,
|
|
}
|