plugins.txt
来自「net plug source code」· 文本 代码 · 共 17 行
TXT
17 行
To add a plug in to NetPlug :+ Just drop the .pli in one of the plugins/ directory or sub directory (default search path is ". ~/.netplug /usr/local/lib/netplug" can be overriden in NETPLUG_PLUGINS env var)+ The plugs in can do global changes (a bit risky) and should return (with a list command at the end of the .pli file) a list of 2 elements: + The name of the plugin + The name of the proc to call when the user clicks on the plugin button (empty string if the plugin does not want to show up as a button)More will come about the API, meanwhile see the samples in plugins/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?