Files
anyrun/plugins/symbols
2023-04-08 11:22:56 +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
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": "¯\_(ツ)_/¯",
  }
)