From 04a218fb4ece3cc4d45d9b06e25d4a5847c4a950 Mon Sep 17 00:00:00 2001 From: Nikita Ivanov Date: Fri, 26 May 2023 20:31:16 +0200 Subject: Add -status-stdin command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8335cfc..40fabdf 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Run `dwlb -h` for a full list of options. ## Someblocks To use someblocks, or any program that outputs to stdout, with dwlb, use this one-liner: ```bash -someblocks -p | while read -r line; do dwlb -status all "$line"; done +someblocks -p | dwlb -status-stdin all ``` ## Acknowledgements -- cgit v1.2.3