Lacy is a magical cd alternative that makes navigating much more efficient!
⭐ Consider starring this repo – your support motivates me a lot! ⭐
Install ~ Setup ~ FAQ ~ Documentation
Not convinced yet? Check out all features!
cargo install lacybrew install timothebot/tap/lacyyay -S lacy # or whatever aur helper you're usingSee in the documentation.
After you installed lacy, you have to add it's shell configuration to your shell. (learn why)
ZSH
# ~/.zshrc
eval "$(lacy init zsh)"Bash
# ~/.bashrc
eval "$(lacy init bash)"Fish
# ~/.config/fish/config.fish
lacy init fish | sourceNushell
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")PowerShell
# $PROFILE
lacy init powershell | Out-String | iexIf your shell is missing, feel free to create an issue!
Feel free to open a PR for any type of changes!
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 :)