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. Feb 22, 2019
  2. Feb 19, 2019
  3. Jan 31, 2019
  4. Dec 22, 2018
  5. Dec 19, 2018
  6. Dec 13, 2018
  7. Dec 05, 2018
  8. Nov 09, 2018
  9. Oct 07, 2018
  10. Oct 05, 2018
  11. Sep 30, 2018
  12. Sep 28, 2018
  13. Sep 27, 2018
  14. Sep 25, 2018
  15. Sep 04, 2018
  16. Aug 20, 2018
  17. Aug 10, 2018
  18. Aug 08, 2018
  19. Jul 16, 2018
    • Younes Manton's avatar
      Update Makefile to build ppc64le binary (#1326) · 1c9e7b7e
      Younes Manton authored
      * Add ppc64le support to Makefile
      
      * Update crypt libs to fix tty ioctls on ppc64le
      
      The hardcoded tty ioctl commands in the terminal package were not
      correct for ppc64le and caused the ioctls to return ENOTTY for
      commands like TCGETS and so on. The bug is fixed in later versions.
      1c9e7b7e
  20. Jul 06, 2018
    • Jay's avatar
      [completion] Filter out non-hostnames in SSH config file (#1329) · 6de1ad9d
      Jay authored
      * Correctly exclude SSH config options with Host
      
      SSH config files have 14 options containing 'Host'.
      Previously The zsh and bash completion scripts would include lines
      containing these options when doing command-line completion of SSH hosts
      with `ssh **`.
      
      This commit fixes that problem by only including lines with 'host '.
      
      * Don't autocomplete SSH hostnames using ?
      
      SSH config files support ? as well as * for wildcards in Host lines.
      This commit excludes lines containing ? for zsh/bash command line
      completeion using `ssh **`
      6de1ad9d
  21. Jun 27, 2018
  22. Jun 25, 2018
  23. Jun 10, 2018
  24. Jun 08, 2018
  25. Jun 02, 2018
    • ptzz's avatar
      [bash/zsh] Fix missing fuzzy completions (#1303) · 2b19c0bc
      ptzz authored
      * [bash/zsh] Fix missing fuzzy completions
      
      `cat foo**<TAB>` did not display the file `foobar` if there was a directory
      named `foo`.
      
      Fixes #1301
      
      * [zsh] Evaluate completion prefix
      
        cat $HOME**
        cat ~username**
        cat ~username/foo**
      2b19c0bc
  26. Jun 01, 2018
  27. May 14, 2018
  28. May 13, 2018
  29. May 04, 2018
Loading