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. Jun 01, 2018
  2. May 14, 2018
  3. May 13, 2018
  4. May 04, 2018
  5. Apr 30, 2018
  6. Apr 26, 2018
  7. Apr 25, 2018
  8. Apr 12, 2018
  9. Apr 06, 2018
  10. Mar 30, 2018
  11. Mar 27, 2018
  12. Mar 13, 2018
    • Ryan Boehning's avatar
      Make fzf pass go vet · 21b94d2d
      Ryan Boehning authored
      Add String() methods to types, so they can be printed with %s. Change
      some %s format specifiers to %v, when the default string representation
      is good enough. In Go 1.10, `go test` triggers a parallel `go vet`. So
      this also makes fzf pass `go test`.
      
      Close #1236
      Close #1219
      Unverified
      21b94d2d
  13. Mar 06, 2018
  14. Feb 16, 2018
    • Junegunn Choi's avatar
      [bash] Fix CTRL-R to preserve the latest yank · 3f868fd7
      Junegunn Choi authored
      Close #1216
      
      1. Append a single space so that step 3 won't fail
      2. CTRL-E to move to the end of the line
      3. CTRL-U to delete the whole line before the cursor
      4. CTRL-Y to paste the deleted line
      5. ESC+Y to rotate the kill ring and bring back the previous yank before step 3
      6. CTRL-U to delete the whole line again
      7. Paste `__fzf_history__`
      8. ESC+CTRL-E to expand the command substitution
      9. ESC+R to redraw the line
      10. ESC+^ to expand the history entry (!NUMBER)
      Unverified
      3f868fd7
  15. Feb 15, 2018
  16. Jan 26, 2018
  17. Jan 17, 2018
  18. Jan 14, 2018
  19. Jan 06, 2018
    • Junegunn Choi's avatar
      Remove PayPal donation button · 202872c2
      Junegunn Choi authored
      I've decided not to take more donations.
      
      Thanks to everyone who has supported my projects.
      
      Edgar Hipp
      Eyal Levin
      Philip Stewart
      James O'Beirne
      Minh Triet Ly
      Victor Alvarez
      Max Hung
      Gearoid Murphy
      Aaron Taylor
      Brett Bender
      Phil Thompson
      Anders Damsgaard
      Unverified
      202872c2
  20. Dec 07, 2017
  21. Dec 05, 2017
  22. Dec 03, 2017
  23. 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
      Unverified
      5a7b41a2
Loading