summaryrefslogtreecommitdiffstats
path: root/fzf
AgeCommit message (Expand)Author
2014-03-30Implement --nth and --delimiter optionJunegunn Choi
2014-03-15Implement C-Y (yank)Junegunn Choi
2014-03-09Add --black for terminals incapable of use_default_colorsJunegunn Choi
2014-03-08Shift-left/right on OSX0.8.0Junegunn Choi
2014-03-08Reduce timeout to 0.1 secJunegunn Choi
2014-03-08Introduce escape time-out for better handling of escape sequencesJunegunn Choi
2014-03-08Home/End/PgUp/PgDn/Del/(Ins)Junegunn Choi
2014-03-07Add option to disable 256-color output (related #18)Junegunn Choi
2014-03-07Allow command/control-click/wheelJunegunn Choi
2014-03-06Reimplement mouse input without using Curses.getchJunegunn Choi
2014-03-06Completely remove mouse supportJunegunn Choi
2014-03-05Rename variablesJunegunn Choi
2014-03-05Synchronize getch calls to reduce screen glitchesJunegunn Choi
2014-03-05Disable typeahead optimization in Ruby 1.8Junegunn Choi
2014-03-05Performance optimization: batch application of input charsJunegunn Choi
2014-03-04Implement --extended-exact option (#24)Junegunn Choi
2014-02-20Update version numberJunegunn Choi
2014-02-20Choose to use 256-colors when $TERM includes 256 (related: #18)Junegunn Choi
2014-02-02Cache the result as sortedJunegunn Choi
2014-02-02Add -f (--filter) option (#15)Junegunn Choi
2014-02-01Proper handling of typeahead arrow keysJunegunn Choi
2014-02-01CTRL-L to clear and redraw the screenJunegunn Choi
2014-01-31init_screen must be called within render block0.7.1Junegunn Choi
2014-01-30Add --no-mouse option to replace FZF_MOUSE_ENABLEDJunegunn Choi
2014-01-30Merge branch 'master' into mouseJunegunn Choi
2014-01-30Fix `incompatible encoding regexp match` from width callJunegunn Choi
2014-01-30Minor refactoringJunegunn Choi
2014-01-30Shift-click and wheelJunegunn Choi
2014-01-29Do not move vcursor on select using mouseJunegunn Choi
2014-01-29Ruby 1.8 compatibilityJunegunn Choi
2014-01-28Implement mouse supportJunegunn Choi
2014-01-28Use Curses.getch to support mouse (WIP)Junegunn Choi
2014-01-22Add FZF_DEFAULT_OPTS and update command-line optionsJunegunn Choi
2013-12-28--versionJunegunn Choi
2013-12-26Fix error on RubiniusJunegunn Choi
2013-12-20Update `Last update`Junegunn Choi
2013-12-20Implement smart-case match (#12)Junegunn Choi
2013-12-20CTRL-Q to terminate the finder (#11)Junegunn Choi
2013-12-11Suppress warnings on old version of RubyJunegunn Choi
2013-12-11Update gem versionJunegunn Choi
2013-12-09Fix `^.*$` pattern matching in extended-search mode (#9)Junegunn Choi
2013-12-05Last update: December 5, 2013Junegunn Choi
2013-12-05Do not use 256-color if not supported (#8)Junegunn Choi
2013-11-24Revert "Reduce the number of Curses.refresh calls"0.5.0Junegunn Choi
2013-11-24Reduce the number of Curses.refresh callsJunegunn Choi
2013-11-24Update query line after update_list callJunegunn Choi
2013-11-23Add -q option (initial query)Junegunn Choi
2013-11-20Add CTRL-G and ESC (C-[) as abort key (#7)Junegunn Choi
2013-11-17Better handling of NFD chars0.4.2Junegunn Choi
2013-11-17Fix extended-search on non-darwin envJunegunn Choi