This website requires JavaScript.
Explore
Help
Sign In
sxyazi
/
yazi
Watch
1
Star
1
Fork
0
You've already forked yazi
mirror of
https://github.com/sxyazi/yazi.git
synced
2024-12-19 06:41:35 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
faa1d9f37b
yazi
/
yazi-plugin
/
preset
/
setup.lua
4 lines
94 B
Lua
Raw
Normal View
History
Unescape
Escape
perf: cache loaded plugins (#710)
2024-02-22 02:01:23 +03:00
package.path
=
BOOT.plugin_dir
..
"
/?.yazi/init.lua;
"
..
package.path
feat: add a new `ya send` command to allow standalone client processes to communicate with DDS from the command line (#913)
2024-04-15 10:42:44 +03:00
require
(
"
dds
"
)
:
setup
(
)
Reference in New Issue
Copy Permalink