diff options
author | Alexander Schlögl | 2022-12-12 02:06:24 +0000 |
---|---|---|
committer | GitHub | 2022-12-12 02:06:24 +0000 |
commit | 0b960216433956503e9e6fe5220523eb1970eaee (patch) | |
tree | f37c5c10e97e62d04ce9e5b4e415b7b8289db490 /book | |
parent | d5ab974d38fd5565a63c8d7c35967c77c0e434d0 (diff) |
Add `:pipe-to` typable command that ignores shell output (#4931)
Diffstat (limited to 'book')
-rw-r--r-- | book/src/generated/typable-cmd.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md index 6390ef85..66e6ac03 100644 --- a/book/src/generated/typable-cmd.md +++ b/book/src/generated/typable-cmd.md @@ -71,4 +71,5 @@ | `:insert-output` | Run shell command, inserting output before each selection. | | `:append-output` | Run shell command, appending output after each selection. | | `:pipe` | Pipe each selection to the shell command. | +| `:pipe-to` | Pipe each selection to the shell command, ignoring output. | | `:run-shell-command`, `:sh` | Run a shell command | |