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