lacy-0.1.0 is not a library.
Visit the last successful build:
lacy-0.7.1
Lacy 💤
Lacy is a z inspired cd alternative. It aims to make navigating easier for lazy people.
Lacy is WIP! You can only use it by building it yourself. Brew and others are coming soon.
Examples

Navigation without full path
You don't have to type the full directory name. Just make sure the path matches the directory name more or less.
# normal cd
# with lacy
# or
Skipping directories
Forgot the directory name? No problem. Just skip it using -.
# as long as some parts are still unique, it will work... and it's very fast
Like cd
Everything you can do with cd, you can do with y.
Real paths
You can also add real paths while lazy navigating.
Installation
# macOS or Linux
Zsh
Add the following to your .zshrc file:
eval "$(lacy init zsh)"
Other shells
Feel free to contribute the init script for your shell. I'm gonna add them as soon as I can.
Why not z?
z is a great tool, but if you are working with a lot of projects with similar paths, it can be a pain to navigate.
You can use z alongside lacy.
Todo
- Add support for
.. - Add support for
~ - Add support for "real" paths (e.g.
/Users/timo/ desk proj lacy) - Add ability to skip a directory
- Add more tests
- Add aliases