Replace -o with --plugins in documentation (#119)

This commit is contained in:
Justin Lavoie
2023-11-30 06:16:23 -05:00
committed by GitHub
parent 52cec0a393
commit 872984a6c9
2 changed files with 3 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ Anyrun requires plugins to function, as they provide the results for input. The
- TODO: Only supports Hyprland, needs support for other compositors.
- [Stdin](plugins/stdin/README.md)
- Turn Anyrun into a dmenu like fuzzy selector.
- Should generally be used exclusively with the `-o` argument.
- Should generally be used exclusively with the `--plugins` argument.
- [Dictionary](plugins/dictionary/README.md)
- Look up definitions for words
- [Websearch](plugins/websearch/README.md)

View File

@@ -5,5 +5,5 @@ Allows for easy integration into scripts that have been made with something like
## 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.
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.