Skip to main content

Module import

Module import 

Source
Expand description

Import sessions from external sources.

Supports importing from Bash scripts, Bash/Zsh/Fish history files, and auto-detects the input format.

Re-exports§

pub use detect::*;
pub use importer::*;

Modules§

bash_history
bash_script
detect
Format detection and session name generation for imports.
fish_history
importer
Core import logic: read file, detect format, parse, and save session.
zsh_history