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. Aug 20, 2017
  2. Aug 16, 2017
  3. Aug 15, 2017
  4. Aug 01, 2017
  5. Jul 21, 2017
  6. Jul 20, 2017
  7. Jul 16, 2017
  8. Jul 01, 2017
  9. Jun 02, 2017
  10. Jan 30, 2017
  11. Jan 09, 2017
  12. Sep 19, 2016
  13. Sep 18, 2016
  14. Aug 20, 2016
  15. Aug 19, 2016
    • Junegunn Choi's avatar
      Micro-optimizations · 37dc2731
      Junegunn Choi authored
      - Make structs smaller
      - Introduce Result struct and use it to represent matched items instead of
        reusing Item struct for that purpose
      - Avoid unnecessary memory allocation
      - Avoid growing slice from the initial capacity
      - Code cleanup
      Unverified
      37dc2731
  16. Aug 17, 2016
  17. Aug 13, 2016
  18. Jun 14, 2016
  19. Jan 14, 2016
  20. Jan 13, 2016
  21. Nov 03, 2015
  22. Sep 15, 2015
  23. Sep 12, 2015
  24. Aug 28, 2015
  25. Aug 02, 2015
  26. Jul 22, 2015
  27. Jun 08, 2015
  28. May 20, 2015
  29. Apr 18, 2015
    • Junegunn Choi's avatar
      Add `--color=[dark|light|16|bw]` option · f66d94c6
      Junegunn Choi authored
      - dark:  the current default for 256-color terminal
      - light: color scheme for 256-color terminal with light background
      - 16:    the default color scheme for 16-color terminal (`+2`)
      - bw:    no colors (`+c`)
      f66d94c6
Loading