summaryrefslogtreecommitdiffstats
path: root/install
AgeCommit message (Collapse)Author
2024-03-140.48.00.48.0Junegunn Choi
2024-03-13Embed shell integration scripts in fzf binary (`--bash` / `--zsh` / ↵Junegunn Choi
`--fish`) (#3675) This simplifies the distribution, and the users are less likely to have problems caused by using incompatible scripts and binaries. # Set up fzf key bindings and fuzzy completion eval "$(fzf --bash)" # Set up fzf key bindings and fuzzy completion eval "$(fzf --zsh)" # Set up fzf key bindings fzf --fish | source
2024-03-100.47.00.47.0Junegunn Choi
2024-02-010.46.10.46.1Junegunn Choi
2024-01-230.46.00.46.0Junegunn Choi
2024-01-010.45.00.45.0Junegunn Choi
2023-11-170.44.10.44.1Junegunn Choi
2023-11-120.44.00.44.0Junegunn Choi
2023-10-150.43.00.43.0Junegunn Choi
2023-10-09[install] Remove redundant interactiveness checkJunegunn Choi
Related #3449 /cc @calestyo
2023-08-26[install] Replace go get with go installJunegunn Choi
Fix #3365
2023-06-150.42.00.42.0Junegunn Choi
2023-05-270.41.10.41.1Junegunn Choi
2023-05-260.41.00.41.0Junegunn Choi
2023-05-010.40.00.40.0Junegunn Choi
2023-04-020.39.00.39.0Junegunn Choi
2023-02-22Build and release s390x binariesJunegunn Choi
2023-02-150.38.00.38.0Junegunn Choi
2023-01-240.37.00.37.0Junegunn Choi
2023-01-170.36.00.36.0Junegunn Choi
2022-12-23Add ppc64le binaries (#3067)Philipp Wagner
Little-endian 64 bit PowerPC (ppc64le) is the "normal" PowerPC architecture supported by standard Linux distributions (RedHat, SUSE, Ubuntu, etc.). Add support for this architecture in the install script, and add binary builds for it as well.
2022-11-180.35.10.35.1Junegunn Choi
2022-11-120.35.00.35.0Junegunn Choi
2022-09-280.34.00.34.0Junegunn Choi
2022-08-290.33.00.33.0Junegunn Choi
2022-08-080.32.10.32.1Junegunn Choi
2022-08-020.32.00.32.0Junegunn Choi
2022-07-210.31.0Junegunn Choi
2022-06-24[shell] Don't export PATH in ~/.fzf.{bash,zsh} (#2852)Tanish Yadav
There is no use exporting PATH when it is already exported. Moreover, it causes things like `typeset -U path` in zsh to break if done before sourcing "~/.fzf.zsh".
2022-04-040.30.00.30.0Junegunn Choi
2022-01-05[install] Remove code that might delete user fish scriptJunegunn Choi
Fix #2703
2021-12-250.29.00.29.0Junegunn Choi
2021-11-040.28.00.28.0Junegunn Choi
2021-10-150.27.30.27.3Junegunn Choi
2021-06-010.27.20.27.2Junegunn Choi
2021-05-220.27.10.27.1Junegunn Choi
2021-04-060.27.00.27.0Junegunn Choi
2021-03-25[install] Download Darwin arm64 binary (#2400 #2401)Junegunn Choi
2021-03-130.26.00.26.0Junegunn Choi
2021-02-25Update build script to build macOS arm64 binaryJunegunn Choi
Close #2361
2021-02-030.25.10.25.1Junegunn Choi
2021-01-030.25.00.25.0Junegunn Choi
2020-12-050.24.40.24.4Junegunn Choi
2020-11-090.24.30.24.3Junegunn Choi
2020-11-030.24.20.24.2Junegunn Choi
2020-10-290.24.10.24.1Junegunn Choi
2020-10-28[install] Pass version number to go get commandJunegunn Choi
Related: https://github.com/junegunn/fzf.vim/issues/1150#issuecomment-717735149
2020-10-270.24.00.24.0Junegunn Choi
2020-10-270.24.0-rc10.24.0-rc1Junegunn Choi
2020-10-110.23.10.23.1Junegunn Choi