z icon indicating copy to clipboard operation
z copied to clipboard

Predict completion enhancement

Open TeChn4K opened this issue 9 years ago • 1 comments

Hi,

I know Z is a CD history tool and it will not replace CD. However, this is my use case :

3 folders :

/foo/bar/test_one
/foo/bar/test_two
/foo/bar/test_three

Once I move to test_one and test_two, Z can help me in this way :

 ~ z test (hit tab twice)
 ~ z /foo/bar/test_
/foo/bar/test_one /foo/bar/test_two

The perfect feature would be that it predicts me the third folder (still unknown)

TeChn4K avatar Mar 20 '16 17:03 TeChn4K

I've also added the tab completion for z with fzf. Check it out: https://github.com/changyuheng/fz

mrjohannchang avatar Mar 19 '17 19:03 mrjohannchang