- Download fzf.lua https://raw.githubusercontent.com/chrisant996/clink-fzf/main/fzf.lua (https://github.com/chrisant996/clink-fzf)
- Find scripts dir used by cmder/clink using
clink info - Copy it in that dir
- add
cmder/vendorto path - download z.cmd and z.lua from https://github.com/skywind3000/z.lua and put in
cmder/vendor - Download windows lua binaries from https://luabinaries.sourceforge.net/download.html
- rename to lua.exe and put these binaries in
cmder/vendordir - Set a keyboard shortcut to popup most used directories with
zusingfzf- find .inputrc file location using
clink info - Add your shortcut e.g.
"\C-z": "luafunc:z_dir_popup" #Ctrl zwhere thisluafunc:z_dir_popupis defined inz_dir_popup.luahttps://github.com/chrisant996/clink-gizmos/blob/main/z_dir_popup.lua
- find .inputrc file location using