Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

pane.Pane.current_path

Rust

View as Markdown

Module
pane
Declared in
Pane
Package
libtmux
Source
crates/libtmux/src/pane.rs
Other languages
Python TypeScript GoJava .NET C++ Swift
current_path ( self ) → Option<&TmuxText>
method [source]
method [source]
current_path

Return the pane's working directory.

None when tmux reported none, which a pane straight from Self::split can do until its process has started; Self::refresh asks again. Reading pane_current_path through Self::get says which kind of missing it is.

In other ports A pane process's working directory

0 declared, 0 inherited

Esc

Type to search.