summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-08-020.16.110.16.11Junegunn Choi
2017-08-02Exit 2 instead of panic when failed to open /dev/ttyJunegunn Choi
2017-08-02Remove non-exclusive access to ChunkList fieldJunegunn Choi
2017-08-01Modify loop conditions in checkAscii functionJunegunn Choi
2017-08-01Do not use defer in performance-sensitive contextsJunegunn Choi
2017-08-01Inline function calls in a tight loopJunegunn Choi
2017-07-30Optimize exact match by applying the same trick for fuzzy matchJunegunn Choi
2017-07-30Optimize fuzzy search performance for ASCII stringsJunegunn Choi
2017-07-28Make deselect-all instantaneousJunegunn Choi
2017-07-28Update preview window when selection has changedJunegunn Choi
2017-07-210.16.100.16.10Junegunn Choi
2017-07-21Further reduce unnecessary rune array conversionJunegunn Choi
2017-07-21Fix regression: ANSI color in preview window not clearedJunegunn Choi
2017-07-210.16.90.16.9Junegunn Choi
2017-07-20Avoid unconditionally storsing input as runesJunegunn Choi
2017-07-19Improve preview window renderingJunegunn Choi
2017-07-19Optimize ANSI code scannerJunegunn Choi
2017-07-19Fix regression: output printed on alternate screenJunegunn Choi
2017-07-18Adjust --no-clear option for repetitive relaunchingJunegunn Choi
2017-07-18Consolidate Result and rank structsJunegunn Choi
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