Added Kidex plugin for file search.

This commit is contained in:
Kirottu
2023-04-05 21:00:13 +03:00
parent d48a48bd31
commit b6f8bc631d
7 changed files with 313 additions and 67 deletions

View File

@@ -50,7 +50,8 @@ pub enum HandleResult {
/// Shut down the program
Close,
/// Refresh the items. Useful if the runner wants to alter results in place.
Refresh,
/// The inner value can set an exclusive mode for the plugin.
Refresh(bool),
/// Copy the content, due to how copying works it must be done like this.
Copy(RVec<u8>),
}