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. Aug 20, 2017
  2. Aug 11, 2017
  3. Aug 10, 2017
  4. Aug 09, 2017
    • Junegunn Choi's avatar
      Allow escaping meta characters with backslashes · e85a8a68
      Junegunn Choi authored
      One can escape meta characters in extended-search mode with backslashes.
      
        Prefixes:
          \'
          \!
          \^
      
        Suffix:
          \$
      
        Term separator:
          \<SPACE>
      
      To keep things simple, we are not going to support escaping of escaped
      sequences (e.g. \\') for matching them literally.
      
      Since this is a breaking change, we will bump the minor version.
      
      Close #444
      e85a8a68
  5. Aug 08, 2017
  6. Aug 05, 2017
  7. Aug 04, 2017
  8. Jul 31, 2017
  9. Jul 30, 2017
  10. Jul 28, 2017
  11. Jul 18, 2017
  12. Jul 01, 2017
  13. Jun 08, 2017
  14. Jun 02, 2017
    • Junegunn Choi's avatar
      Fix inconsistent tiebreak scores when --nth is used · 2e3dc754
      Junegunn Choi authored
      Make sure to consistently calculate tiebreak scores based on the
      original line.
      
      This change may not be preferable if you filter aligned tabular input on
      a subset of columns using --nth. However, if we calculate length
      tiebreak only on the matched components instead of the entire line, the
      result can be very confusing when multiple --nth components are
      specified, so let's keep it simple and consistent.
      
      Close #926
      2e3dc754
  15. May 29, 2017
  16. May 24, 2017
  17. May 22, 2017
  18. Mar 04, 2017
  19. Mar 03, 2017
    • Junegunn Choi's avatar
      [shell] Enable sorting by default in CTRL-R · c387689d
      Junegunn Choi authored
      CTRL-R binding used to start with --no-sort to list the matched commands
      in chronological order. However, it has been a constant source of
      confusion. Let's enable it by default from now on. The sorted result
      shouldn't be too confusing as we use --tiebreak=index.
      c387689d
    • Junegunn Choi's avatar
      Display -S if sort is disabled and toggle-sort is used · cb9238dc
      Junegunn Choi authored
      This is to address a common confusion that one does not realize that
      sorting is intentionally turned off by default and can be enabled by
      a bind key.
      cb9238dc
  20. Feb 04, 2017
  21. Feb 03, 2017
  22. Jan 27, 2017
  23. Jan 23, 2017
  24. Jan 22, 2017
  25. Jan 21, 2017
  26. Jan 15, 2017
  27. Jan 14, 2017
  28. Jan 09, 2017
  29. Jan 08, 2017
  30. Nov 08, 2016
    • Junegunn Choi's avatar
      Fix flaky test cases · 4accc690
      Junegunn Choi authored
      4accc690
    • Junegunn Choi's avatar
      Fix issues in tcell renderer and Windows build · 898d8d94
      Junegunn Choi authored
      - Fix display of CJK wide characters
      - Fix horizontal offset of header lines
      - Add support for keys with ALT modifier, shift-tab, page-up and down
      - Fix util.ExecCommand to properly parse command-line arguments
      - Fix redraw on resize
      - Implement Pause/Resume for execute action
      - Remove runtime check of GOOS
      - Change exit status to 2 when tcell failed to start
      - TBD: Travis CI build for tcell renderer
          - Pending. tcell cannot reliably ingest keys from tmux send-keys
      898d8d94
  31. Oct 22, 2016
  32. Oct 21, 2016
  33. Oct 18, 2016
  34. Sep 18, 2016
  35. Aug 13, 2016
  36. Jul 26, 2016
Loading