mrjohannchang / zsh-interactive-cd

Fish like interactive tab completion for cd in zsh
Mozilla Public License 2.0
314 stars 37 forks source link

.* and * #2

Open dylnmc opened 7 years ago

dylnmc commented 7 years ago

If I am exploring a new directory for the first time, or I am looking for some sort of completion for both dot- and non-dot-files, I expect there to be some sort of functionality that allows me to search for both. I am not extremely familiar with globbing in zsh, but it might have something to do with that (?). I just find it odd that cdtab doesn't complete all files; rather, it only completes either non-"hidden" files or "hidden" files.

Even cd (D) doesn't work (zsh "D" globbing qualifier) ... although I suppose that there could be a file named \(D\).

It would be nice to be able to press ctrl+h and get hidden files (either mixed with all results or maybe even just toggle from non-hidden to hidden and vice versa).

Thanks for cool fzf plugin though! dylnmc

mrjohannchang commented 7 years ago

Hi dylnmc, sorry not sure why I didn't get a notification for this thread. I get what you said, because it's now hard coded, I didn't know there's a globbing qualifier before, so I didn't think of it. I'll put it in to-do list and do it when I have time. PR is welcome too!

danielftapiar commented 6 years ago

any progress on this?

dylnmc commented 6 years ago

Not from me :sob: I haven't been using it much