commit | 64b5f39656f02a7c4cc6d5d4690c9b0ccc3f6c15 | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Sun Oct 11 10:04:27 2009 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Sun Oct 11 10:04:27 2009 +0000 |
tree | 8bed8b653ea30e3ff461250de53d37ab011b4fb2 | |
parent | 325e20d76d25685a3a7d9e5042928b2691c7bc8f [diff] |
Add a pipe-pane command to allow a pane to be piped to a shell command, for example: pipe-pane 'cat >~/out' No arguments stops outputing and closes the pipe; the -o flag toggles a pipe and on and off (useful for key bindings). Suggested by espie@.