lacy

Crates.iolacy
lib.rslacy
version0.6.1
created_at2024-11-12 20:08:42.252664+00
updated_at2026-01-18 11:15:53.797681+00
descriptionFast magical cd alternative for lazy terminal navigators
homepagehttps://github.com/timothebot/lacy
repositoryhttps://github.com/timothebot/lacy
max_upload_size
id1445470
size2,065,942
tiimo (timothebot)

documentation

README

Lacy

Lacy is a magical cd alternative that makes navigating much more efficient!

⭐ Consider starring this repo – your support motivates me a lot! ⭐

Crates.io Version Crates.io Total Downloads GitHub Repo stars

Install  ~  Setup  ~  FAQ  ~  Documentation

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)

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

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 :)

Commit count: 130

cargo fmt