Skip to content

Releases: skywind3000/z.lua

20190220 - v1.5.6

20 Feb 15:32
Compare
Choose a tag to compare

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

20 Feb 04:27
Compare
Choose a tag to compare

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

19 Feb 03:50
Compare
Choose a tag to compare
  1. fixed false detection of os.path.exists on read-only fs.
  2. better compatible with fz.sh.

20190217 - v1.5.3

17 Feb 09:55
Compare
Choose a tag to compare
  • 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

16 Feb 06:52
Compare
Choose a tag to compare
  1. Be aware of all arguments in fzf completion.
  2. Update doc.

20190215 - v1.5.1

15 Feb 04:19
Compare
Choose a tag to compare
  1. (Fish Shell): Don't echo $PWD if cd failed.
  2. New dir stack by: z -, z -- and z -{num}.
  3. (Windows cmd): output a newline after finish

Classic Stable

14 Feb 15:00
Compare
Choose a tag to compare

This is a classic stable release.