lacy 0.7.0

Fast magical cd alternative for lazy terminal navigators
Documentation

Lacy is a magical cd alternative that makes navigating much more efficient! ⭐ Consider starring this repo – your support motivates me a lot! ⭐

Not convinced yet? Check out all features!


Install

Cargo (Universal)

cargo install lacy

Homebrew (macOS/Linux)

brew install timothebot/tap/lacy

AUR (Arch Linux)

yay -S lacy # or whatever aur helper you're using

NixOS / Nix Flake

See in the documentation.

Setup

After you installed lacy, you have to add it's shell configuration to your shell. (learn why)

# ~/.zshrc
eval "$(lacy init zsh)"
# ~/.bashrc
eval "$(lacy init bash)"
# ~/.config/fish/config.fish
lacy init fish | source

You can't set the lacy alias (--cmd) to cd. More infos below the table at Shell Options.

# $nu.config-path
mkdir ($nu.data-dir | path join "vendor/autoload")
lacy init nu | save -f ($nu.data-dir | path join "vendor/autoload/lacy.nu")
# $PROFILE
lacy init powershell | Out-String | iex

If your shell is missing, feel free to create an issue!


Contributions

Feel free to open a PR for any type of changes!

Note

The code in this repository was written by hand. AI was used for the different shell configurations.


Built with <3 by timothebot

Haven't found what you are looking for? try looking in the docs :)