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

9
plugins/stdin/README.md Normal file
View File

@@ -0,0 +1,9 @@
# Stdin
Reads lines from the standard input and fuzzy matches on those. The selected one is printed to stdout.
Allows for easy integration into scripts that have been made with something like dmenu in mind.
## Usage
This plugin should generally be used alone, if a dmenu replacement is needed. This can be done with `anyrun -o libstdin.so`.
The content to fuzzy match on needs to be piped into Anyrun.