mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
7 lines
117 B
Lua
7 lines
117 B
Lua
local M = {}
|
|
|
|
function M:setup()
|
|
ps.sub_remote("dds-emit", function(cmd) ya.emit(cmd[1], cmd[2]) end)
|
|
end
|
|
|
|
return M
|