Commit Graph

2733 Commits (master)
 

Author SHA1 Message Date
Junegunn Choi 65ae6cabb5 Rename variables 10 years ago
Junegunn Choi 86a66da04d Synchronize getch calls to reduce screen glitches 10 years ago
Junegunn Choi d66b02b0cd Disable typeahead optimization in Ruby 1.8 10 years ago
Junegunn Choi b3182c3304 Performance optimization: batch application of input chars 10 years ago
Junegunn Choi 2dbca00bfb Implement --extended-exact option (#24) 10 years ago
Junegunn Choi b22fd6de6d Fix #22. Keybindings for vi-mode bash. 10 years ago
Junegunn Choi 245ee42763 Update installation instruction 10 years ago
Junegunn Choi 98bef4600c Merge pull request #20 from wellle/zsh-history-fc
Use `fc` instead of `history` to avoid `oh-my-zsh` alias
10 years ago
Christian Wellenbrock f5d53b94fe Use `fc` instead of `history` to avoid omz alias 10 years ago
Junegunn Choi 00c8a68430 Unalias history on zsh (related #19) 10 years ago
Junegunn Choi c1be834ff9 Merge pull request #19 from wellle/zsh_history
Feed all zsh history into fzf (not only most recent)
10 years ago
Christian Wellenbrock 2c0dc2f3b1 Feed all zsh history into fzf (not only most recent) 10 years ago
Junegunn Choi 1c94fef720 Update version number 10 years ago
Junegunn Choi b711d76b8e Choose to use 256-colors when $TERM includes 256 (related: #18)
It turned out that Curses.can_change_color? returns false when $TERM is
set to screen-256color, which is perfectly capable of rendering 256
colors.
10 years ago
Junegunn Choi 4396ab7548 Do not set key bindings in non-interactive shell 10 years ago
Junegunn Choi 2b8c2b9f2a CTRL-R for bash: Unset $HISTTIMEFORMAT 10 years ago
Junegunn Choi 426284c87e Change CTRL-T binding to include directories 10 years ago
Junegunn Choi 089691faaf Cache the result as sorted 10 years ago
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.
10 years ago
Junegunn Choi 1155da7e1c Install curses 1.0.0 10 years ago
Junegunn Choi eca0a99fb4 Proper handling of typeahead arrow keys
To reproduce: `sleep 2; fzf` and press arrow keys
10 years ago
Junegunn Choi 96215c4619 CTRL-L to clear and redraw the screen 10 years ago
Junegunn Choi b2d2be55ef init_screen must be called within render block 10 years ago
Junegunn Choi 7280e8ebc2 Merge pull request #17 from junegunn/mouse
Add mouse support
10 years ago
Junegunn Choi c7e86ad4f1 Add --no-mouse option to replace FZF_MOUSE_ENABLED 10 years ago
Junegunn Choi f2b2c022be Update gem version 10 years ago
Junegunn Choi 7747daa9ec Merge branch 'master' into mouse 10 years ago
Junegunn Choi c2943e7681 Fix `incompatible encoding regexp match` from width call 10 years ago
Junegunn Choi d5fc03d867 Update README 10 years ago
Junegunn Choi b0eca20dc2 Minor refactoring 10 years ago
Junegunn Choi aad335475c Shift-click and wheel 10 years ago
Junegunn Choi c3676bf986 Make install script prefer system ruby 10 years ago
Junegunn Choi 6fb4b6d097 Do not move vcursor on select using mouse 10 years ago
Junegunn Choi 6aa168833b Ruby 1.8 compatibility 10 years ago
Junegunn Choi 0d83cae2ec Implement mouse support 10 years ago
Junegunn Choi 773d9976a0 Use Curses.getch to support mouse (WIP) 10 years ago
Junegunn Choi 3723829b0a Add FZF_DEFAULT_OPTS and update command-line options 10 years ago
Junegunn Choi 13cb198b5c Update README 10 years ago
Junegunn Choi 79f645aa6c Update README 11 years ago
Junegunn Choi 42d479d071 --version 11 years ago
Junegunn Choi d7f50b1e41 Fix typo in install script 11 years ago
Junegunn Choi 39eb85596c Fix error on Rubinius 11 years ago
Junegunn Choi bff7e9edf5 Should not `--disable-gems` when curses gem is used (#14) 11 years ago
Junegunn Choi 98ccc03a21 Update README.md 11 years ago
Junegunn Choi 3b668ed448 Install curses gem when not found (#14) 11 years ago
Junegunn Choi 33b28be941 Make host name completion require trigger sequence (#13) 11 years ago
Junegunn Choi 76fe23b928 Fix host completion to include ssh_config entries (#13) 11 years ago
Junegunn Choi 622c54f4a3 Update gem version (0.6.0)
- Smart-case pattern matching
- CTRL-Q
11 years ago
Junegunn Choi e09993f919 Update README 11 years ago
Junegunn Choi 7ee6fd1f6d Make install script to add key bindings as well 11 years ago