1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-18 21:59:49 +00:00
This commit is contained in:
skywind3000
2018-12-26 21:28:40 +08:00
parent eaf499ce6e
commit 0fc9b39e57

4
z.lua
View File

@@ -4,7 +4,7 @@
-- z.lua - z.sh implementation in lua, by skywind (2018/03/19)
-- Licensed under MIT license.
--
-- Version 33, Last Modified: 2018/12/26 21:14
-- Version 35, Last Modified: 2018/12/26 21:14
--
-- * 10x times faster than fasd and autojump
-- * 3x times faster than rupa/z
@@ -21,7 +21,6 @@
-- * z -c foo # restrict matches to subdirs of $PWD
-- * z -e foo # echo the best match, don't cd
-- * z -x path # remove path from history
-- * z -i foo # cd with interactive selection
--
-- Bash Install:
-- * put something like this in your .bashrc:
@@ -1491,7 +1490,6 @@ function z_help()
print(cmd .. '-c foo # restrict matches to subdirs of $PWD')
print(cmd .. '-e foo # echo the best match, don\'t cd')
print(cmd .. '-x path # remove path from history')
print(cmd .. '-i foo # cd with interactive selection')
end