1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-14 11:49:48 +00:00

update doc

This commit is contained in:
skywind3000
2018-11-23 00:36:37 +08:00
parent 24fe2d4a6e
commit 026038622e
2 changed files with 5 additions and 3 deletions

View File

@@ -9,9 +9,10 @@ An alternative to [z.sh](https://github.com/rupa/z) with windows and posix shell
- **10x** times faster than **fasd** and **autojump**
- **3x** times faster than **z.sh**
- compatible with **posix shells**: bash, zsh, dash, sh, ash, busybox and etc.
- available for **posix shells**: bash, zsh, dash, sh, ash, busybox and etc.
- supports Windows cmd (with clink) and cmder
- self contained, no dependence on awk/gawk
- compatible with lua 5.1, 5.2 and 5.3+
## USE

5
z.lua
View File

@@ -4,12 +4,13 @@
-- z.lua - z.sh implementation in lua, by skywind (2018/03/19)
-- Licensed under MIT license.
--
-- Version 30, Last Modified: 2018/04/03 17:49
-- Version 31, Last Modified: 2018/11/23 00:36
--
-- * 10x times faster than fasd and autojump
-- * 3x times faster than rupa/z
-- * compatible with posix shells: bash, zsh, sh, ash, dash, busybox
-- * available for posix shells: bash, zsh, sh, ash, dash, busybox
-- * supports windows
-- * compatible with lua 5.1, 5.2 and 5.3+
--
-- USE:
-- * z foo # cd to most frecent dir matching foo