Expand description
Library face of the agent-status crate.
Re-exports§
pub use agents::Agent;pub use agents::by_name;pub use commands::build_entry;pub use commands::build_extension;pub use commands::format_list;pub use commands::format_status;pub use commands::ExtensionFile;pub use state::AttentionEntry;pub use state::Event;pub use state::StateStore;
Modules§
- agents
- commands
- Helpers used by each
agent-statussubcommand. One file per subcommand (set,status,list,agent-extension);mod.rsre-exports the public API.format_status(the tmuxstatus-rightindicator) filters to attention-needing events viaEvent::needs_attentionon the entry’s event.format_listdoes NOT — it lists every session and renders each one’s state via a per-event marker, mirroring the switcher, which likewise reads the store directly and surfaces every event value. - state