Commit Graph

133 Commits (1b9ca314b87283b8daf2e0e16201779dadc1b5fa)

Author SHA1 Message Date
Junegunn Choi 40d934e378 0.11.3 8 years ago
Junegunn Choi 95970164ad 0.11.2 9 years ago
Junegunn Choi 248320fa55 0.11.1 9 years ago
Junegunn Choi d29ae1c462 [install] Add --32 / --64 options
Related: #373
9 years ago
Junegunn Choi df468fc482 0.11.0 9 years ago
Junegunn Choi 90d32bd756 [install] Fix #414 - Respect $ZDOTDIR 9 years ago
Junegunn Choi 64afff6b9a 0.10.9 9 years ago
Junegunn Choi 724ffa3756 [install] Do not download binary if it's found in $PATH (#373)
/cc @xconstruct
9 years ago
Junegunn Choi 5694b5ed30 Fix #394 - --bin option is broken 9 years ago
Junegunn Choi a1184ceb4e Fix travis CI build 9 years ago
Junegunn Choi 02203c7739 Add command-line flags to install script
Close #392

  usage: ./install [OPTIONS]

      --help               Show this message
      --bin                Download fzf binary only
      --all                Download fzf binary and update configuration files
                           to enable key bindings and fuzzy completion
      --[no-]key-bindings  Enable/disable key bindings (CTRL-T, CTRL-R, ALT-C)
      --[no-]completion    Enable/disable fuzzy completion (bash & zsh)
      --[no-]update-rc     Whether or not to update shell configuration files
9 years ago
Junegunn Choi b3010a4624 0.10.8 9 years ago
Junegunn Choi 1da065e50e 0.10.7 9 years ago
Austin Ziegler ea271cd4e2 Remove dependency on zsh/pcre module
Fixes #363.
9 years ago
Junegunn Choi 98d2bfa0db [install] Terminate install script when failed to update shell config
Close #354
9 years ago
Junegunn Choi d980e00961 Revert "Revert "0.10.6""
This reverts commit 987799f8fb.
9 years ago
Junegunn Choi 987799f8fb Revert "0.10.6"
This reverts commit d2f3604c1d.
9 years ago
Junegunn Choi d2f3604c1d 0.10.6 9 years ago
Junegunn Choi de829c0938 0.10.5 9 years ago
Junegunn Choi 9a2d9ad947 0.10.4 9 years ago
Junegunn Choi 1de4cc3ba8 [install] Fall back statically-linked binary on 64-bit linux
Close #322
9 years ago
Junegunn Choi 1c31e07d34 [install] Improve error message 9 years ago
Junegunn Choi 8156e9894e 0.10.3 9 years ago
Junegunn Choi cacc212f12 [install] Prerelease of 0.10.3 9 years ago
Junegunn Choi a7b75c99a5 [install] Stop installer when failed to download the binary
Close #312
9 years ago
Junegunn Choi bae10a6582 [install] Add an extra new line character
so that it doesn't corrupt file that doesn't end with a new line
character. Close #311.
9 years ago
Junegunn Choi c4cf90a3d2 0.10.2 9 years ago
Junegunn Choi 7833fa7396 [install] Always download binary when --pre is set 9 years ago
Junegunn Choi 9278f3acd2 [install] Add --pre option for downloading prerelease binary 9 years ago
Junegunn Choi 909ea1a698 0.10.1 9 years ago
Junegunn Choi 7814371a9a Revert "0.10.1"
This reverts commit 6166e2dd80.
9 years ago
Junegunn Choi 6166e2dd80 0.10.1 9 years ago
Junegunn Choi a336494f5d 0.10.0 9 years ago
Junegunn Choi 52771a6226 0.9.13 9 years ago
Junegunn Choi 34946b72a5 0.9.12 9 years ago
Junegunn Choi 3b91467941 Suppress error message when loading completion.{zsh,bash}
Temporary workaround for https://github.com/Homebrew/homebrew/issues/39669
9 years ago
Junegunn Choi 2b8e445321 Fuzzy completion for zsh (#227) 9 years ago
Junegunn Choi a4cf5510e3 0.9.11 9 years ago
Junegunn Choi 1169cc8653 0.9.10 9 years ago
Junegunn Choi 2db2feea37 `install --bin` just for downloading the binary 9 years ago
Junegunn Choi d08542ce5d Prepare for 0.9.9 release 9 years ago
Junegunn Choi 5c25984ea0 Fix Unicode case handling (#186) 9 years ago
Justin M. Keyes d4daece76b install: wait for LF in non-interactive shell
"read -n 1 ..." ignores all but the first character of a line-delimited
stream (e.g. "yes n | ./install").
9 years ago
Junegunn Choi 50292adacb Implement --toggle-sort option (#173) 9 years ago
Junegunn Choi 2a167aa030 Implement --expect option to support simple key bindings (#163) 9 years ago
Junegunn Choi fdaa4e9b18 Append (not prepend) bin directory to PATH
Prepending can be problematic when the user install fzf using Homebrew,
execute the install script, and later upgrade fzf with Homebrew, and do
not rerun the install script. In that case, even though the homebrew
package is upgraded, the older version will still be used.
9 years ago
Junegunn Choi 91876e98cd Avoid duplicate paths in MANPATH 9 years ago
Junegunn Choi eb8fef0031 Add man path only when the directory exists
$fzf_base/man may not exist when installed with Homebrew.
9 years ago
Junegunn Choi 87447ddd6d Add man page (#157) 9 years ago
Junegunn Choi 6130026786 Bump up the version - 0.9.5 9 years ago