[Stdin] Added configuration file documentation
This commit is contained in:
parent
7f40aaa02f
commit
06017e753c
@ -7,3 +7,15 @@ Allows for easy integration into scripts that have been made with something like
|
|||||||
|
|
||||||
This plugin should generally be used alone, if a dmenu replacement is needed. This can be done with `anyrun --plugins libstdin.so`.
|
This plugin should generally be used alone, if a dmenu replacement is needed. This can be done with `anyrun --plugins libstdin.so`.
|
||||||
The content to fuzzy match on needs to be piped into Anyrun.
|
The content to fuzzy match on needs to be piped into Anyrun.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
```ron
|
||||||
|
Config(
|
||||||
|
// Whether to allow the user to input any arbitrary text besides the options provided
|
||||||
|
allow_invalid: false,
|
||||||
|
// How many entries should be displayed at max
|
||||||
|
max_entries: 5,
|
||||||
|
)
|
||||||
|
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user