please add ivy support.
ivy support #4
Could you please elaborate a little? What exactly is ivy support ? As I've never used ivy.
of course. Ivy is alternative to helm. I imagine new variable
(defvar cff-use-ivy-choice t
"Determines what to do if there are several possible choices.
If t, use ivy if available.
If nil, always use internal choice mode.")
and proper code changes. integration should be easy, I think. I have migrated from helm to ivy recently so I don't know ivy api at this time well to make good patch. If I'm the only one needs it and you don't use ivy then you can close this issue and I will do pull request when I'll find time and write it.
nice package anyway, I'm using it on daily base.
pull request #5
Thanks for digging into it, reviewed.
I've just discover built-in ff-find-other-file which do the same as cff and has better semantics in advance (for example find closer file for same base name).
Yea I know about ff-find-other-file, don't really remember why I've decided to implement cff back then when. Maybe wanted to have future proof or adaptable for different kind of projects, can't say now.
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?