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 07, 2015
  2. Mar 06, 2015
  3. Mar 04, 2015
  4. Mar 01, 2015
    • Junegunn Choi's avatar
      Merge pull request #134 from junegunn/devel · d4b41c5e
      Junegunn Choi authored
      0.9.4
      d4b41c5e
    • Junegunn Choi's avatar
      Update CHANGELOG · b15a0e96
      Junegunn Choi authored
      b15a0e96
    • 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
    • Junegunn Choi's avatar
      Add basic test cases for shell extensions (#83) · 4d2d1864
      Junegunn Choi authored
      - Key bindings for bash, zsh, and fish
      - Fuzzy completion for bash (file, dir, process)
      4d2d1864
  5. Feb 26, 2015
  6. Feb 18, 2015
  7. Feb 17, 2015
  8. Feb 13, 2015
  9. Feb 12, 2015
  10. Jan 29, 2015
  11. Jan 28, 2015
  12. Jan 25, 2015
  13. Jan 24, 2015
  14. Jan 23, 2015
  15. Jan 18, 2015
Loading