Skip to main content

parse_window_list

Function parse_window_list 

Source
pub fn parse_window_list(output: &str) -> Vec<WindowInfo>
Expand description

Parse tmux list-windows output into WindowInfo structs. Format: “index|name|active|path” per line.