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