Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/junegunn/fzf. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Apr 28, 2016
  2. Apr 26, 2016
  3. Apr 25, 2016
  4. Apr 24, 2016
  5. Apr 23, 2016
  6. Apr 20, 2016
  7. Apr 16, 2016
    • Junegunn Choi's avatar
      0.12.0 · b28c14b9
      Junegunn Choi authored
    • Junegunn Choi's avatar
      0.11.2 · 879ead21
      Junegunn Choi authored
      879ead21
    • Junegunn Choi's avatar
      Enhanced ranking algorithm · 2f6d23b9
      Junegunn Choi authored
      Based on the patch by Matt Westcott (@mjwestcott).
      But with a more conservative approach:
      - Does not use linearly increasing penalties; It is agreed upon that we
        should prefer matching characters at the beginnings of the words, but
        it's not always clear that the relevance is inversely proportional to
        the distance from the beginning.
      - The approach here is more conservative in that the bonus is never
        large enough to override the matchlen, so it can be thought of as the
        first implicit tiebreak criterion.
      - One may argue the change breaks the contract of --tiebreak, but the
        judgement depends on the definition of "tie".
      2f6d23b9
  8. Apr 15, 2016
  9. Apr 14, 2016
  10. Apr 12, 2016
  11. Apr 09, 2016
  12. Apr 01, 2016
  13. Mar 29, 2016
    • Junegunn Choi's avatar
      Clean up install script · 802c1c29
      Junegunn Choi authored
      - Do not create zsh files if zsh is not installed (@adam8157)
      - Use command -v instead of which (@netei)
      - Reenable --pre option
      
      Close #531
      802c1c29
  14. Mar 28, 2016
  15. Mar 23, 2016
  16. Mar 15, 2016
Loading