types.NewWindowOptions.shellCommand
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- types
- Declared in
- NewWindowOptions
- Package
- libtmux
- Source
- packages/libtmux/src/types.ts
-
A command for tmux to run in place of the default shell.
tmux hands this to a shell, so a whole command line works, and the process replaces the shell rather than running inside it — when it exits the window closes, unless
remain-on-exitsays otherwise.
0 declared, 0 inherited