z.lua icon indicating copy to clipboard operation
z.lua copied to clipboard

[Feature Request] file selection

Open nnathan opened this issue 6 years ago • 5 comments

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

nnathan avatar Apr 11 '19 03:04 nnathan

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.

zhuzhzh avatar Jul 08 '20 08:07 zhuzhzh

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.

skywind3000 avatar Jul 08 '20 08:07 skywind3000

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.

zhuzhzh avatar Jul 08 '20 09:07 zhuzhzh

any progress?

Monirzadeh avatar Mar 03 '22 10:03 Monirzadeh

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

a-b avatar Feb 18 '24 05:02 a-b