summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-07-18Speed up initial scanning with bitwise AND operationJunegunn Choi
2017-07-16Reduce memory footprint of Item structJunegunn Choi
2017-07-16Refactor cache lookupJunegunn Choi
2017-07-16Remove unnecessary copy of Chunk sliceJunegunn Choi
2017-07-16Remove pointer indirection by changing Chunk definitionJunegunn Choi
2017-07-04Add missing --no-expect flagJunegunn Choi
2017-07-01Print [ERROR] on info line when the default command failedJunegunn Choi
2017-06-22Fix handling of bracketed paste modeJunegunn Choi
2017-06-050.16.80.16.8Junegunn Choi
2017-06-04Use find as the default command on Cygwin environmentJunegunn Choi
2017-06-03Fixes for CygwinJunegunn Choi
2017-06-02Add git revision to --version outputJunegunn Choi
2017-06-02Restructuring: main package in project rootJunegunn Choi
2017-06-02Merge branch 'glide' of https://github.com/hinshun/fzf into hinshun-glideJunegunn Choi
2017-06-02Fix inconsistent tiebreak scores when --nth is usedJunegunn Choi
2017-06-01Use glide to handle go dependenciesEdgar Lee
2017-05-28Respect ANSI color state from the previous line in preview outputJunegunn Choi
2017-05-26Fix display of tab characters in --promptJunegunn Choi
2017-05-25Use read syscall directly to get character (#931)Tw
2017-05-24Do not "--cycle" on page-up/page-downJunegunn Choi
2017-05-22Implement bindable "change" event and "top" actionJunegunn Choi
2017-04-300.16.70.16.7Junegunn Choi
2017-04-30Export FZF_PREVIEW_HEIGHT instead of FZF_HEIGHTJunegunn Choi
2017-04-30Update mattn/go-shellwordsJunegunn Choi
2017-04-28Support CTRL-Z (SIGSTOP)Junegunn Choi
2017-04-28Add support for ctrl-alt-[a-z] key chordsJunegunn Choi
2017-04-02Add --version to --help output and man pageJunegunn Choi
2017-03-050.16.60.16.6Junegunn Choi
2017-03-04Use alternate screen only when the value of height is 100%Junegunn Choi
2017-03-04Add --no-clear optionJunegunn Choi
2017-03-03Display -S if sort is disabled and toggle-sort is usedJunegunn Choi
2017-03-02Suppress ANSI colors in preview window if --no-color is setJunegunn Choi
2017-03-01Clear background even if background color is not setJunegunn Choi
2017-02-24Redraw item if query string has changedJunegunn Choi
2017-02-190.16.50.16.5Junegunn Choi
2017-02-19Exclude sysfs in find commandsJunegunn Choi
2017-02-18Add toggle-preview-wrap actionJunegunn Choi
2017-02-18Properly truncate long query stringJunegunn Choi
2017-02-17Use cut instead of sed in the default commandJunegunn Choi
2017-02-14Fix indentationJunegunn Choi
2017-02-14Move cursor to the top-left when returning to alternate screenJunegunn Choi
2017-02-06Remove Dockerfiles and clean up MakefileJunegunn Choi
2017-02-050.16.40.16.4Junegunn Choi
2017-02-04Add --border option to draw horizontal lines above and below the finderJunegunn Choi
2017-02-02Fix --tiebreak=begin with algo v2Junegunn Choi
2017-02-02Suppress CSI codes in the outputJunegunn Choi
2017-02-02Update ANSI processor to strip ^H along with its preceding characterJunegunn Choi
2017-02-02Update go-runewidthJunegunn Choi
2017-02-01Fix caching scheme when --exact is set and '-prefix is usedJunegunn Choi
2017-01-300.16.30.16.3Junegunn Choi