Skip to content

Commit 06017e7

Browse files
committed
[Stdin] Added configuration file documentation
1 parent 7f40aaa commit 06017e7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

plugins/stdin/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,15 @@ Allows for easy integration into scripts that have been made with something like
77

88
This plugin should generally be used alone, if a dmenu replacement is needed. This can be done with `anyrun --plugins libstdin.so`.
99
The content to fuzzy match on needs to be piped into Anyrun.
10+
11+
## Configuration
12+
13+
```ron
14+
Config(
15+
// Whether to allow the user to input any arbitrary text besides the options provided
16+
allow_invalid: false,
17+
// How many entries should be displayed at max
18+
max_entries: 5,
19+
)
20+
21+
```

0 commit comments

Comments
 (0)