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 .
- Aug 17, 2017
-
-
Junegunn Choi authored
Close #1017
-
- Aug 04, 2017
-
-
Junegunn Choi authored
-
- Jul 29, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jul 25, 2017
-
-
Alexey Shamrin authored
-
- Jul 23, 2017
-
-
Junegunn Choi authored
Removed outdated animated GIF.
-
- Jun 23, 2017
-
-
Junegunn Choi authored
See #944
-
- May 25, 2017
-
-
Junegunn Choi authored
-
- May 20, 2017
-
-
Aurelien Rainone authored
-
- May 05, 2017
-
-
Theodore Dubois authored
-
- Apr 06, 2017
-
-
Junegunn Choi authored
-
- Apr 02, 2017
-
-
Junegunn Choi authored
Add PayPal donation button
-
- Apr 01, 2017
-
-
Junegunn Choi authored
Close #893
-
- Mar 30, 2017
-
-
Miodrag Milić authored
-
- Mar 07, 2017
-
-
Junegunn Choi authored
Thanks to @majkinetor. Close #869.
-
- Mar 03, 2017
-
-
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.
-
- Feb 04, 2017
-
-
Junegunn Choi authored
Goes well with --height
-
- Jan 31, 2017
-
-
Junegunn Choi authored
-
- Jan 08, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- 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 27, 2016
-
-
Junegunn Choi authored
-
- Nov 15, 2016
-
-
Junegunn Choi authored
-
- Nov 09, 2016
-
- Nov 08, 2016
-
-
Laur Aliste authored
-
- Oct 31, 2016
-
-
Junegunn Choi authored
Close #726
-
- Oct 22, 2016
-
-
Junegunn Choi authored
Close #711
-
- Oct 04, 2016
-
- Oct 03, 2016
-
-
Junegunn Choi authored
-
- Sep 13, 2016
-
-
Junegunn Choi authored
-
- Aug 19, 2016
-
-
Junegunn Choi authored
fzf#wrap([name string,] [opts dict,] [fullscreen boolean])
-
- Jul 26, 2016
-
-
Junegunn Choi authored
Close #627
-
- Jun 12, 2016
-
-
Junegunn Choi authored
Close #596
-
- May 02, 2016
-
-
Junegunn Choi authored
Close #560, #561
-
- Mar 28, 2016
-
-
Matt Westcott authored
-
- Jan 20, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Notes: - You can now override _fzf_compgen_path and _fzf_compgen_dir functions to use custom commands such as ag instead of find for listing completion candidates. - The first argument is the base path to start traversal - Removed file-only completion in bash, i.e. _fzf_file_completion. Maintaining a list of commands that only expect files, not directories, is cumbersome (there are too many) and error-prone. TBD: - Added $FZF_COMPLETION_DIR_COMMANDS to customize the list of commands which use directory-only completion. The default is "cd pushd rmdir". Not sure if it's the best approach to address the requirement, I'll leave it as an undocumented feature. Related: #406 (@thomcom), #456 (@frizinak)
-
- Nov 12, 2015
-
-
Junegunn Choi authored
-