skywind3000 / z.lua

:zap: A new cd command that helps you navigate faster by learning your habits.
MIT License
2.98k stars 140 forks source link

[Feature Request] file selection #67

Open nnathan opened 5 years ago

nnathan commented 5 years ago

It would be nice for z.lua to support remembering and selection for file paths similar to fasd -f.

zhuzhzh commented 4 years ago

fasd would recard the files acceesed. so it can send the file path to fzf as well. It's useful. z.lua now record the directory only. hope z.lua can be enhanced to support this feature.

skywind3000 commented 4 years ago

fasd will start a lot of sub-shells / sub-processes every time you enter a command, which consumes a lot of cpu / memory resources. That's why fasd is so slow.

zhuzhzh commented 4 years ago

if I input "vi ", can z.lua extract out the file path so that it can be used in future? I think it's light.

Monirzadeh commented 2 years ago

any progress?

a-b commented 7 months ago

I'm curious if the current version of z.lua has an option to enable a feature with a performance cost.