Skip to content

Releases: skywind3000/z.lua

20190907 - v1.7.3

06 Sep 17:05
Compare
Choose a tag to compare

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

20190801 - v1.7.2

01 Aug 11:57
Compare
Choose a tag to compare

Improve bash/zsh compatibility by @barlik.

20190607 - v1.7.1

07 Jun 14:19
Compare
Choose a tag to compare

Fixed: $_ZL_DATA may fail on Linux sometimes and closes: #68

20190309 - v1.7.0

09 Mar 09:11
Compare
Choose a tag to compare

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

20190304 - v1.5.12

04 Mar 13:26
Compare
Choose a tag to compare

optimize with ffi (luajit module)

20190302 - v1.5.11

02 Mar 04:17
Compare
Choose a tag to compare

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

20190301 - v1.5.10

01 Mar 06:45
Compare
Choose a tag to compare

Prevent writing file racing.

20190225 - v1.5.9

25 Feb 15:21
Compare
Choose a tag to compare

'z -b' should not match current directory

20190221 - v1.5.8

21 Feb 04:14
Compare
Choose a tag to compare

New option $_ZL_FZF_HEIGHT to control --height parameter in fzf:

# fzf: full screen
export _ZL_FZF_HEIGHT=0

# fzf: 30 lines
export _ZL_FZF_HEIGHT=30

# fzf: 35% of screen height
export _ZL_FZF_HEIGHT="35%"

20190221 - v1.5.7

21 Feb 03:17
Compare
Choose a tag to compare

rename $_ZL_FZF_SORT to $_ZL_INT_SORT. it will affect both -i and -I.