Kirottu
509cb95b68
Fix broken symbols plugin example config escape character
2023-07-07 10:47:52 +03:00
Kirottu
a5d3f32659
Added prefix to symbols plugin README
2023-07-06 14:10:36 +03:00
Kirottu
9ad3af89c0
Added prefix to symbols plugin
2023-06-27 23:57:53 +03:00
Kirottu
81b00ad52b
Added a README to each of the plugins, giving an overview on how they work
2023-05-02 08:37:43 +03:00
Kangwook Lee (이강욱)
0aabb332c9
Add max_entries config to plugins ( #19 )
2023-05-01 15:16:11 +03:00
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
Kirottu
beaf2549ac
Added dictionary plugin and switched from a Mutex
to an RwLock
in the anyrun_plugin
crate
...
This change means that `get_matches` no longer has access to a mutable version of the
state of the plugin. A redesign is needed to allow for this if needed.
2023-04-29 18:18:47 +03:00
Ivordir
1119137d27
Add use_pango option for Match ( #15 )
2023-04-15 08:02:23 +03:00
Kirottu
f88dff93b5
Added plugin title to Symbols plugin readme
2023-04-08 11:22:56 +03:00
Kirottu
1901732c91
README.md, a README.md for the Symbols plugin
2022-12-31 21:31:19 +02:00
Kirottu
ce4b157160
Refinement, plugins, etc.
2022-12-31 12:51:46 +02:00
Kirottu
990bf12b79
Anyrun!
2022-12-29 23:56:32 +02:00