Structs§
Functions§
- discover_
all - Scan the three known session-storage locations and return all discovered session files, sorted by modified time (newest first).
- format_
relative_ time - Format a duration-since-modified in short relative form.
- prompt_
user_ to_ choose - Print a numbered list of session files and read the user’s choice from
stdin. Returns Ok(None) on
q/empty/Ctrl-D, Ok(Some(path)) on valid numeric input, or bubbles up IO errors.