Files
anyrun/plugins/symbols
Kirottu 8e5bff9e91 Switched to using proc macros for the anyrun_plugin crate
This allows for plugins to decide on whether or not a mutable borrow or
a normal borrow is needed of the shared data. It can also now be omitted
alltogether.
2023-05-01 11:15:02 +03:00
..
2022-12-31 12:51:46 +02:00
2022-12-31 12:51:46 +02:00
2022-12-31 12:51:46 +02:00

Symbols

User defined symbols

User defined symbols are defined in the symbols.ron file inside the anyrun configuration directory. The structure of the file is as follows:

Config(
  symbols: {
    // "search-term": "text to be copied"
    "shrug": "¯\_(ツ)_/¯",
  }
)