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. Oct 14, 2017
  2. Sep 09, 2017
    • Junegunn Choi's avatar
      Clean up renderer code · e1582b83
      Junegunn Choi authored
      Remove code that is no longer relevant after the removal of ncurses
      renderer. This commit also fixes background color issue on tcell-based
      FullscreenRenderer (Windows).
      Unverified
      e1582b83
  3. Sep 08, 2017
  4. Aug 09, 2017
    • Junegunn Choi's avatar
      Allow escaping meta characters with backslashes · e85a8a68
      Junegunn Choi authored
      One can escape meta characters in extended-search mode with backslashes.
      
        Prefixes:
          \'
          \!
          \^
      
        Suffix:
          \$
      
        Term separator:
          \<SPACE>
      
      To keep things simple, we are not going to support escaping of escaped
      sequences (e.g. \\') for matching them literally.
      
      Since this is a breaking change, we will bump the minor version.
      
      Close #444
      Unverified
      e85a8a68
  5. Jul 28, 2017
  6. Jul 21, 2017
  7. Jul 20, 2017
  8. Jul 19, 2017
  9. Jul 18, 2017
  10. Jul 01, 2017
  11. May 28, 2017
  12. May 26, 2017
  13. May 24, 2017
  14. May 22, 2017
  15. Apr 30, 2017
  16. Apr 28, 2017
  17. Mar 04, 2017
  18. Mar 03, 2017
  19. Mar 02, 2017
  20. Mar 01, 2017
  21. Feb 24, 2017
  22. Feb 18, 2017
  23. Feb 04, 2017
  24. Jan 30, 2017
  25. Jan 27, 2017
  26. Jan 25, 2017
  27. Jan 23, 2017
  28. Jan 22, 2017
  29. Jan 16, 2017
  30. Jan 15, 2017
Loading