Pane.currentCommand
- Declared in
- Pane
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Pane.swift
- Other languages
- PythonRubyLua TypeScript RustGoJava .NET C++
- currentCommand : let currentCommand: String
-
The command tmux believes is running. It reflects the foreground process, so it changes as the user works.
Discussed in Format-token fields
In other ports The command tmux reports running in a pane
- Python
libtmux.Pane.pane_current_command - Ruby
LibTmux::PaneSnapshot#current_command - Lua
libtmux.SnapshotPane.current_command - TypeScript no equivalent on
Pane - Rust
pane.Pane.current_command - Go
tmux.Pane.CurrentCommand - Java
io.github.libtmux.Pane.Pane.currentCommand - .NET no equivalent on
Pane - C++
libtmux::Pane::command
- Python
0 declared, 0 inherited