Expand description
File I/O for session persistence
Sessions are stored in ~/.config/par-term/last_session.yaml
Functionsยง
- clear_
session - Remove the session state file (e.g., after successful restore)
- load_
session - Load session state from the default location
- load_
session_ from - Load session state from a specific file
- save_
session - Save session state to the default location
- save_
session_ to - Save session state to a specific file
- session_
path - Get the path to the session state file