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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Mar 26, 2019
-
-
Junegunn Choi authored
Close #1535
-
- Mar 18, 2019
-
-
Junegunn Choi authored
Close #1521
-
- Mar 17, 2019
-
-
Junegunn Choi authored
fzf --color gutter:-1 Close #1529 Close #1468
-
- Mar 14, 2019
-
-
Junegunn Choi authored
-
- Mar 08, 2019
-
-
Junegunn Choi authored
Fix #1517
-
- Mar 07, 2019
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Mar 06, 2019
-
-
Junegunn Choi authored
Close #1500
-
- Mar 05, 2019
-
-
Junegunn Choi authored
Related #1466
-
Junegunn Choi authored
Related #1466
-
- Feb 28, 2019
-
-
Rui Coelho authored
-
Junegunn Choi authored
This change is not required if you use the install script to generate ~/.fzf.bash or ~/.fzf.zsh which already has the proper guard statement. Close #1474
-
- Feb 22, 2019
-
-
Junegunn Choi authored
fzf will still override LINES and COLUMNS as before but they may not hold the correct values depending on the default shell. Close #1314
-
- Feb 19, 2019
-
-
Junegunn Choi authored
Close #1482
-
- Jan 31, 2019
-
-
Junegunn Choi authored
Close #1485
-
- Dec 22, 2018
-
-
Junegunn Choi authored
Close #1423
-
- Dec 19, 2018
-
-
Junegunn Choi authored
Fix #1458
-
- Dec 13, 2018
-
-
Junegunn Choi authored
-
Stefan Tatschner authored
* Update .travis.yml and use stages This updates the .travis.yml configuration to use separate stages for unittests and CLI tests. The output is now clearer, since for unittests and CLI tests separate web pages are available. * Use go modules and simplify build
-
Junegunn Choi authored
Close #1455
-
- Dec 05, 2018
-
-
Junegunn Choi authored
Only if preview template contains {q} Fix #1452 Related #1307
-
- Nov 09, 2018
-
-
Christian Muehlhaeuser authored
-
- Oct 07, 2018
-
- Oct 05, 2018
-
-
Paul Frybarger authored
Close #867 Close #1256
-
- Sep 30, 2018
-
-
Junegunn Choi authored
Close #1379
-
- Sep 28, 2018
-
-
Junegunn Choi authored
Close #1393
-
Junegunn Choi authored
Close #1383 Close #1384
-
- Sep 27, 2018
-
-
Junegunn Choi authored
This allows users to terminate the process with CTRL-C when it hangs.
-
Junegunn Choi authored
Close #1390
-
Junegunn Choi authored
-
Tim Cuthbertson authored
-
- Sep 25, 2018
-
-
Jan Edmund Lazo authored
-
- Sep 04, 2018
-
-
Junegunn Choi authored
-
- Aug 20, 2018
-
-
Junegunn Choi authored
Close #1356 Related: - #612 - https://github.com/junegunn/fzf.vim/issues/308
-
- Aug 10, 2018
-
-
Junegunn Choi authored
Close #1085 Close #1086 Close https://github.com/junegunn/fzf.vim/issues/678
-
- Aug 08, 2018
-
-
Michael Kelley authored
If an ESC char is found while processing characters, continue to check for characters. This prevents fzf from prematurely exiting. Close #1349
-
- Jul 16, 2018
-
-
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.
-
- Jul 06, 2018
-
-
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 **`
-
- Jun 27, 2018
-
-
Oliver Schrenk authored
$FISH_VERSION is dropped in 2.7, but every version has $version - https://github.com/fish-shell/fish-shell/issues/4414 - https://github.com/fish-shell/fish-shell/commit/fb8ae04f80c3a129f789e7b718464d014508315f Comment from @faho in #1316: Unfortunately, $FISH_VERSION was only ever a thing from fish 2.0 to fish 2.7.1. All fish versions from the very beginning though used a variable called simply "$version" to store their version, so that is the one that should be used.
-