pane.Pane.current_path
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane.rs
- Other languages
- Python TypeScript GoJava .NET C++ Swift
-
Return the pane's working directory.
Nonewhen tmux reported none, which a pane straight fromSelf::splitcan do until its process has started;Self::refreshasks again. Readingpane_current_paththroughSelf::getsays which kind of missing it is.In other ports A pane process's working directory
- Python
libtmux.Pane.pane_current_path - TypeScript no equivalent on
Pane - Go
tmux.Pane.CurrentPath - Java
io.github.libtmux.Pane.Pane.currentPath - .NET no equivalent on
Pane - C++ no equivalent on
Pane - Swift
Pane.currentPath
- Python
0 declared, 0 inherited