Commit Graph

  • 1169cc8653 0.9.10 0.9.10 Junegunn Choi 2015-04-18 10:38:12 +0900
  • f66d94c6b0 Add --color=[dark|light|16|bw] option Junegunn Choi 2015-04-18 02:52:30 +0900
  • 2fe1e28220 Improvements in performance and memory usage Junegunn Choi 2015-04-17 22:23:52 +0900
  • 288131ac5a Update man page to be consistent with --help Junegunn Choi 2015-04-16 23:11:11 +0900
  • 3610acec5a 0.9.9 Junegunn Choi 2015-04-16 22:52:02 +0900
  • cc67d2e1cf Test case for visual indicator of --toggle sort (#194) Junegunn Choi 2015-04-16 22:39:51 +0900
  • f77ed0fb07 Fix typo in man page Junegunn Choi 2015-04-16 22:34:02 +0900
  • a30908c66a [vim] Automatically download Go binary when not found Junegunn Choi 2015-04-16 22:24:12 +0900
  • f9225f98e7 Fix sort control from Terminal Junegunn Choi 2015-04-16 22:13:31 +0900
  • 2db2feea37 install --bin just for downloading the binary Junegunn Choi 2015-04-16 21:58:41 +0900
  • d1d59272a2 Add visual indication of --toggle-sort Junegunn Choi 2015-04-16 14:44:41 +0900
  • d08542ce5d Prepare for 0.9.9 release Junegunn Choi 2015-04-16 14:20:29 +0900
  • b8904a8c3e Add --tiebreak option for customizing sort criteria Junegunn Choi 2015-04-16 14:19:28 +0900
  • 48ab87294b Add --no-hscroll option to disable horizontal scroll Junegunn Choi 2015-04-16 12:56:01 +0900
  • 3e1e75fe08 Remove unused variable Junegunn Choi 2015-04-16 10:52:04 +0900
  • 120cc0aadd [vim] README: Pointer to the wiki page Junegunn Choi 2015-04-15 22:52:15 +0900
  • 853012ceef [vim] Add g:fzf_action for customizing key bindings Junegunn Choi 2015-04-15 22:49:45 +0900
  • 2add45fe2f [vim] Rename g:fzf_tmux_height to g:fzf_height Junegunn Choi 2015-04-15 22:32:45 +0900
  • b882de87ab Fix Travis CI build Junegunn Choi 2015-04-14 22:23:11 +0900
  • 2d68cb8639 Fix #185 - Terminate on RuneError Junegunn Choi 2015-04-14 23:19:33 +0900
  • 3a9d1df026 Fix unicode test case Junegunn Choi 2015-04-14 21:59:44 +0900
  • 5c25984ea0 Fix Unicode case handling (#186) Junegunn Choi 2015-04-14 21:45:37 +0900
  • 319d6ced80 [vim] Simplify :FZF Junegunn Choi 2015-04-14 10:46:20 +0900
  • 51a19a2804 [vim] Remove unnecessary pushd/popd in :FZF Junegunn Choi 2015-04-14 10:35:51 +0900
  • a7cb1a78df Merge pull request #188 from justinmk/non-interactive-shell Junegunn Choi 2015-04-14 10:13:52 +0900
  • d4daece76b install: wait for LF in non-interactive shell Justin M. Keyes 2015-04-13 20:05:45 -0400
  • 3ec83babac FZF_TMUX and FZF_TMUX_HEIGHT for fuzzy completion Junegunn Choi 2015-04-14 02:12:45 +0900
  • 91fc6c984b Fix fuzzy completion test Junegunn Choi 2015-04-14 02:00:50 +0900
  • a4f3d09704 Fuzzy completion using fzf-tmux Junegunn Choi 2015-04-14 00:59:45 +0900
  • 40180c18ac Merge pull request #183 from qiemem/generalized-check-if-running Junegunn Choi 2015-04-12 02:45:14 +0900
  • 82bea6758a Move active check to fzf#run. Bryan Head 2015-04-11 12:27:50 -0500
  • 348731fc3b Make fzf-tmux work when fzf is not in $PATH but in the same directory Junegunn Choi 2015-04-12 01:57:05 +0900
  • 797f42ecc6 Update README Junegunn Choi 2015-04-12 00:44:41 +0900
  • 8385a55bda [vim] s:pushd after s:split Junegunn Choi 2015-04-11 23:47:46 +0900
  • 8406cedf2d [vim] Improved compatibility with sidebar plugins (e.g. NERDtree) Junegunn Choi 2015-04-11 23:42:01 +0900
  • f22b83db6c Update README Junegunn Choi 2015-04-11 11:28:30 +0900
  • 1481304d3b Suppress message from :file Junegunn Choi 2015-04-11 11:19:22 +0900
  • 2cec5c0f30 Fix typo in README Junegunn Choi 2015-04-11 09:21:23 +0900
  • 4760bb7743 Merge pull request #180 from mhinz/check-if-already-running Junegunn Choi 2015-04-11 09:16:44 +0900
  • c1adf0cd3d Check if :FZF is already executing Marco Hinz 2015-04-10 22:18:46 +0200
  • 622e69ff54 [vim] Neovim compatibility (#137) Junegunn Choi 2015-04-10 23:23:47 +0900
  • 68503d32df [vim] Code cleanup 0.9.7-1 Junegunn Choi 2015-04-04 11:55:57 +0900
  • 57319f8c58 [vim] Fix #177 - :FZF with relative paths Junegunn Choi 2015-04-04 09:18:04 +0900
  • dd4d465305 Update Homebrew instruction Junegunn Choi 2015-04-03 01:21:50 +0900
  • 467a22dd36 Period. 0.9.7 Junegunn Choi 2015-03-31 22:09:04 +0900
  • 50292adacb Implement --toggle-sort option (#173) Junegunn Choi 2015-03-31 22:05:02 +0900
  • 84a7499ae3 Fix #172 - Print empty line when fzf with expect finished by -1 or -0 Junegunn Choi 2015-03-31 20:52:16 +0900
  • 39d7177bd3 [ruby] Stub out --expect option Junegunn Choi 2015-03-31 15:40:33 +0900
  • 1c65139888 Update git ls-tree example (close #168) Junegunn Choi 2015-03-30 10:15:05 +0900
  • 8a4db3c004 [vim] Fix #167 - :FZF with directory Junegunn Choi 2015-03-29 11:14:16 +0900
  • cef93f700b 0.9.6 Junegunn Choi 2015-03-29 04:09:45 +0900
  • 0a3d3460b1 Update man page Junegunn Choi 2015-03-29 04:08:37 +0900
  • d988f3fa50 Retain ANSI background color Junegunn Choi 2015-03-29 03:12:55 +0900
  • e865144ace [vim] Implement ctrlp-compatible key bindings (#139, #96, #61) Junegunn Choi 2015-03-29 03:00:32 +0900
  • 2a167aa030 Implement --expect option to support simple key bindings (#163) Junegunn Choi 2015-03-29 02:59:32 +0900
  • 9cfecf7f0b Fix test failure Junegunn Choi 2015-03-28 21:37:37 +0900
  • f9d6b83f5e Drop patch number and stick with M.m.p convention Junegunn Choi 2015-03-27 12:47:42 +0900
  • ce7d4a1c53 Fix #162 - Ignore \e[K Junegunn Choi 2015-03-27 12:35:06 +0900
  • 9bba6bd172 Merge pull request #158 from mrap/update-macvim-link Junegunn Choi 2015-03-27 09:14:02 +0900
  • 4ad92e3a0b Updates MacVim wiki link in README Michael Rapadas 2015-03-26 13:28:19 -0700
  • c4bf820dc3 Update man page Junegunn Choi 2015-03-26 10:31:11 +0900
  • 39f43587d0 Fix typo in man page Junegunn Choi 2015-03-26 10:28:14 +0900
  • fdaa4e9b18 Append (not prepend) bin directory to PATH Junegunn Choi 2015-03-26 03:44:18 +0900
  • 91876e98cd Avoid duplicate paths in MANPATH Junegunn Choi 2015-03-26 03:26:28 +0900
  • eb8fef0031 Add man path only when the directory exists Junegunn Choi 2015-03-26 03:11:08 +0900
  • 87447ddd6d Add man page (#157) Junegunn Choi 2015-03-26 03:06:31 +0900
  • 9d138173be Fix #155 - Empty ANSI color code to reset color state Junegunn Choi 2015-03-23 01:24:31 +0900
  • eae53576bd Update --help message Junegunn Choi 2015-03-22 21:25:46 +0900
  • f8c49effd4 Respect "boldness" of input string Junegunn Choi 2015-03-22 17:43:28 +0900
  • 618706a5f5 Fix ANSI output in the presence of multibyte characters Junegunn Choi 2015-03-22 17:19:30 +0900
  • 9ffcd26d50 Update CHANGELOG - 0.9.5 Junegunn Choi 2015-03-22 16:21:52 +0900
  • b431e227da Code cleanup Junegunn Choi 2015-03-22 16:05:54 +0900
  • d94dfe0876 Fix #151 - reduce initial memory footprint Junegunn Choi 2015-03-19 19:59:38 +0900
  • 6130026786 Bump up the version - 0.9.5 Junegunn Choi 2015-03-19 19:12:22 +0900
  • a723977b9f Fix #149 - panic on empty string filter Junegunn Choi 2015-03-19 13:06:20 +0900
  • 3dddbfd8fa Fix string truncation Junegunn Choi 2015-03-19 12:14:26 +0900
  • e70a2a5817 Add support for ANSI color codes Junegunn Choi 2015-03-19 01:59:14 +0900
  • d80a41bb6d Update README Junegunn Choi 2015-03-18 02:19:05 +0900
  • 2bebd5cdb4 Update README with fzf image Junegunn Choi 2015-03-16 02:49:09 +0900
  • 7bb75b0213 Update README Junegunn Choi 2015-03-15 10:57:09 +0900
  • bc2e82efc1 [vim] Suppress error message when clear command is N/A Junegunn Choi 2015-03-13 23:04:13 +0900
  • c04e8de9b0 Make sure to start tmux pane from the current directory (#143) Junegunn Choi 2015-03-13 22:46:53 +0900
  • 4977174def [fzf-mux] Remove unnecessary env var from command Junegunn Choi 2015-03-13 22:45:28 +0900
  • 5eef0acea1 Merge pull request #145 from junegunn/refactor-shell-ext Junegunn Choi 2015-03-13 17:44:44 +0900
  • 3935aa84d8 Refactor shell extensions Junegunn Choi 2015-03-13 13:08:42 +0900
  • dd6138a655 Fix #142, #144 - Improve CTRL-R for zsh Junegunn Choi 2015-03-13 01:27:16 +0900
  • 68c5bea3f8 Fix install script for platforms w/o matching Go binary (#141) Junegunn Choi 2015-03-12 10:06:15 +0900
  • 0f474d541d Note on upgrade Junegunn Choi 2015-03-11 15:07:34 +0900
  • c4d59aeec4 Remove legacy test code Junegunn Choi 2015-03-11 02:16:27 +0900
  • b2c423d1ff Cleanup - no more rubygems Junegunn Choi 2015-03-11 02:12:38 +0900
  • 49c752b1f7 [vim] up/down/left/right options to take boolean values 0.9.4-1 Junegunn Choi 2015-03-10 12:13:11 +0900
  • daa79a6df2 [vim] fzf#run with tmux panes can now return values to the caller Junegunn Choi 2015-03-10 12:07:32 +0900
  • 48e0c1e721 Ignore new options in legacy Ruby version Junegunn Choi 2015-03-10 02:16:32 +0900
  • 12d81e212f [vim] Use fzf-tmux script for tmux integration Junegunn Choi 2015-03-10 01:41:35 +0900
  • c22e729d9c [fzf-tmux] Apply environment variables Junegunn Choi 2015-03-09 23:57:17 +0900
  • 2b8a1c0d70 Update README - Homebrew instruction and fzf-tmux options Junegunn Choi 2015-03-09 23:40:43 +0900
  • e4b56b9702 Merge pull request #138 from junegunn/fzf-tmux-swap-pane Junegunn Choi 2015-03-09 23:28:53 +0900
  • 789a474b28 [fzf-tmux] Allow opening fzf on any position (-u/-d/-l/-r) Junegunn Choi 2015-03-09 02:50:43 +0900
  • fb2959c514 [fzf-tmux] Fix duplicate arguments to fzf Junegunn Choi 2015-03-08 16:39:30 +0900
  • 62a28468a7 [fzf-tmux] Fix -- Junegunn Choi 2015-03-08 16:36:37 +0900