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 handler::ShortcutHandler;
pub use shell::init_bash;
pub use shell::init_zsh;
pub use types::Shortcut;
pub use types::ShortcutResult;

Modules§

config
error
handler
input
keymap
shell
types
ui