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 12, 2018
  2. Apr 06, 2018
  3. Mar 30, 2018
  4. Mar 27, 2018
  5. 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
  6. Mar 06, 2018
  7. 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
  8. Feb 15, 2018
  9. Jan 26, 2018
  10. Jan 17, 2018
  11. Jan 14, 2018
  12. 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
  13. Dec 07, 2017
  14. Dec 05, 2017
  15. Dec 03, 2017
  16. 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
  17. Dec 01, 2017
  18. Nov 27, 2017
  19. Nov 22, 2017
  20. Nov 19, 2017
  21. Nov 14, 2017
  22. Nov 08, 2017
  23. Oct 29, 2017
  24. Oct 27, 2017
Loading