t-rec 0.8.2

Blazingly fast terminal recorder that generates animated gif images for the web written in rust.
1
2
3
4
5
6
7
8
9
mod commands;
pub mod defaults;
mod file;
mod init;
mod profile;

pub use commands::{handle_init_config, handle_list_profiles};
pub use file::{load_config, ConfigFile};
pub use profile::{expand_home, resolve_settings, ProfileSettings};