Flow.Launcher/Flow.Launcher.Core/Plugin
Jeremy Wu ad36f89345
Merge pull request #449 from Flow-Launcher/ExplorerPathActionkeyword
Add specific keyword for path explore in explorer plugin
2021-06-13 18:16:53 +10:00
..
ExecutablePlugin.cs Use Stream model 2021-02-14 13:56:27 +08:00
JsonPRCModel.cs Remove Unused Code 2021-06-10 15:08:10 +08:00
JsonRPCPlugin.cs fix another hardcode issue, and the JsonSerialization problem 2021-06-10 13:06:35 +08:00
PluginAssemblyLoader.cs Change object to byte to reduce overhead 2021-04-12 19:34:58 +08:00
PluginConfig.cs Use EnumerateDirectories instead of GetDirectories 2021-03-18 11:43:41 +08:00
PluginManager.cs update ActionKeywordSetting view logic 2021-06-05 18:44:16 +10:00
PluginsLoader.cs Use where.exe to detect pythonPath easily 2021-06-07 19:17:46 +08:00
PythonPlugin.cs Use JsonLibrary to Parse object, and replace direct argument with the new api to allow auto escape 2021-06-07 13:03:59 +08:00
QueryBuilder.cs remove in use obsolete GetAllRemainingParameter and use Search 2020-08-04 20:10:42 +10:00
README.md rename all project file name 2020-04-21 21:27:02 +10:00

There are two kinds of plugins:

  1. System plugin Those plugins that action keyword is "*", those plugin doesn't need action keyword
  2. User Plugin Those plugins that contains customized action keyword