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 .
- Nov 08, 2016
-
-
Junegunn Choi authored
- Fix display of CJK wide characters - Fix horizontal offset of header lines - Add support for keys with ALT modifier, shift-tab, page-up and down - Fix util.ExecCommand to properly parse command-line arguments - Fix redraw on resize - Implement Pause/Resume for execute action - Remove runtime check of GOOS - Change exit status to 2 when tcell failed to start - TBD: Travis CI build for tcell renderer - Pending. tcell cannot reliably ingest keys from tmux send-keys
-
- Oct 21, 2016
-
-
Junegunn Choi authored
-
- Oct 18, 2016
-
-
Junegunn Choi authored
Fix unintuitive result where `*fzf*/install` is ranked higher than `fzf/src/fzf/*fzf*-linux_386` on --tiebreak=end.
-
- Sep 18, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Aug 13, 2016
-
-
Junegunn Choi authored
-
- Jul 10, 2016
-
-
Junegunn Choi authored
No guarantee in the order in which files are listed
-
Junegunn Choi authored
Related #616
-
- Jun 15, 2016
-
-
Junegunn Choi authored
-
- Jun 11, 2016
-
-
Junegunn Choi authored
Close #587
-
- Jun 08, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- May 18, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
jump and jump-accept implement EasyMotion-like movement in fzf. Suggested by @mhrebenyuk. Close #569.
-
- May 12, 2016
-
-
Junegunn Choi authored
Close #571
-
Junegunn Choi authored
-
- May 11, 2016
-
-
Junegunn Choi authored
Should wait until execute action completes
-
Junegunn Choi authored
-
Junegunn Choi authored
The width of the pseudo-terminal on Travis CI environment can be small and cause the line to be wrapped.
-
- Apr 25, 2016
-
-
Junegunn Choi authored
-
- Apr 24, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
When we prepend a single quote to our query in --exact mode, we are not supposed to limit the scope of the new search to the previous exact-match result.
-
- Apr 16, 2016
-
-
Junegunn Choi authored
Based on the patch by Matt Westcott (@mjwestcott). But with a more conservative approach: - Does not use linearly increasing penalties; It is agreed upon that we should prefer matching characters at the beginnings of the words, but it's not always clear that the relevance is inversely proportional to the distance from the beginning. - The approach here is more conservative in that the bonus is never large enough to override the matchlen, so it can be thought of as the first implicit tiebreak criterion. - One may argue the change breaks the contract of --tiebreak, but the judgement depends on the definition of "tie".
-
- Apr 15, 2016
-
-
Junegunn Choi authored
-
- Mar 06, 2016
-
-
Junegunn Choi authored
-
- Mar 02, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #513
-
- Feb 16, 2016
-
-
Junegunn Choi authored
-
- Feb 03, 2016
-
-
Junegunn Choi authored
Note that $SHELL only points to the default shell instead of the current shell. If you're on a non-default shell, you might want to override the value like follows. SHELL=zsh fzf --bind 'enter:execute:echo $ZSH_VERSION; sleep 1'
-
- Jan 20, 2016
-
-
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)
-
- Jan 14, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 13, 2016
-
-
Junegunn Choi authored
-
- Dec 29, 2015
-
-
Junegunn Choi authored
-
- Dec 28, 2015
-
-
Junegunn Choi authored
Close #456 and #457
-
- Dec 20, 2015
-
-
Junegunn Choi authored
The size of pseudo-terminal in Travis CI environment can be small
-
- Nov 30, 2015
-
-
Junegunn Choi authored
Related: https://github.com/junegunn/fzf.vim/issues/49
-
Junegunn Choi authored
-
- Nov 10, 2015
-
-
Junegunn Choi authored
-