Z.lua Versions Save

:zap: A new cd command that helps you navigate faster by learning your habits.

1.8.18

4 weeks ago

1.8.17

1 month ago
  • Make z.lua try treating "-" as a normal character if there are no results.
  • ZSH: TAB complete using fzf.
  • Fish: fix potential compatibility issue for some fish shell versions and add autocompletion for cmd options.
  • Windows: Refactor batch script initializing routine.
  • Minor fixes.

1.8.16

1 year ago
  • Update fzf --inline-info option to --info=inline

1.8.15

2 years ago
  • fixed macOS Monterey initialization issues.

1.8.14

2 years ago

recognize %_ZL_CD% in cmd.exe

1.8.12

3 years ago
  • Improve PowerShell-7 compatibility, init z.lua like this in PowerShell-7:

    Invoke-Expression (& { (lua /path/to/z.lua --init powershell) -join "`n" })
    
  • Update docs about powershell and wsl-1.

  • Close https://github.com/skywind3000/z.lua/issues/115 .

1.8.11

3 years ago
  • windows: fix pushd leaking in cmd.exe

1.8.10

3 years ago
  • improve clink 1.11 completion and compatibility.

1.8.9

3 years ago
  • clink: introduce environment variable $_ZL_CLINK_PROMPT_PRIORITY to control z.lua's register priority in clink.
  • powershell: support powershell on linux.
  • fish: improve fisher compatibility in init.fish.
  • zsh: use command -v to reduce startup time in z.lua.plugin.zsh.
  • cmd: expose --add in cmd on windows.
  • ranger: fixed -I problem in ranger_zlua.py .