Crate fsearch_core

source ·

Structs§

  • Toml config file structure Example:
  • Element The element is used to build the UI in the frontend The frontend will convert the Element to a GtkComponent
  • The look section
  • Plugin action
  • Toml plugin config file structure The config file is located in ~/.config/fsearch/plugins/<plugin_name>.toml The plugin cmd should be in the $PATH or an absolute path to a program that receives the query as an argument.
  • Plugin response The plugin response is used to send data to the frontend It contains the UI elements, the action to execute and the error message The response is send to the frontend as a json string

Enums§

Functions§