Added a README to each of the plugins, giving an overview on how they work

This commit is contained in:
Kirottu
2023-05-02 08:37:43 +03:00
parent 8a4c0ae397
commit 81b00ad52b
10 changed files with 130 additions and 16 deletions

16
plugins/kidex/README.md Normal file
View File

@@ -0,0 +1,16 @@
# Kidex
A plugin to search files using the [Kidex](https://github.com/Kirottu/kidex) file indexing daemon.
## Usage
As long as the Kidex daemon is running, simply look up the file names.
## Configuration
```ron
// <Anyrun config directory>/kidex.ron
Config(
max_entries: 3,
)
```