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. Apr 12, 2016
  2. Apr 09, 2016
  3. Apr 01, 2016
  4. Mar 29, 2016
    • Junegunn Choi's avatar
      Clean up install script · 802c1c29
      Junegunn Choi authored
      - Do not create zsh files if zsh is not installed (@adam8157)
      - Use command -v instead of which (@netei)
      - Reenable --pre option
      
      Close #531
      802c1c29
  5. Mar 28, 2016
  6. Mar 23, 2016
  7. Mar 15, 2016
  8. Mar 06, 2016
  9. Mar 04, 2016
  10. Mar 03, 2016
  11. Mar 02, 2016
  12. Feb 26, 2016
  13. Feb 23, 2016
  14. Feb 21, 2016
  15. Feb 20, 2016
    • Junegunn Choi's avatar
      Update build script · 1b9ca314
      Junegunn Choi authored
      - GOPATH is no longer required
      - fzf repository does not have to be in GOPATH
      - Build Linux binary with Go 1.5.3
      1b9ca314
  16. Feb 18, 2016
    • Junegunn Choi's avatar
      Minor refactoring · e72a3603
      Junegunn Choi authored
      - Slightly more efficient processing of Options
      - Do not return reference type arguments that are mutated inside the
        function
      - Use util.Constrain function when appropriate
      e72a3603
  17. Feb 16, 2016
  18. Feb 12, 2016
  19. Feb 07, 2016
  20. Feb 03, 2016
    • Junegunn Choi's avatar
      Fix #481 - Use $SHELL instead of sh in execute action · 30bd0b53
      Junegunn Choi authored
      Note that $SHELL only points to the default shell instead of the current
      shell. If you're on a non-default shell, you might want to override the
      value like follows.
      
        SHELL=zsh fzf --bind 'enter:execute:echo $ZSH_VERSION; sleep 1'
      30bd0b53
  21. Feb 02, 2016
  22. Jan 29, 2016
Loading