Crate tmux_lib

Source
Expand description

Read or manipulate Tmux.

Version requirement: rustc 1.74.0+

[dependencies]
tmux-lib = "0.3"

§Getting started

Work in progress

§Caveats

  • This is a beta version

§License

Licensed under either of

at your option.

§Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Re-exports§

pub use client::display_message;

Modules§

client
Client-level functions: for representing client state (client_session etc) or reporting information inside Tmux.
error
layout
Parse the window layout string.
pane
This module provides a few types and functions to handle Tmux Panes.
pane_id
Pane id.
server
Server management.
session
This module provides a few types and functions to handle Tmux sessions.
session_id
Session Id.
utils
window
This module provides a few types and functions to handle Tmux windows.
window_id
Window Id.

Type Aliases§

Result
Result type for this crate.