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. Jan 17, 2018
  2. Dec 03, 2017
  3. Dec 01, 2017
    • Junegunn Choi's avatar
      Revert default command: find with -fstype required · 85a75ee0
      Junegunn Choi authored
      In #1061 we changed the default command to retry with a simpler find
      command with fewer arguments if the first find command failed. This was
      to support stripped-down verions of find that do not support -fstype
      argument.
      
      However, this caused an unwanted side-effect of yielding duplicate
      entries when the first command failed after producing some lines.
      
      We revert the change in this commit, so the default command will not
      work with find without -fstype support. But we now print better error
      message in that case so that the user can set up a working
      $FZF_DEFAULT_COMMAND.
      
      Close #1120 #1167
      Unverified
      85a75ee0
  4. Oct 16, 2017
  5. Sep 28, 2017
  6. Aug 27, 2017
  7. Aug 16, 2017
    • Junegunn Choi's avatar
      Make Reader event notification asynchronous · 487c8fe8
      Junegunn Choi authored
      Instead of notifying the event coordinator (EventBox) whenever a new
      line is arrived, start a background goroutine that periodically does the
      task. Atomic.StoreInt32 is much cheaper than mutex synchronization
      that happens during EventBox update.
      Unverified
      487c8fe8
  8. Aug 02, 2017
  9. Jul 21, 2017
  10. Jul 20, 2017
  11. Jun 05, 2017
  12. Jun 04, 2017
  13. Apr 30, 2017
  14. Mar 05, 2017
  15. Feb 19, 2017
  16. Feb 18, 2017
  17. Feb 05, 2017
  18. Jan 30, 2017
  19. Jan 23, 2017
  20. Jan 22, 2017
  21. Jan 16, 2017
  22. Jan 08, 2017
  23. Nov 26, 2016
  24. Nov 19, 2016
  25. Nov 09, 2016
  26. Nov 07, 2016
  27. Oct 23, 2016
  28. Oct 04, 2016
  29. Sep 29, 2016
  30. Sep 25, 2016
  31. Sep 21, 2016
  32. Sep 18, 2016
  33. Aug 21, 2016
  34. Aug 16, 2016
  35. Aug 14, 2016
Loading