mirror of
https://github.com/skywind3000/z.lua
synced 2026-07-01 10:28:51 +00:00
1.5.0 released
This commit is contained in:
@@ -427,7 +427,7 @@ As you see, z.lua is the fastest one and requires less resource.
|
||||
|
||||
## History
|
||||
|
||||
- 1.4.8 (2019-02-14): fixed minor issues in backward jumping.
|
||||
- 1.5.0 (2019-02-14): fixed minor issues in backward jumping.
|
||||
- 1.4.7 (2019-02-13): Don't use regex in backward jumping (use plain text instead).
|
||||
- 1.4.6 (2019-02-12): change: `_ZL_EXCLUDE_DIRS` to a comma separated list of dirs to exclude.
|
||||
- 1.4.5 (2019-02-10): improve bash fzf completion and posix compatibility.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
-- z.lua - a cd command that learns, by skywind 2018, 2019
|
||||
-- Licensed under MIT license.
|
||||
--
|
||||
-- Version 1.4.8, Last Modified: 2019/02/14 10:19
|
||||
-- Version 1.5.0, Last Modified: 2019/02/14 21:02
|
||||
--
|
||||
-- * 10x faster than fasd and autojump, 3x faster than z.sh
|
||||
-- * available for posix shells: bash, zsh, sh, ash, dash, busybox
|
||||
|
||||
Reference in New Issue
Block a user