From a55bb87e1b3833aadef56aa10cf5abe523f579b8 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Wed, 18 Mar 2020 22:38:46 +0800 Subject: [PATCH] update docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 67343e3..0479042 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ For example, `z foo bar` would match `/foo/bar` but not `/bar/foo`. ## Reputation +From people using z.lua: + - I like this in principal. I’m pretty damn predictable at the command line and far too lazy to make shortcuts - It feels far more intuitive and it's so incredibly convenient to be able to jump between folders I'm working in without having to traverse an entire tree. The shell used to feel so constraining for me, but tools like this are making me enjoy it so much more. - 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.