Added a README to each of the plugins, giving an overview on how they work
This commit is contained in:
9
plugins/stdin/README.md
Normal file
9
plugins/stdin/README.md
Normal 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.
|
Reference in New Issue
Block a user