We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f40aaa commit 06017e7Copy full SHA for 06017e7
plugins/stdin/README.md
@@ -7,3 +7,15 @@ Allows for easy integration into scripts that have been made with something like
7
8
This plugin should generally be used alone, if a dmenu replacement is needed. This can be done with `anyrun --plugins libstdin.so`.
9
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