Commit Graph

160 Commits

Author SHA1 Message Date
Junegunn Choi 7280e8ebc2 Merge pull request #17 from junegunn/mouse
Add mouse support
2014-01-30 07:37:01 -08:00
Junegunn Choi c7e86ad4f1 Add --no-mouse option to replace FZF_MOUSE_ENABLED 2014-01-30 15:41:44 +09:00
Junegunn Choi f2b2c022be Update gem version 2014-01-30 14:47:51 +09:00
Junegunn Choi 7747daa9ec Merge branch 'master' into mouse 2014-01-30 03:14:13 +09:00
Junegunn Choi c2943e7681 Fix `incompatible encoding regexp match` from width call 2014-01-30 03:12:12 +09:00
Junegunn Choi d5fc03d867 Update README 2014-01-30 02:51:30 +09:00
Junegunn Choi b0eca20dc2 Minor refactoring 2014-01-30 02:51:06 +09:00
Junegunn Choi aad335475c Shift-click and wheel 2014-01-30 01:01:31 +09:00
Junegunn Choi c3676bf986 Make install script prefer system ruby 2014-01-29 11:04:07 +09:00
Junegunn Choi 6fb4b6d097 Do not move vcursor on select using mouse 2014-01-29 02:10:08 +09:00
Junegunn Choi 6aa168833b Ruby 1.8 compatibility 2014-01-29 02:08:18 +09:00
Junegunn Choi 0d83cae2ec Implement mouse support 2014-01-28 19:02:55 +09:00
Junegunn Choi 773d9976a0 Use Curses.getch to support mouse (WIP) 2014-01-28 02:58:20 +09:00
Junegunn Choi 3723829b0a Add FZF_DEFAULT_OPTS and update command-line options 2014-01-22 12:03:17 +09:00
Junegunn Choi 13cb198b5c Update README 2014-01-14 16:51:52 +09:00
Junegunn Choi 79f645aa6c Update README 2014-01-07 17:07:02 +09:00
Junegunn Choi 42d479d071 --version 2013-12-28 02:25:24 +09:00
Junegunn Choi d7f50b1e41 Fix typo in install script 2013-12-26 01:54:29 +09:00
Junegunn Choi 39eb85596c Fix error on Rubinius 2013-12-26 01:43:20 +09:00
Junegunn Choi bff7e9edf5 Should not `--disable-gems` when curses gem is used (#14) 2013-12-26 01:39:17 +09:00
Junegunn Choi 98ccc03a21 Update README.md 2013-12-26 01:15:46 +09:00
Junegunn Choi 3b668ed448 Install curses gem when not found (#14) 2013-12-26 01:06:46 +09:00
Junegunn Choi 33b28be941 Make host name completion require trigger sequence (#13) 2013-12-23 23:16:07 +09:00
Junegunn Choi 76fe23b928 Fix host completion to include ssh_config entries (#13) 2013-12-22 20:45:35 +09:00
Junegunn Choi 622c54f4a3 Update gem version (0.6.0)
- Smart-case pattern matching
- CTRL-Q
2013-12-22 16:00:06 +09:00
Junegunn Choi e09993f919 Update README 2013-12-22 00:36:39 +09:00
Junegunn Choi 7ee6fd1f6d Make install script to add key bindings as well 2013-12-22 00:18:41 +09:00
Junegunn Choi 2dca6f0cb2 Update `Last update` 2013-12-20 16:13:38 +09:00
Junegunn Choi 159dd7f069 Implement smart-case match (#12) 2013-12-20 15:30:48 +09:00
Junegunn Choi b30f21e074 CTRL-Q to terminate the finder (#11) 2013-12-20 14:01:28 +09:00
Junegunn Choi 636c86cf6f Update bash host completion for ssh and telnet commands 2013-12-20 11:18:28 +09:00
Junegunn Choi 5483e41b2a Update README 2013-12-14 22:30:09 +09:00
Junegunn Choi 1c89994c94 Suppress warnings on old version of Ruby 2013-12-11 01:03:47 +09:00
Junegunn Choi e1bc4b983e Update gem version 2013-12-11 01:00:11 +09:00
Junegunn Choi cb3645ea95 Fix `^.*$` pattern matching in extended-search mode (#9) 2013-12-09 14:46:06 +09:00
Junegunn Choi 04ebaddf5e 0.5.1 2013-12-08 02:09:50 +09:00
Junegunn Choi 45e1f1ae57 Last update: December 5, 2013 2013-12-05 13:29:52 +09:00
Junegunn Choi c1d5f7cef7 Do not use 256-color if not supported (#8) 2013-12-05 12:17:21 +09:00
Junegunn Choi df663c4e41 Improve bash completion
- kill completion: do not even start fzf on non-empty word
- host completion: start fzf with initial query
2013-11-29 23:42:00 +09:00
Junegunn Choi d3742782f3 Fix a typo in README 2013-11-29 18:09:51 +09:00
Junegunn Choi faff17b2a9 Hostname completion for ssh and telnet commands 2013-11-29 18:08:22 +09:00
Junegunn Choi 9a3cddc92e Apply FZF_COMPLETION_OPTS to kill completion 2013-11-29 17:53:30 +09:00
Junegunn Choi bd2763d863 Add bash completion for kill command 2013-11-29 17:50:53 +09:00
Junegunn Choi b2bb22d883 A minor update to install script 2013-11-29 13:42:13 +09:00
Junegunn Choi ad8ec7f387 Encourage use of function instead of alias (exportability) 2013-11-29 13:40:31 +09:00
Junegunn Choi cf0ca8578c Update bash key binding example 2013-11-27 10:20:27 +09:00
Junegunn Choi 07aee79bd8 Update examples and bash completion
- Use tput sc/rc instead of redraw-current-line
- Escape selected items with printf
2013-11-27 01:14:36 +09:00
Junegunn Choi 344b57fe33 grep -F 2013-11-26 19:05:20 +09:00
Junegunn Choi 18a2fbf54a Fix install script (use export-able function instead of alias) 2013-11-26 19:01:01 +09:00
Junegunn Choi 39af56cf8f Revert "Reduce the number of Curses.refresh calls"
This reverts commit 2d3a0a1034
(which doesn't make any noticeable difference)
2013-11-24 20:40:23 +09:00