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