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. Mar 22, 2015
  2. Mar 19, 2015
  3. Mar 01, 2015
    • Junegunn Choi's avatar
      Build with Go 1.4.2 · fe09559e
      Junegunn Choi authored
      fe09559e
    • Junegunn Choi's avatar
      Make --filter non-blocking when --no-sort (#132) · 94e8e641
      Junegunn Choi authored
      When fzf works in filtering mode (--filter) and sorting is disabled
      (--no-sort), there's no need to block until input is complete. This
      commit makes fzf print the matches on-the-fly when the following
      condition is met:
      
          --filter FILTER --no-sort [--no-tac --no-sync]
      
      or simply:
      
          -f FILTER +s
      
      This removes unnecessary delay in use cases like the following:
      
          fzf -f xxx +s | head -5
      
      However, in this case, fzf processes the input lines sequentially, so it
      cannot utilize multiple cores, which makes it slightly slower than the
      previous mode of execution where filtering is done in parallel after the
      entire input is loaded. If the user is concerned about the performance
      problem, one can add --sync option to re-enable buffering.
      94e8e641
  4. Feb 26, 2015
  5. Feb 17, 2015
  6. Feb 13, 2015
  7. Jan 24, 2015
  8. Jan 23, 2015
  9. Jan 18, 2015
  10. Jan 17, 2015
  11. Jan 15, 2015
  12. Jan 14, 2015
  13. Jan 13, 2015
  14. Jan 12, 2015
  15. Jan 11, 2015
Loading