Crate leadr

Crate leadr 

Source
Expand description

leadr: Shell aliases on steroids

Define key sequences that expand into commands. Inspired by the (Neo)Vim leader key.

Re-exports§

pub use config::Config;
pub use mappings::InsertType;
pub use mappings::Mapping;
pub use mappings::Mappings;
pub use session::LeadrSession;
pub use session::SessionResult;
pub use shell::init_bash;
pub use shell::init_fish;
pub use shell::init_nushell;
pub use shell::init_zsh;
pub use ui::panel::Panel;
pub use ui::symbols::Symbols;
pub use ui::theme::Theme;

Modules§

config
mappings
session
shell
ui

Structs§

RawModeGuard
Guard that enables raw mode on creation and disables it on drop.