← Back to tools
View AGENTS.md for z.lua
z.lua
Directory changer that learns your habits
Description
z.lua is a fast directory changer that learns your habits. It tracks your most used directories and allows quick navigation using fuzzy matching. Written in Lua for performance, it supports bash, zsh, fish, and PowerShell.
When to use this tool
✓ Good fit when
- User wants a fast cross-shell directory jumper
- User needs Lua-based solution for portability
✕ Avoid when
- User prefers a Rust-based solution like zoxide
AI Summary
A fast directory jumper that learns your habits, written in Lua with support for multiple shells including bash, zsh, fish, and PowerShell.
Capabilities
- + Jump to frequently used directories with partial matching
- + Enhanced matching algorithm with frecency ranking
- + Interactive selection mode with fzf integration
- + Supports bash, zsh, fish, and PowerShell
- + Backward and parent directory jumping
Use When
- → User wants a fast cross-shell directory jumper
- → User needs Lua-based solution for portability
Avoid When
- x User prefers a Rust-based solution like zoxide