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. Dec 03, 2017
  2. Dec 02, 2017
    • Junegunn Choi's avatar
      Add accept-non-empty action · 5a7b41a2
      Junegunn Choi authored
      'accept-non-empty' is similar to 'accept' (which is bound to 'enter' and
      'double-click' by default) but it prevents fzf from exiting without any
      selection.
      
      Close #1162
      5a7b41a2
  3. Dec 01, 2017
  4. Nov 27, 2017
  5. Nov 22, 2017
  6. Nov 19, 2017
  7. Nov 14, 2017
  8. Nov 08, 2017
  9. Oct 29, 2017
  10. Oct 27, 2017
  11. Oct 23, 2017
  12. Oct 21, 2017
    • Igor Urazov's avatar
      [completion] Ensure ps called as command (#1098) · eaf6eb89
      Igor Urazov authored
      When `ps` is aliased for something uncommon, like `alias ps=grc ps` which colorizes ps output, the output of `ps` can be unexpected and/or undesired.
      
      This change makes ps to be always executed as command, even if it's aliased.
      eaf6eb89
  13. Oct 20, 2017
  14. Oct 19, 2017
  15. Oct 16, 2017
  16. Oct 15, 2017
  17. Oct 14, 2017
  18. Oct 10, 2017
  19. Oct 08, 2017
  20. Sep 30, 2017
  21. Sep 29, 2017
  22. Sep 28, 2017
  23. Sep 26, 2017
  24. Sep 17, 2017
  25. Sep 11, 2017
  26. 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).
      e1582b83
Loading