diff options
| author | kolunmi <113054217+kolunmi@users.noreply.github.com> | 2023-07-22 07:54:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-22 07:54:08 -0700 |
| commit | ce4361b28b77cd9c89250ec4e1d76a9792682a09 (patch) | |
| tree | 85587901902da16cc0b5ff3e25aef7f8ee059461 /README.md | |
| parent | a5cb279696622d0b4c57611cf442dea5cc51054f (diff) | |
| parent | 04a218fb4ece3cc4d45d9b06e25d4a5847c4a950 (diff) | |
| download | dwlb-ce4361b28b77cd9c89250ec4e1d76a9792682a09.tar.gz | |
Merge pull request #15 from NikitaIvanovV/status-stdin
Add -status-stdin command
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |