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

commit comments

This commit is contained in:
skywind3000
2018-11-21 17:00:49 +08:00
parent 9465f9f188
commit f963493152
2 changed files with 11 additions and 1 deletions

View File

@@ -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

2
z.lua
View File

@@ -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