Blaž Hrastnik 2 years ago
parent 05161aa85e
commit 610ce93600
No known key found for this signature in database
GPG Key ID: 1238B9C4AD889640

@ -77,8 +77,8 @@
| Key | Description | Command |
| ------ | ----------- | ------- |
| `|` | Pipe each selection through shell command, replacing with output | `shell_pipe` |
| `Alt-|` | Pipe each selection into shell command, ignoring output | `shell_pipe_to` |
| <code>&#124;</code> | Pipe each selection through shell command, replacing with output | `shell_pipe` |
| <code>Alt-&#124;</code> | Pipe each selection into shell command, ignoring output | `shell_pipe_to` |
| `!` | Run shell command, inserting output before each selection | `shell_insert_output` |
| `Alt-!` | Run shell command, appending output after each selection | `shell_append_output` |
| `$` | Pipe each selection into shell command, keep selections where command returned 0 | `shell_keep_pipe` |

Loading…
Cancel
Save