Junegunn Choi
|
2b8c2b9f2a
|
CTRL-R for bash: Unset $HISTTIMEFORMAT
|
2014-02-13 16:47:53 +09:00 |
|
Junegunn Choi
|
426284c87e
|
Change CTRL-T binding to include directories
|
2014-02-07 18:41:05 +09:00 |
|
Junegunn Choi
|
089691faaf
|
Cache the result as sorted
|
2014-02-02 21:41:08 +09:00 |
|
Junegunn Choi
|
301290663d
|
Add -f (--filter) option (#15)
This commit adds --filter option so that fzf can be used as a simple unix
filter instead of being an interactive fuzzy finder.
|
2014-02-02 01:45:44 +09:00 |
|
Junegunn Choi
|
1155da7e1c
|
Install curses 1.0.0
|
2014-02-02 01:42:04 +09:00 |
|
Junegunn Choi
|
eca0a99fb4
|
Proper handling of typeahead arrow keys
To reproduce: `sleep 2; fzf` and press arrow keys
|
2014-02-01 10:07:59 +09:00 |
|
Junegunn Choi
|
96215c4619
|
CTRL-L to clear and redraw the screen
|
2014-02-01 02:05:58 +09:00 |
|
Junegunn Choi
|
b2d2be55ef
|
init_screen must be called within render block
|
2014-01-31 15:56:37 +09:00 |
|
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 |
|