aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-09-20 19:15:01 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-09-20 19:15:01 +0000
commit14ebcab5b016828c64c6d4564e50159f5dedf130 (patch)
tree759800678a620b6233c6d785cc4e04c617f963f4 /tmux.1
parent105ce36792717a0916cab18b7dd0a11db1f7c84a (diff)
downloadrtmux-14ebcab5b016828c64c6d4564e50159f5dedf130.tar.gz
rtmux-14ebcab5b016828c64c6d4564e50159f5dedf130.tar.bz2
rtmux-14ebcab5b016828c64c6d4564e50159f5dedf130.zip
run-shell command to run a shell command without opening a window, sending
stdout to output mode.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.19
1 files changed, 9 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 5db6c0c9..d78981f7 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1959,6 +1959,15 @@ returns success.
.It Ic lock-server
.D1 (alias: Ic lock )
Lock the server until a password is entered.
+.It Ic run-shell Ar command
+.D1 (alias: Ic run )
+Execute
+.Ar command
+without creating a window.
+Any output to stdout is displayed in output mode.
+If
+.Ar command
+doesn't return success, the exit status is also displayed.
.It Ic server-info
.D1 (alias: Ic info )
Show server information and terminal details.