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 10, 2017
-
-
Ionel Cristian Mărieș authored
* Don't do shell quoting for weird chars This would prevent tabs from being escaped as `$'\t'` (definitely not what I would want to see as initial value in the search). * Do different escape.
-
- Sep 26, 2017
-
-
Josh Pencheon authored
-
- Jul 31, 2017
-
-
Junegunn Choi authored
This reverts commit 376a76d1 as it affects normal completion
-
- Jul 30, 2017
-
-
Junegunn Choi authored
Close #990
-
- Jul 15, 2017
-
-
Tom Fitzhenry authored
Close #966
-
- Jun 25, 2017
-
-
John Nguyen authored
This also modifies <C-t> behaviour. The longest file path in the input is used as root directory for `find` command. The remainder of the input is passed to fzf's --query as a initial search parameters.
-
Tom Fitzhenry authored
Fix found by @amosbird at https://github.com/junegunn/fzf/issues/953#issuecomment-310309055 closes #440
-
- Jun 12, 2017
-
-
John Nguyen authored
If "." is given as the argument to begin <C-t> completion, the leading "." is not correctly removed. In general, if user selects a fzf completion, the current token should be "consumed".
-
- Jun 10, 2017
-
-
Junegunn Choi authored
Close #943
-
- Apr 11, 2017
-
-
Junegunn Choi authored
Close #903 Related #135
-
- Mar 21, 2017
-
-
Sam Van Den Berge authored
Signed-off-by:
Sam Van Den Berge <sam@drgt.net>
-
- Mar 03, 2017
-
-
Junegunn Choi authored
This reverts commit 3a6af275.
-
Junegunn Choi authored
CTRL-R binding used to start with --no-sort to list the matched commands in chronological order. However, it has been a constant source of confusion. Let's enable it by default from now on. The sorted result shouldn't be too confusing as we use --tiebreak=index.
- Mar 01, 2017
-
-
Junegunn Choi authored
Close #858
-
- Feb 19, 2017
-
-
Junegunn Choi authored
-
- Feb 16, 2017
-
-
Pierre Neidhardt authored
-
- Feb 09, 2017
-
-
Daniel Gray authored
-
- Jan 26, 2017
-
-
Junegunn Choi authored
Related #822
-
- Jan 25, 2017
-
-
Junegunn Choi authored
-
- Jan 21, 2017
-
-
Junegunn Choi authored
https://github.com/mattn/go-shellwords/issues/3 Close #812
-
- Jan 17, 2017
-
-
Junegunn Choi authored
Close #807
-
Junegunn Choi authored
Related #807
-
- Jan 15, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Ref #790
-
- Jan 14, 2017
-
-
Junegunn Choi authored
Close #799
-
- Jan 08, 2017
-
-
Junegunn Choi authored
-
- Jan 07, 2017
-
-
Junegunn Choi authored
Close #791
-
- Jan 01, 2017
-
-
Junegunn Choi authored
-
- Dec 30, 2016
-
-
Junegunn Choi authored
_fzf_completion_loaded is no longer checked. This change increases the load time by a few milliseconds, but I can't think of a better way to handle the issue. Close #783.
-
- Dec 24, 2016
-
-
Pierre Neidhardt authored
This removes the need for the 'sed' call. Faster, cleaner.
-
- Dec 14, 2016
-
-
Pierre Neidhardt authored
Replace the "temp file" workaround with the "read" function: it's simpler and faster. Use proper escaping, remove the custom function. The "file" widget uses last token as root for the "find" command. This replaces the equivalent of '**' completion in bash/zsh. The "$dir" non-expanded variable can be used in FZF_CTRL_T_COMMAND to set the root.
-
- Nov 15, 2016
-
-
Junegunn Choi authored
`-fstype dev` is invalid. It's devfs on macOS and devtmpfs on Linux.
-
- Oct 13, 2016
-
-
Niraj Thapaliya authored
-
Niraj Thapaliya authored
It doesn't short circuit like we expect, causing trouble when $dir is empty Use shell builtin instead
-
- Oct 11, 2016
-
-
Pierre Neidhardt authored
-
- Sep 25, 2016
-
-
Maverick Woo authored
Handle uppercase letters in program names. This also deals with `-` and `.`, both of which are quite common in program names, e.g., `xdg-open` and `foo.sh`.
-
- Aug 29, 2016
-
-
Tobias Frilling authored
The command substitution and following word splitting to determine the default zle widget for ^I formerly only works if the IFS parameter contains a space. Now it specifically splits at spaces, regardless of IFS.
-