Open memeplex opened 3 years ago
So instead of re-using find-file, I wrote my own counsel-find-file
BTW, this point was expressed in an extreme way, since counsel-find-file
is more of a wrapper than a reimplementation, as most (all?) counsel functions are.
I'm not really sure, but suspect it has to do with the fact that ivy includes actions support (mentioned in the excerpt you quoted), and selectrum etc don't.
If that's right, then the question is really how embark implements actions with completing-read?
Hi,
the README states:
Maybe I don't understand the issue in due detail, but the characterization seems slightly inaccurate to me. AFAIU ivy works out of the box with everything completing-read, what is built on a piecemeal basis on top of standard functions is counsel (and swiper). At least in this regard, ivy seemingly compares to selectrum, the main difference being instead between the counsel approach and perhaps consult or embark (I'm not that familiarized with the new "completing ecosystem" yet). It is there, apparently, where reuse and composability are sacrificed.
A few years ago ivy's author posted about this issue, it's a very interesting read, there he said:
Would you mind explaining:
Thank you in advance.