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 .
- 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.
-
做梦专业户 authored
-
- Jun 25, 2018
-
-
Junegunn Choi authored
By implementing horizontal scrolling of the prompt line. Maximum length is hard-coded to 300-chars. Close #1312 Fix #1225
-
- Jun 10, 2018
-
-
Akinori MUSHA authored
-
Junegunn Choi authored
- Update preview window even if there is no match for the query string if any of the placeholder expressions evaluates to a non-empty string. - Also, if the command template contains {q}, preview window will be updated if the query string changes even though the focus remains on the same item. An example: git log --oneline --color=always | fzf --reverse --ansi --preview \ '[ -n {1} ] && git show --color=always {1} || git show --color=always {q}' Close #1307
- Jun 08, 2018
-
-
Junegunn Choi authored
-
- Jun 02, 2018
-
-
ptzz authored
* [bash/zsh] Fix missing fuzzy completions `cat foo**<TAB>` did not display the file `foobar` if there was a directory named `foo`. Fixes #1301 * [zsh] Evaluate completion prefix cat $HOME** cat ~username** cat ~username/foo**
-
- Jun 01, 2018
-
-
Junegunn Choi authored
make docker make docker-test
-
Junegunn Choi authored
-
Mark authored
Add --xdg option which makes the installer generate files under $XDG_CONFIG_HOME/fzf.
-
- May 14, 2018
-
-
Daniel Gray authored
https://wiki.archlinux.org/index.php/Partial_upgrades#Partial_upgrades_are_unsupported You should never `pacman -Sy <pkg>`, Arch users are expected to keep their system already up-to-date before installing anything.
-
- May 13, 2018
-
-
Jan Edmund Lazo authored
Close #1288
-
- May 04, 2018
-
-
Junegunn Choi authored
Close #1251 @amaravora
-
Junegunn Choi authored
Close #1273 @codingCoffee
-
Junegunn Choi authored
fzf-tmux temporarily turns off remain-on-exit and synchronize-panes options. We don't have to try to restore the values of the options if they were already turned off when fzf-tmux was started.
-
ptzz authored
Fixes #1278
-
Heinrich Kruger authored
Restore the original values of 'remain-on-exit' and 'synchronize-panes' options when exiting 'fzf-tmux'.
-
- Apr 30, 2018
-
-
Junegunn Choi authored
awk may not set OFS to match FS depending on the implementation. Close #1227
-
- Apr 26, 2018
-
-
Junegunn Choi authored
Close #1268
-
- Apr 25, 2018
-
-
Junegunn Choi authored
This compensates the use of --tac. fzf will not render on the screen until the complete list of commands are loaded.
-
Junegunn Choi authored
Close #1266 Close #447
-
- Apr 12, 2018
-
-
Junegunn Choi authored
fzf used to print non-displayable characters (ascii code < 32) as '?', but we will simply ignore those characters with this patch, just like our terminals do. \n and \r are exceptions. They will be printed as a space character. TODO: \H should delete the preceding character, but this is not implemented. Related: #1253
-
Junegunn Choi authored
Close #1234
-