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 error::LeadrError;
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_zsh;
pub use ui::panel::Panel;
pub use ui::theme::Theme;

Modules§

config
error
input
keymap
mappings
session
shell
ui