TUBVSWW3OQX2OJKF2F5ACCPL3G6U6SNJQ3EWOSPBCV6EIZPM2LMAC
FTI67CGF4MMPDFA6YJN6UKOADQLFAECKGYPTWSPSALVQK76BJMJAC
F2QYIRKBFYFWSTB7Z5CNGSZVYI6XQO3MHPUHJLBHPGLIOG7UNVNQC
}fn default_histdb_sqlite_path() -> String { let base_dirs = directories::BaseDirs::new().expect("getting basedirs should never fail"); let home = base_dirs.home_dir(); let file_path = home.join(".histdb").join("zsh-history.db"); file_path.to_string_lossy().to_string()
}
fn default_histdb_sqlite_path() -> String {
let base_dirs = directories::BaseDirs::new().expect("getting basedirs should never fail");
let home = base_dirs.home_dir();
let file_path = home.join(".histdb").join("zsh-history.db");
file_path.to_string_lossy().to_string()
/// Path to folder in which to store the history files.
/// Path to folder in which to store the history files
/// Command to add to history
#[structopt(short, long, default_value = into_str!(default_cache_path()))]
/// Path to the existing histdb sqlite file #[structopt(short, long, default_value = into_str!(default_histdb_sqlite_path()))]
/// Path to the existing histdb sqlite file
#[structopt(short, long, default_value = into_str!(default_histdb_sqlite_path()))]
/// Add new command for current session
/// Start the server
/// Stop the server
/// Finish command for current session
/// Get new session id
/// Tell server to print currently running command
/// Import entries from existing histdb sqlite file