diff --git a/README.md b/README.md index 908a3cf..d982db8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # z.lua z - jump around (lua implementation for running on both unix & windows) + +Licensed under MIT license. + +## Features + +* 10x times faster than fasd and autojump +* 3x times faster than rupa/z +* supports: Posix Shell, Bash, Zsh and Windows Cmd + + diff --git a/z.lua b/z.lua index 475b70a..c51891b 100644 --- a/z.lua +++ b/z.lua @@ -8,7 +8,7 @@ -- -- * 10x times faster than fasd and autojump -- * 3x times faster than rupa/z --- * supports: Bash, Zsh, BusyBox and Windows Cmd +-- * supports: Bash, Zsh, Posix Shells and Windows Cmd -- -- USE: -- * z foo # cd to most frecent dir matching foo