m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 17:43:42 -05:00

Commit Graph

  • dbcaec59ae [fish] Support multiline commands (#954) Tom Fitzhenry 2017-06-25 22:09:51 +10:00
  • faedae708e Fix FZF_CTRL_T_COMMAND example for fish Junegunn Choi 2017-06-23 01:50:45 +09:00
  • 0c66521b23 Fix handling of bracketed paste mode Junegunn Choi 2017-06-22 02:35:57 +09:00
  • bf92862459 Update man page: missing name "border" for --color Junegunn Choi 2017-06-20 14:15:11 +09:00
  • 1a68698d76 [fish] Fix <C-t> completion for current dir search (#946) John Nguyen 2017-06-12 02:24:45 -07:00
  • 842a73357c [fish] Fix CTRL-T with paths that don't start with ./ Junegunn Choi 2017-06-10 13:34:49 +09:00
  • 5efdeccdbb [vim] Expand 'dir' on Cygwin to handle Windows-style paths Junegunn Choi 2017-06-09 12:00:59 +09:00
  • 050777b8c4 [vim] Uncomment test case to escape % in cmd.exe (#941) Jan Edmund Lazo 2017-06-07 21:25:35 -04:00
  • a4d78e2200 Update CHANGELOG with unix-line-discard+top (#940) Uri Gorelik 2017-06-07 21:02:34 -04:00
  • b49f22cdf9 0.16.8 0.16.8 Junegunn Choi 2017-06-05 23:21:50 +09:00
  • 7e483b0c25 [vim] Add support for Cygwin (#933) Jan Edmund Lazo 2017-06-05 00:54:47 -04:00
  • 3cf9ae04c7 [fzf-tmux] Fix cleanup of temporary files Junegunn Choi 2017-06-04 23:24:57 +09:00
  • bf0cb4bfe2 Use find as the default command on Cygwin environment Junegunn Choi 2017-06-04 16:23:47 +09:00
  • 773133c4ce [vim] Allow running install --bin on Cygwin Junegunn Choi 2017-06-04 15:15:46 +09:00
  • ca0b3b6fd7 Fixes for Cygwin Junegunn Choi 2017-06-03 19:47:53 +09:00
  • f4731c0514 Merge branch 'master' into devel Junegunn Choi 2017-06-03 19:42:26 +09:00
  • 34f16e5b7d Fix Makefile and install script for the new project layout Junegunn Choi 2017-06-02 18:19:21 +09:00
  • 83e9af6601 Add git revision to --version output Junegunn Choi 2017-06-02 17:57:28 +09:00
  • 8bbf9335e1 Restructuring: main package in project root Junegunn Choi 2017-06-02 16:32:15 +09:00
  • 159f30b37f Merge branch 'glide' of https://github.com/hinshun/fzf into hinshun-glide Junegunn Choi 2017-06-02 13:35:40 +09:00
  • 2e3dc75425 Fix inconsistent tiebreak scores when --nth is used Junegunn Choi 2017-06-02 13:25:35 +09:00
  • 7d3575b362 Use glide to handle go dependencies Edgar Lee 2017-06-01 16:27:17 -07:00
  • 35d407021c [vim] Replace invalid s:escape calls with fzf#shellescape Junegunn Choi 2017-05-31 23:59:11 +09:00
  • 076f49d447 [vim] Make sure to delete temporary batchfile on Windows Junegunn Choi 2017-05-31 10:03:23 +09:00
  • 0665fe0413 [vim] Remove unnecessary ternary expression Junegunn Choi 2017-05-31 10:02:04 +09:00
  • 669a6fee40 [vim] Use utf-8 for cmd.exe (#929) Jan Edmund Lazo 2017-05-30 20:56:01 -04:00
  • 8aab0fc189 [vim] Replace s:fzf_shellescape and s:shellesc with fzf#shellescape (#916) Jan Edmund Lazo 2017-05-28 21:06:06 -04:00
  • 5d6eb5bfd6 Respect ANSI color state from the previous line in preview output Junegunn Choi 2017-05-28 02:26:42 +09:00
  • cf4711d878 Fix display of tab characters in --prompt Junegunn Choi 2017-05-26 19:02:49 +09:00
  • 21d664d670 Update extra bash completion example Junegunn Choi 2017-05-25 19:09:04 +09:00
  • ab182e276b Use read syscall directly to get character (#931) Tw 2017-05-24 11:36:59 -05:00
  • 96a3250152 Update test case for --cycle Junegunn Choi 2017-05-24 13:20:13 +09:00
  • f5746002fd Do not "--cycle" on page-up/page-down Junegunn Choi 2017-05-24 02:43:39 +09:00
  • e1e3339770 Implement bindable "change" event and "top" action Junegunn Choi 2017-05-22 17:07:05 +09:00
  • 3a5086796d [vim] Prevent 'wildignore' from affecting expand() (#917) Junegunn Choi 2017-05-22 01:23:59 +09:00
  • 11300913a4 [vim] Do not expand s:fzf_go Junegunn Choi 2017-05-22 01:04:04 +09:00
  • e65f14cbed Update README: Add table of contents (#927) Aurelien Rainone 2017-05-20 12:08:56 +02:00
  • 6898849e3e Mention that the fish bug has been fixed (#912) Theodore Dubois 2017-05-04 18:48:28 -07:00
  • 2d61691bb2 0.16.7 0.16.7 Junegunn Choi 2017-04-30 11:54:40 +09:00
  • eba9e04e2e Export FZF_PREVIEW_HEIGHT instead of FZF_HEIGHT Junegunn Choi 2017-04-30 11:36:23 +09:00
  • 33f32de690 Merge branch 'master' into devel Junegunn Choi 2017-04-30 11:23:42 +09:00
  • 93b8f61551 [vim] Export $FZF_HEIGHT for previewer scripts Junegunn Choi 2017-04-30 11:18:56 +09:00
  • 7f17a9d1b4 Update mattn/go-shellwords Junegunn Choi 2017-04-30 00:47:44 +09:00
  • d34e4cf698 Support CTRL-Z (SIGSTOP) Junegunn Choi 2017-04-28 22:58:08 +09:00
  • 6b592137b9 Add support for ctrl-alt-[a-z] key chords Junegunn Choi 2017-04-28 02:36:36 +09:00
  • d5e72bf55d Update README-VIM: options as list (#896) Junegunn Choi 2017-04-28 02:09:55 +09:00
  • 5677e5e133 [fish] Fix ~/.config/fish/functions/fish_user_key_bindings.fish Junegunn Choi 2017-04-28 01:57:38 +09:00
  • 7a11a06cbd [vim] Use backslash for Windows filepaths (#896) Jan Edmund Lazo 2017-04-21 22:30:51 -04:00
  • a5862d4b9c [bash-completion] Use -o dirnames instead of -o plusdirs Junegunn Choi 2017-04-11 22:21:16 +09:00
  • a50909e806 Correction: fzf no longer depends on ncurses Junegunn Choi 2017-04-06 02:08:49 +09:00
  • 7c8f7d3f20 [fzf-tmux] Close with exit code 130 when tmux pane is killed Kouki Higashikawa 2017-04-03 11:49:54 +09:00
  • 9078197446 Add --version to --help output and man page Junegunn Choi 2017-04-02 11:30:22 +09:00
  • 0fe07cf9fe Update README.md Junegunn Choi 2017-04-02 10:47:06 +09:00
  • 2216169ca1 Update doc/fzf.txt accordingly Junegunn Choi 2017-04-01 12:19:39 +09:00
  • 50e989ca85 Update example in README-VIM Junegunn Choi 2017-04-01 12:06:25 +09:00
  • fa1fc3d855 Add vim doc Junegunn Choi 2017-04-01 12:00:30 +09:00
  • bbe696e925 [fzf-tmux] Fix issue with zoomed pane on fish (#891) 五所和哉 2017-04-01 11:09:46 +09:00
  • 5d12f523a3 Add chocolatey upgrade instruction to Readme (#890) Miodrag Milić 2017-03-29 18:59:41 +02:00
  • d295d20dc4 fzf#run: improve "is already running" message (#885) Daniel Hahler 2017-03-27 06:41:39 +02:00
  • 2ba10071c9 Add support for IPv6 addresses in ssh completion (#877) Sam Van Den Berge 2017-03-20 17:06:13 +01:00
  • 505dc0491b Make install script to work with non GNU tar (#871) Christian Sturm 2017-03-10 15:22:37 +01:00
  • 54a4ab0f26 Add Chocolatey instruction Junegunn Choi 2017-03-07 23:03:14 +09:00
  • e03e91477b 0.16.6 0.16.6 Junegunn Choi 2017-03-05 03:05:06 +09:00
  • 88ac397158 Add test case for --no-clear Junegunn Choi 2017-03-04 14:26:47 +09:00
  • 6fd4be580b Use alternate screen only when the value of height is 100% Junegunn Choi 2017-03-04 14:09:36 +09:00
  • 53348feb89 Add --no-clear option Junegunn Choi 2017-03-04 11:29:31 +09:00
  • 337cdbb37c [zsh] Use setopt noposixbuiltins instead of emulate -L zsh Junegunn Choi 2017-03-03 19:09:29 +09:00
  • 05fdf91fc5 Revert "[zsh] emulate -L zsh to avoid issues with incompatible options" Junegunn Choi 2017-03-03 18:57:22 +09:00
  • c387689d1c [shell] Enable sorting by default in CTRL-R Junegunn Choi 2017-03-03 12:20:01 +09:00
  • cb9238dc4e Display -S if sort is disabled and toggle-sort is used Junegunn Choi 2017-03-03 02:26:30 +09:00
  • a484811f78 [vim] Capitalize exception messages Junegunn Choi 2017-03-02 14:17:59 +09:00
  • 111d1934c4 [vim] Throw error if g:fzf_layout is incorrectly used Junegunn Choi 2017-03-02 14:14:57 +09:00
  • 972fb1a29d Suppress ANSI colors in preview window if --no-color is set Junegunn Choi 2017-03-02 12:49:51 +09:00
  • 3a6af27586 [zsh] emulate -L zsh to avoid issues with incompatible options Junegunn Choi 2017-03-01 16:07:04 +09:00
  • c89ac341e4 Clear background even if background color is not set Junegunn Choi 2017-03-01 16:00:08 +09:00
  • cd59e5d07b [neovim] Set 'dir' to the current direcotry Junegunn Choi 2017-02-25 23:52:56 +09:00
  • 0b940e4b2b Redraw item if query string has changed Junegunn Choi 2017-02-24 02:30:11 +09:00
  • b29375c844 [vim] Minor refactoring Junegunn Choi 2017-02-19 20:53:12 +09:00
  • 76d3f6d248 [vim] Escape ! when using :! to execute command Junegunn Choi 2017-02-19 20:47:44 +09:00
  • e87a85a179 0.16.5 0.16.5 Junegunn Choi 2017-02-19 01:40:25 +09:00
  • 11407bf656 Exclude sysfs in find commands Junegunn Choi 2017-02-19 01:33:13 +09:00
  • c82fb3c9b9 Add toggle-preview-wrap action Junegunn Choi 2017-02-18 23:49:00 +09:00
  • 309e1d8619 Properly truncate long query string Junegunn Choi 2017-02-18 23:17:29 +09:00
  • c2db67c1c0 [vim] Prepend @echo off to $FZF_DEFAULT_COMMAND on Windows (#847) Junegunn Choi 2017-02-18 21:58:03 +09:00
  • 9526594905 [vim] Fix FZF_DEFAULT_COMMAND on Windows Junegunn Choi 2017-02-18 18:16:34 +09:00
  • 3d74d277aa Use cut instead of sed in the default command Junegunn Choi 2017-02-17 13:07:45 +09:00
  • fc274c2ba4 [vim] Do not escape % when using system() instead of ! Junegunn Choi 2017-02-17 10:20:39 +09:00
  • ce43ea9f42 [shell] Replace sed with -mindepth 1 and cut (#844) Pierre Neidhardt 2017-02-16 09:18:01 +01:00
  • 21da02fac2 Fix indentation Junegunn Choi 2017-02-14 22:30:09 +09:00
  • 19569bd5c5 Move cursor to the top-left when returning to alternate screen Junegunn Choi 2017-02-14 22:28:04 +09:00
  • afa25d8c57 [zsh] Do not cd when cancelling alt+c keybind (#840) Daniel Gray 2017-02-08 23:05:02 -06:00
  • 1ba7acf4bd [fzf-tmux] Fix race condition when using -l/-u on zoomed panes Junegunn Choi 2017-02-08 14:55:17 +09:00
  • a847fe8754 Use "type" instead of "cat" on windows (#836) Prabir Shrestha 2017-02-06 21:42:08 -08:00
  • 5bb18b6441 Remove Dockerfiles and clean up Makefile Junegunn Choi 2017-02-06 21:15:29 +09:00
  • 876c233a26 Remove Ruby version Junegunn Choi 2017-02-06 21:06:12 +09:00
  • ee5aeb80a4 0.16.4 0.16.4 Junegunn Choi 2017-02-05 16:17:54 +09:00
  • 02ceae15a2 [vim] Download instruction for Windows Junegunn Choi 2017-02-05 02:07:54 +09:00
  • e514739280 Fix failing test case Junegunn Choi 2017-02-04 22:49:17 +09:00
  • 72265298f9 [vim] Apply --no-height when running fzf in full screen mode Junegunn Choi 2017-02-04 21:52:05 +09:00
  • 4b700192c1 Add --border option to draw horizontal lines above and below the finder Junegunn Choi 2017-02-04 21:51:22 +09:00