Z.lua Versions Save

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

1.8.7

3 years ago
  • better path name handling with luajit.
  • record correct character case in path name on windows (with luajit's ffi module).
  • use lfs module for path detection if possible (work-around for https://github.com/skywind3000/z.lua/issues/104 in WSL-1).

1.8.4

4 years ago

fish shell: set $_ZL_ECHO to global scope.

1.8.3

4 years ago

new: interactive mode in backward jumping: z -b -i and z -b -I:

z -b -i:

图片

z -b -I:

图片

v1.7.4

4 years ago

New $_ZL_HYPHEN option can used to tread hyphen (-) as a normal character, see here.

usage:

export _ZL_HYPHEN=1

then z.lua will stop parsing - as a lua regexp reserved word. and match the directories like:

my-vue-work

exactly by "z my-vue-work" .

v1.7.3

4 years ago

use lua-filesystem package (if possible) when $_ZL_USE_LFS is 1.

v1.7.2

4 years ago

Improve bash/zsh compatibility by @barlik.

v1.7.1

4 years ago

Fixed: $_ZL_DATA may fail on Linux sometimes and closes: https://github.com/skywind3000/z.lua/pull/68

v1.7.0

5 years ago

Supports ranger now, see ranger integration. Fixed: ReplaceFile failed if dst file absent in luajit (Windows), try rename first.

v1.6.0

5 years ago

optimize with ffi (luajit module)

v1.5.11

5 years ago

fixed: os.path.isdir doesn't work for symbol link directories.