From 872984a6c9aceac64d9be24a3c6c4b65bcd3d746 Mon Sep 17 00:00:00 2001 From: Justin Lavoie Date: Thu, 30 Nov 2023 06:16:23 -0500 Subject: [PATCH] Replace `-o` with `--plugins` in documentation (#119) --- README.md | 2 +- plugins/stdin/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef27396..49d236b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/plugins/stdin/README.md b/plugins/stdin/README.md index 497a7a1..6ebe6eb 100644 --- a/plugins/stdin/README.md +++ b/plugins/stdin/README.md @@ -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. \ No newline at end of file +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.