aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkolunmi <113054217+kolunmi@users.noreply.github.com>2023-07-22 07:54:08 -0700
committerGitHub <noreply@github.com>2023-07-22 07:54:08 -0700
commitce4361b28b77cd9c89250ec4e1d76a9792682a09 (patch)
tree85587901902da16cc0b5ff3e25aef7f8ee059461 /README.md
parenta5cb279696622d0b4c57611cf442dea5cc51054f (diff)
parent04a218fb4ece3cc4d45d9b06e25d4a5847c4a950 (diff)
downloaddwlb-ce4361b28b77cd9c89250ec4e1d76a9792682a09.tar.gz
Merge pull request #15 from NikitaIvanovV/status-stdin
Add -status-stdin command
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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