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

update doc

This commit is contained in:
skywind3000
2019-02-05 14:11:16 +08:00
parent f728c96518
commit f9c849dfd1
2 changed files with 12 additions and 1 deletions

View File

@@ -315,6 +315,8 @@ $ ls -l `zb git`
```
**Bonus**`zb ..` 相当于 `cd ..``zb ...` 相当于 `cd ../..`,而 `zb ....` 相当于 `cd ../../..` 等等。 最后 `zb ..20` 等同于调用 `cd ..` 二十次。
## Tips

View File

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