summaryrefslogtreecommitdiff
path: root/src/constants.go
AgeCommit message (Collapse)Author
2017-01-160.16.1Junegunn Choi
2017-01-160.16.0Junegunn Choi
2017-01-08Prepare for 0.16.0 releaseJunegunn Choi
2016-11-260.15.9Junegunn Choi
2016-11-190.15.8Junegunn Choi
2016-11-090.15.7Junegunn Choi
2016-11-090.15.6Junegunn Choi
2016-11-07Prepare for termbox/windows buildJunegunn Choi
`TAGS=termbox make` (or `go build -tags termbox`)
2016-10-230.15.5Junegunn Choi
2016-10-040.15.4Junegunn Choi
2016-09-290.15.3Junegunn Choi
2016-09-250.15.2Junegunn Choi
2016-09-210.15.1Junegunn Choi
2016-09-18Truncate the query string if it's too longJunegunn Choi
Use hard-coded limit to keep it simple. An alternative is to dynamically calculate the width of the visible area and use it as the limit, but it can cause unwanted truncation of the query on screen resize/split.
2016-09-18Revise ranking algorithmJunegunn Choi
2016-08-210.13.5Junegunn Choi
2016-08-16Increase read buffer size to 64KBJunegunn Choi
2016-08-140.13.4Junegunn Choi
2016-07-160.13.3Junegunn Choi
2016-06-160.13.2Junegunn Choi
2016-06-140.13.1Junegunn Choi
2016-06-120.13.0Junegunn Choi
2016-05-190.12.2Junegunn Choi
2016-05-19Validate jump label charactersJunegunn Choi
Also extend default jump labels
2016-05-18Revert version numberJunegunn Choi
2016-05-18Update default jump labelsJunegunn Choi
2016-05-18Add jump and jump-accept actions for --bindJunegunn Choi
jump and jump-accept implement EasyMotion-like movement in fzf. Suggested by @mhrebenyuk. Close #569.
2016-04-250.12.1Junegunn Choi
2016-04-160.11.2Junegunn Choi
2016-03-030.11.4Junegunn Choi
2016-02-070.11.3Junegunn Choi
2016-01-16Reduce the initial delay when --tac is not givenJunegunn Choi
fzf defers the initial rendering of the screen up to 100ms if the input stream is ongoing to prevent unnecessary redraw during the initial phase. However, 100ms delay is quite noticeable and might give the impression that fzf is not snappy enough. This commit reduces the maximum delay down to 20ms when --tac is not specified, in which case the input list quickly fills the entire screen.
2016-01-140.11.2Junegunn Choi
2015-12-010.11.1Junegunn Choi
2015-11-100.11.0Junegunn Choi
2015-11-030.10.9Junegunn Choi
2015-10-090.10.8Junegunn Choi
2015-10-050.10.7Junegunn Choi
2015-09-19Revert "Revert "0.10.6""Junegunn Choi
This reverts commit 987799f8fbd2367fe99383a1ddf9ddf5d4ed253f.
2015-09-19Revert "0.10.6"Junegunn Choi
This reverts commit d2f3604c1dd176b485ab82cebc956560f2e73657.
2015-09-190.10.6Junegunn Choi
2015-09-18Exit status 130 when fzf is terminated by the userJunegunn Choi
Related: #345
2015-09-15Change exit status (0: OK, 1: No match, 2: Error/Interrupted)Junegunn Choi
A la grep. Close #345
2015-09-120.10.5Junegunn Choi
2015-08-290.10.4Junegunn Choi
2015-08-120.10.3Junegunn Choi
2015-08-030.10.2Junegunn Choi
2015-08-02LintJunegunn Choi
2015-08-01Fix default command so that it doesn't fail on dash-prefixed filesJunegunn Choi
Close #310
2015-07-270.10.1Junegunn Choi