Skip to main content

Module session

Module session 

Source
Expand description

Session management operations.

High-level operations on sessions: list, show, search, diff, stats, tag management, fuzzy resolution, and editing.

Re-exports§

pub use diff::*;
pub use edit::*;
pub use fuzzy::*;
pub use list::*;
pub use normalize::*;
pub use resolve::*;
pub use search::*;
pub use show::*;
pub use stats::*;
pub use tags::*;

Modules§

diff
Command-level diff between two sessions.
edit
TOML round-trip editing for sessions.
fuzzy
Fuzzy matching for session name suggestions.
list
Session list command implementation.
normalize
Tag and alias normalization and validation pipeline.
resolve
Session resolution by name-first, UUID-fallback.
search
Full-text search across sessions with highlighting.
show
Session show command implementation.
stats
Recording statistics aggregation.
tags
Tags listing command implementation.