Skip to main content

Crate alf

Crate alf 

Source
Expand description

§alf - Alias & Function CLI Searching Tool

A CLI tool to search & rediscover your custom shell aliases & functions.

Re-exports§

pub use config::Config;
pub use models::AliasEntry;
pub use models::EntryType;

Modules§

cli
CLI argument parsing and command handling.
config
Configuration management for alf.
models
Data models for representing shell aliases and functions.
parser
Shell file parsing for aliases and functions.
search
Fuzzy search implementation using nucleo-matcher.
tui
Terminal User Interface (TUI) implementation.