Crate tmux_lib

source ·
Expand description

Read or manipulate Tmux.

Version requirement: rustc 1.59.0+

[dependencies]
tmux-lib = "0.2"

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

Modules

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

Type Aliases

  • Result type for this crate.