You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -341,6 +341,8 @@ Then press `<tab>` after `z xxx`:
341
341
342
342
With the help of fzf, completion in bash is much easier now.
343
343
344
+
`z.lua` can cooperate with [fz](https://github.com/changyuheng/fz) for **better completion** result in both bash and zsh, for more information see [FAQ](https://github.com/skywind3000/z.lua/wiki/FAQ#fzsh-for-better-completion).
345
+
344
346
NOTE: To enable this, command `fzf` must be found in `$PATH` before initialization.
345
347
346
348
@@ -454,6 +456,7 @@ As you see, z.lua is the fastest one and requires less resource.
454
456
455
457
## History
456
458
459
+
- 1.5.4 (2019-02-19): fixed: file/path existence detection fails on read-only fs (closed [#49](https://github.com/skywind3000/z.lua/issues/49) by [@contrun](https://github.com/contrun)).
457
460
- 1.5.3 (2019-02-17): new `$_ZL_FZF_FLAG` for passing additional flags to fzf, add `-e` argument to fzf.
458
461
- 1.5.2 (2019-02-16): be aware of all arguments in fzf completion.
459
462
- 1.5.1 (2019-02-15): new: simulated dir stack by `z -`, `z --` and `z -{num}`.
0 commit comments