Releases: skywind3000/z.lua
Releases · skywind3000/z.lua
20190220 - v1.5.6
New: set $_ZL_FZF_SORT
to 1 to sort the directories by alphabet in fzf.
Update: better handle fzf parameters in bash completion.
20190220 - v1.5.5
System environment variable $_ZL_FZF_FLAG
(default to "+s -e") can be used to override fzf parameter.
eg: enable fzf sorting by remove the "+s" option:
export _ZL_FZF_FLAG="-e"
20190218 - v1.5.4
- fixed false detection of
os.path.exists
on read-only fs. - better compatible with fz.sh.
20190217 - v1.5.3
- fixed: system environment variable parsing is flaky.
- new: _ZL_FZF_FLAG for passing additional arguments to fzf.
- change: add a
-e
argument to fzf in interactive selection mode for better matching.
20190216 - v1.5.2
- Be aware of all arguments in fzf completion.
- Update doc.
20190215 - v1.5.1
- (Fish Shell): Don't echo $PWD if cd failed.
- New dir stack by: z -, z -- and z -{num}.
- (Windows cmd): output a newline after finish
Classic Stable
This is a classic stable release.