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 05, 2019
  2. Feb 28, 2019
  3. Feb 22, 2019
  4. Feb 19, 2019
  5. Jan 31, 2019
  6. Dec 22, 2018
  7. Dec 19, 2018
  8. Dec 13, 2018
  9. Dec 05, 2018
  10. Nov 09, 2018
  11. Oct 07, 2018
  12. Oct 05, 2018
  13. Sep 30, 2018
  14. Sep 28, 2018
  15. Sep 27, 2018
  16. Sep 25, 2018
  17. Sep 04, 2018
  18. Aug 20, 2018
  19. Aug 10, 2018
  20. Aug 08, 2018
  21. 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
  22. 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
  23. Jun 27, 2018
  24. Jun 25, 2018
  25. Jun 10, 2018
  26. Jun 08, 2018
  27. 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
  28. Jun 01, 2018
Loading