From f9c849dfd1165950d97a34f9400bbb5694261006 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Tue, 5 Feb 2019 14:11:16 +0800 Subject: [PATCH] update doc --- README.cn.md | 2 ++ README.md | 11 ++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.cn.md b/README.cn.md index 6dc95d8..879dc7a 100644 --- a/README.cn.md +++ b/README.cn.md @@ -315,6 +315,8 @@ $ ls -l `zb git` ``` +**Bonus**:`zb ..` 相当于 `cd ..`,`zb ...` 相当于 `cd ../..`,而 `zb ....` 相当于 `cd ../../..` 等等。 最后 `zb ..20` 等同于调用 `cd ..` 二十次。 + ## Tips diff --git a/README.md b/README.md index 1a22715..5b71c03 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,8 @@ $ ls -l `zb git` ``` +**Bonus**: `zb ..` equals to `cd ..`, `zb ...` equals to `cd ../..` and `zb ....` equals to `cd ../../..`, and so on. Finally, `zb ..20` equals to `cd (..)x20`. + ## Tips @@ -395,11 +397,18 @@ awk -F '\t' '{print $2 "|" $1 "|" 0}' $FN >> ~/.zlua - 0.1.0 (2018-04-30): supports windows cmd, cmder and conemu. - 0.0.0 (2018-03-21): initial commit, compatible with original z.sh. + +## Reputation + +- "I like this in principal. I’m pretty damn predictable at the command line and far too lazy to make shortcuts" +- "Anyway, z.lua is a promising project. If you only need directory jumping, it may be the best choice." +- "I can finally have autojump-like functionality on my Raspberry Pi 1 without waiting 30 seconds every time I open a new shell. Thanks z.lua devs." + ## Thanks - Thanks to [@rupa](https://github.com/rupa) for inspiring me to start this project. - Thanks to [@vigneshwaranr](https://github.com/vigneshwaranr) and [@shyiko](https://github.com/shyiko) for inspiring me the backward jumping. -- Thanks to [@TeddyDD](https://github.com/TeddyDD) for Fish Shell porting. +- Thanks to [@TeddyDD](https://github.com/TeddyDD) for Fish Shell porting. - Thanks to [@manhong2112](https://github.com/manhong2112) for Power Shell porting. And many others.