io.github.libtmux.Server.Server.runShell
- Module
- io.github.libtmux.Server
- Declared in
- Server
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Server.java
- Other languages
- PythonRuby Lua TypeScriptRustGo.NETC++ Swift
-
Runs a shell command through tmux, for its effect.
Nothing is claimed about what it printed — see
#runShellCapturingfor that, and for why the two are separate.tmux expands
#(...)in this command before a shell sees it, and shell quoting does not prevent that. Pass any interpolated value throughTmuxFormats#literalunless you mean it to be expanded.- Parameters
-
-
command ( String ) – run by the user's shell, so it may redirect and pipe
-
In other ports Run a shell command through tmux
- Python
libtmux.Server.run_shell - Ruby
LibTmux::Server#run - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
server.Server.runShell - Rust
server.Server.run_shell - Go
tmux.Server.RunShell - .NET
LibTmux.Server.RunShellAsync - C++
libtmux::Server::run_shell - Swift
Server.run(_:in:)types a command into a pane rather than running it on the host
0 declared, 0 inherited