Commit Graph

  • 6b207bbf2b Fix inconsistent bonus points in exact match Junegunn Choi 2022-12-04 22:14:11 +09:00
  • 3f079ba7c6 README.md: Clarify on FZF_*_OPTS (#3064) Bjørn Forsman 2022-12-02 06:57:32 +01:00
  • 8f4c89f50e Make 'double-click' behave the same as 'enter' by default Junegunn Choi 2022-11-29 20:24:18 +09:00
  • 6b7a543c82 Add more util tests (#3062) OHZEKI Naoki 2022-11-27 16:30:59 +09:00
  • 2ba68d24f2 Do not erase info separator before redrawing it Junegunn Choi 2022-11-25 23:50:12 +09:00
  • 46877e0a92 test(eventbox): remove obsolete EvtClose const (#3059) Bruno Heridet 2022-11-23 11:38:14 +01:00
  • b55f555487 0.35.1 0.35.1 Junegunn Choi 2022-11-18 20:42:56 +09:00
  • a38b63be18 Fix mouse event above fzf finder Junegunn Choi 2022-11-18 20:31:12 +09:00
  • 1bebd6f4f5 Fix panic on inverse match query with --tiebreak=chunk Junegunn Choi 2022-11-18 16:18:11 +09:00
  • 3da63f394d doc(man): complete the definition of what --no-unicode impacts (#3054) Bruno Heridet 2022-11-18 02:23:21 +01:00
  • 2a54e3d770 Fix typos in the source code (#3048) Zhizhen He 2022-11-18 09:23:04 +08:00
  • 06b02ba46e Bump actions/dependency-review-action from 2 to 3 (#3046) dependabot[bot] 2022-11-18 10:22:08 +09:00
  • d01ae55109 0.35.0 0.35.0 Junegunn Choi 2022-11-12 00:57:33 +09:00
  • 8868d7d188 Add --separator to customize the info separator Junegunn Choi 2022-11-10 16:23:33 +09:00
  • 2eec9892be [neovim] Use Normal group colors for floating window Junegunn Choi 2022-11-08 00:29:24 +09:00
  • 01ae621f11 Add --border=[bold|double] and --preview-window=border-[bold|double] Junegunn Choi 2022-11-06 14:38:31 +09:00
  • f984aa0d2c Fix --border-label and --preview-label on tcell renderer Junegunn Choi 2022-11-06 14:35:20 +09:00
  • 0881a6bc17 [neovim] Do not use Pmenu group colors for floating window Junegunn Choi 2022-11-05 01:03:25 +09:00
  • 2c6a73546d Fix rubocop check Junegunn Choi 2022-11-01 13:59:17 +09:00
  • a29944660e Fix typo in CHANGELOG Junegunn Choi 2022-11-01 13:33:09 +09:00
  • f6ce624c6f Add tests for --border-label and --preview-label Junegunn Choi 2022-10-31 10:56:24 +09:00
  • c09ec8e4d1 Allow putting border label on the bottom line Junegunn Choi 2022-10-31 00:22:41 +09:00
  • 31bbaad06e Add --preview-label and --preview-label-pos Junegunn Choi 2022-10-30 20:44:46 +09:00
  • b9ca1fe830 Add horizontal separator after info panel (counter) Junegunn Choi 2022-10-30 16:28:58 +09:00
  • e61585f2f3 Add --border-label and --border-label-pos Junegunn Choi 2022-10-30 00:12:01 +09:00
  • 0de1aacb0c [vim] Fix version check on Windows when shellslash is set Junegunn Choi 2022-10-31 00:25:37 +09:00
  • 168829b555 Add 'start' event that is triggered once when fzf finder starts Junegunn Choi 2022-10-27 00:33:05 +09:00
  • 170fc517d0 Use actions/setup-go v3 (#3021) dependabot[bot] 2022-10-25 15:54:44 +09:00
  • 0fbf1c7c71 Add dependency review (#2817) Naveen 2022-10-24 19:34:58 -05:00
  • 694be39c71 Use ruby/setup-ruby v1 (#3012) dependabot[bot] 2022-10-24 20:07:31 +09:00
  • dad26d81df Use github/codeql-action@v2 (#2998) dependabot[bot] 2022-10-16 22:36:59 +09:00
  • bcaea097ea Bump actions/checkout from 61b9e3751b92087fd0b06925ba6dd6314e06f089 to v3 (#2997) dependabot[bot] 2022-10-16 22:33:49 +09:00
  • d56fe74e24 Add checksums of Darwin binaries Junegunn Choi 2022-10-16 22:06:40 +09:00
  • 4603d540c3 [shell] Make bash/zsh completion and bindings work with 'set -u' (#2999) John Fred Fadrigalan 2022-10-16 16:15:19 +08:00
  • f9d53303bb [vim] Remove unnecessary powershell check Junegunn Choi 2022-10-13 14:48:32 +09:00
  • d04faa6505 [vim] Fix escaping of fzf binary path containing spaces on Windows Junegunn Choi 2022-10-12 20:07:58 +09:00
  • 07da058eae [vim] Update fzf#install to handle spaces on Windows (#2993) Kyle L. Davis 2022-10-08 05:20:39 -05:00
  • cefa6b9878 doc(man): add a hint about which UI element is the finder info (#2991) Bruno Heridet 2022-10-04 02:52:28 +02:00
  • 04d0b0223f 0.34.0 0.34.0 Junegunn Choi 2022-09-28 11:05:39 +09:00
  • 78ad6d2d88 Phase out --no-clear in favor of bindable 'reload' action Junegunn Choi 2022-09-27 11:29:49 +09:00
  • 22cbd9fa58 Implement height range (--height ~[VALUE][%]) Junegunn Choi 2022-09-08 01:01:22 +09:00
  • 984049586a Bump github.com/mattn/go-runewidth from 0.0.13 to 0.0.14 (#2984) dependabot[bot] 2022-09-28 17:03:19 +09:00
  • cdfc2b92e3 Bump github.com/rivo/uniseg from 0.2.0 to 0.4.2 (#2964) dependabot[bot] 2022-09-28 17:02:55 +09:00
  • 4530abe8df Bump ruby/setup-ruby from 1.101.0 to 1.117.0 (#2974) dependabot[bot] 2022-09-28 16:55:35 +09:00
  • 586020b8b6 Bump actions/checkout from 629c2de402a417ea7690ca6ce3f33229e27606a5 to 61b9e3751b92087fd0b06925ba6dd6314e06f089 (#2965) dependabot[bot] 2022-09-28 16:55:13 +09:00
  • 3a8626fd04 Bump github.com/saracen/walker from 0.1.2 to 0.1.3 (#2880) dependabot[bot] 2022-09-28 16:53:56 +09:00
  • a6e483a434 Bump actions/setup-go from 3.0.0 to 3.3.0 (#2946) dependabot[bot] 2022-09-28 16:53:04 +09:00
  • 6a942e56b1 Bump github/codeql-action from 2.1.8 to 2.1.25 (#2985) dependabot[bot] 2022-09-28 16:50:36 +09:00
  • 87c91550ad Bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16 (#2926) dependabot[bot] 2022-09-28 16:50:19 +09:00
  • 731daf0f37 Fix tcell renderer Junegunn Choi 2022-09-26 14:09:38 +09:00
  • f931e53890 [fish] Do not use builtin cd Junegunn Choi 2022-09-20 16:58:43 +09:00
  • b5efc68737 Revert "Add Sponsor Labels action" Junegunn Choi 2022-09-13 09:43:11 +09:00
  • b9e6e7926c [bash] Fix completion of var or alias containing newlines (#2952) knutze 2022-09-10 11:38:41 +09:00
  • 845034c81c Add Sponsor Labels action Junegunn Choi 2022-09-10 11:25:32 +09:00
  • 54d42e3f40 Fix typo in CHANGELOG (#2948) Abirdcfly 2022-08-30 12:28:01 +08:00
  • e03ac3136e 0.33.0 0.33.0 Junegunn Choi 2022-08-29 07:23:14 +09:00
  • 6fb41a202a Add --scheme=[default|path|history] option to choose scoring scheme Junegunn Choi 2022-08-28 22:16:57 +09:00
  • 4bef330ce1 Add support for ANSI strike-through (#2932) Emil Vanherp 2022-08-20 23:23:03 +02:00
  • 8a5f719964 ADVANCED: fzf-git.sh Junegunn Choi 2022-08-25 17:54:35 +09:00
  • 209d5e8e90 ansi: speed up escape sequence parsing (#2927) Charlie Vieth 2022-08-25 01:02:08 -04:00
  • 9d041aa582 Update README Junegunn Choi 2022-08-23 13:29:41 +09:00
  • 6532b3e655 [completion] Remove extra trailing slash on directory completion Junegunn Choi 2022-08-22 22:29:51 +09:00
  • c1c355160d Support border-{up,down} as the synonyms for border-{top,bottom} Junegunn Choi 2022-08-18 09:19:02 +09:00
  • 83515d5610 Update ANSI test cases Junegunn Choi 2022-08-13 22:40:26 +09:00
  • aa10dccf90 Support colon delimiter in ANSI escape sequences Junegunn Choi 2022-08-12 22:18:10 +09:00
  • f4fd53211a Reformat comments adhere to gofmt Junegunn Choi 2022-08-12 22:11:15 +09:00
  • 4993d19466 0.32.1 0.32.1 Junegunn Choi 2022-08-08 23:57:32 +09:00
  • 19f9bbca0d Allow specifying fzf options in $FZF_TMUX_OPTS without '--' Junegunn Choi 2022-08-08 13:39:37 +09:00
  • 779d8e1627 Use go 1.19 Junegunn Choi 2022-08-08 13:39:00 +09:00
  • bb07410448 Add --strip-cwd-prefix to fd examples Junegunn Choi 2022-08-08 13:38:21 +09:00
  • d826f9e72f [fzf-tmux] Use fzf border instead of tmux popup border (#2908) Yang Tian 2022-08-06 18:28:45 -07:00
  • 6a6130615d [fzf-tmux] Remove code for tmux 3.2 beta compatibility Junegunn Choi 2022-08-06 19:01:08 +09:00
  • a8e7021be2 [completion] ssh: Remove values with '%' (#2548) lbesnard 2022-08-03 23:39:42 +10:00
  • 38259d0382 Fix incorrect ordering of --tiebreak=chunk Junegunn Choi 2022-08-03 22:18:26 +09:00
  • f7e7259910 0.32.0 0.32.0 Junegunn Choi 2022-08-02 21:56:14 +09:00
  • f0bfeba733 Add new tiebreak: 'chunk' Junegunn Choi 2022-08-02 13:44:55 +09:00
  • c3a7a24eea Tweak bonus points to word boundaries Junegunn Choi 2022-07-30 22:11:21 +09:00
  • bbbcd780c9 Allow "--version" to be used as the argument to --query, --header, et al. Junegunn Choi 2022-08-01 10:42:16 +09:00
  • 475469a2e7 [zsh] Make awk regex compatible with both GNU and macOS (#2906) kissge 2022-08-02 20:56:25 +09:00
  • 3a7447dcb6 Update FUNDING.yml Junegunn Choi 2022-07-30 19:35:41 +09:00
  • e5d8cbd383 [vim] Fix version check on windows/powershell (addendum) Junegunn Choi 2022-07-30 19:07:39 +09:00
  • 3c08dca7e7 Fix README examples so that they work both on bash and zsh Junegunn Choi 2022-07-29 22:02:10 +09:00
  • d083f01d22 [vim] Add option to force 24 bit colors on Windows (#2889) Carl Kamholtz 2022-07-29 22:51:35 +10:00
  • 68cf393644 [bash] Fix 'possible retry loop' problem of bash-completion (#2891) Bob Matcuk 2022-07-29 08:50:59 -04:00
  • 18f7230662 Fix mouse location in --height mode Junegunn Choi 2022-07-29 15:42:44 +09:00
  • 728f735281 [vim] Fix version check on windows/powershell (#2894) Carl Kamholtz 2022-07-29 09:18:06 +10:00
  • ecc418ba77 0.31.0 Junegunn Choi 2022-07-21 22:46:34 +09:00
  • a0ef8987fb 0.31.0 0.31.0 Junegunn Choi 2022-07-21 22:46:34 +09:00
  • 3af5b7f2ac Do not validate other options when --version is present Junegunn Choi 2022-07-21 22:36:24 +09:00
  • 7a7cfcacbe Lift unicode.IsGraphic constraint for pointer, marker, and ellipsis Junegunn Choi 2022-07-21 22:24:11 +09:00
  • 52594355bf [shell] 'kill' completion will now require trigger sequence (**) Junegunn Choi 2022-07-21 22:16:19 +09:00
  • 0d06c28b19 Fix delimiter regex to properly support caret (^) Junegunn Choi 2022-07-21 21:21:06 +09:00
  • ccc4677252 [vim] fzf#exec: Shell-escape fzf binary path Junegunn Choi 2022-07-20 14:29:52 +09:00
  • 821fc9feed Fix failing test case Junegunn Choi 2022-07-20 12:29:45 +09:00
  • 82b46726fc Add support for an alternative preview window layout Junegunn Choi 2022-07-20 12:08:54 +09:00
  • 8df872a482 [zsh] Replace perl with awk (#2777) Jakub Jirutka 2022-07-20 04:53:34 +02:00
  • c79c306adb [bash] Fix fzf-tmux to have fzf's completion (#2871) Jonathan Zacsh 2022-07-15 01:53:23 -05:00
  • 51fdaad002 [uninstall] Remove readlink to support relative symlinks of dotfiles Junegunn Choi 2022-07-01 16:30:56 +09:00
  • 885cd8ff04 [make] Add loongarch64 support (#2857) znley 2022-06-28 08:16:26 +08:00
  • 2707af403a [shell] Don't export PATH in ~/.fzf.{bash,zsh} (#2852) Tanish Yadav 2022-06-24 13:23:51 +05:30