Commit Graph

  • 4dbe45640a
    Remove $FZF_LISTEN_PORT Junegunn Choi 2022-12-27 22:12:06 +0900
  • 4b3f0b9f08
    Allow put action with an argument i.e. put(...) Junegunn Choi 2022-12-27 19:54:46 +0900
  • 12af069dca
    Add pos(...) action to move the cursor to the numeric position Junegunn Choi 2022-12-27 01:01:06 +0900
  • d42e708d31
    Update README-VIM: Different homebrew prefix on Apple Silicon Junegunn Choi 2022-12-26 16:25:36 +0900
  • b7bb973118
    Revert "Add GET endpoints for getting the state of the finder" Junegunn Choi 2022-12-25 19:53:53 +0900
  • 750b2a6313
    Add GET endpoints for getting the state of the finder Junegunn Choi 2022-12-25 16:27:02 +0900
  • de0da86bd7
    Add ppc64le binaries (#3067) Philipp Wagner 2022-11-30 13:20:05 +0100
  • 8e283f512a
    Fix bind spec parser Junegunn Choi 2022-12-23 15:37:39 +0900
  • 73162a4bc3
    Rewrite bind spec parser Junegunn Choi 2022-12-23 03:28:16 +0900
  • 1a9761736e
    Add time and size limit to remote requests Junegunn Choi 2022-12-22 20:44:49 +0900
  • fd1f7665a7
    Abort fzf if --listen port is unavailable Junegunn Choi 2022-12-21 13:02:25 +0900
  • 6d14573fd0 Add test case for --listen Junegunn Choi 2022-12-21 01:29:19 +0900
  • cf69b836ac Only trim CR and NF from the submitted expression Junegunn Choi 2022-12-20 23:31:53 +0900
  • a7a771b92b Break out of jump mode when any action is submitted to the server Junegunn Choi 2022-12-20 23:24:24 +0900
  • def011c029 Fix parse error of actions with arguments Junegunn Choi 2022-12-20 23:24:49 +0900
  • 4b055bf260 Rewrite HTTP server without net/http Junegunn Choi 2022-12-20 16:28:36 +0900
  • 1ba7484d60 Add --listen=HTTP_PORT option to receive actions Junegunn Choi 2022-12-18 00:22:15 +0900
  • 51c518da1e
    Add change-query(...) action Junegunn Choi 2022-12-17 18:59:16 +0900
  • a3b6b03dfb
    Fix typo (#3093) polluks2 2022-12-17 15:58:43 +0100
  • 18e3b38c69
    Add 'next-selected' and 'prev-selected' actions Junegunn Choi 2022-12-11 00:59:34 +0900
  • 0ad30063ff
    Rename previous-history to prev-history Junegunn Choi 2022-12-10 22:42:56 +0900
  • 7812c64a31
    Fix uninitialized colors in base themes Junegunn Choi 2022-12-10 16:55:19 +0900
  • 3d2376ab52
    Add color name 'preview-label' (#3053) Junegunn Choi 2022-12-09 12:05:27 +0900
  • 6b207bbf2b
    Fix inconsistent bonus points in exact match Junegunn Choi 2022-12-04 22:14:11 +0900
  • 3f079ba7c6
    README.md: Clarify on FZF_*_OPTS (#3064) Bjørn Forsman 2022-12-02 06:57:32 +0100
  • 8f4c89f50e
    Make 'double-click' behave the same as 'enter' by default Junegunn Choi 2022-11-29 20:24:18 +0900
  • 6b7a543c82
    Add more util tests (#3062) OHZEKI Naoki 2022-11-27 16:30:59 +0900
  • 2ba68d24f2
    Do not erase info separator before redrawing it Junegunn Choi 2022-11-25 23:50:12 +0900
  • 46877e0a92
    test(eventbox): remove obsolete EvtClose const (#3059) Bruno Heridet 2022-11-23 11:38:14 +0100
  • b55f555487
    0.35.1 Junegunn Choi 2022-11-18 20:42:56 +0900
  • a38b63be18
    Fix mouse event above fzf finder Junegunn Choi 2022-11-18 20:31:12 +0900
  • 1bebd6f4f5
    Fix panic on inverse match query with --tiebreak=chunk Junegunn Choi 2022-11-18 16:18:11 +0900
  • 3da63f394d
    doc(man): complete the definition of what --no-unicode impacts (#3054) Bruno Heridet 2022-11-18 02:23:21 +0100
  • 2a54e3d770
    Fix typos in the source code (#3048) Zhizhen He 2022-11-18 09:23:04 +0800
  • 06b02ba46e
    Bump actions/dependency-review-action from 2 to 3 (#3046) dependabot[bot] 2022-11-18 10:22:08 +0900
  • d01ae55109
    0.35.0 Junegunn Choi 2022-11-12 00:57:33 +0900
  • 8868d7d188
    Add --separator to customize the info separator Junegunn Choi 2022-11-10 16:23:33 +0900
  • 2eec9892be
    [neovim] Use Normal group colors for floating window Junegunn Choi 2022-11-08 00:29:24 +0900
  • 01ae621f11
    Add --border=[bold|double] and --preview-window=border-[bold|double] Junegunn Choi 2022-11-06 14:38:31 +0900
  • f984aa0d2c
    Fix --border-label and --preview-label on tcell renderer Junegunn Choi 2022-11-06 14:35:20 +0900
  • 0881a6bc17
    [neovim] Do not use Pmenu group colors for floating window Junegunn Choi 2022-11-05 01:03:25 +0900
  • 2c6a73546d
    Fix rubocop check Junegunn Choi 2022-11-01 13:59:17 +0900
  • a29944660e
    Fix typo in CHANGELOG Junegunn Choi 2022-11-01 13:33:09 +0900
  • f6ce624c6f
    Add tests for --border-label and --preview-label Junegunn Choi 2022-10-31 10:56:24 +0900
  • c09ec8e4d1
    Allow putting border label on the bottom line Junegunn Choi 2022-10-31 00:22:41 +0900
  • 31bbaad06e
    Add --preview-label and --preview-label-pos Junegunn Choi 2022-10-30 20:44:46 +0900
  • b9ca1fe830
    Add horizontal separator after info panel (counter) Junegunn Choi 2022-10-30 16:28:58 +0900
  • e61585f2f3
    Add --border-label and --border-label-pos Junegunn Choi 2022-10-30 00:12:01 +0900
  • 0de1aacb0c
    [vim] Fix version check on Windows when shellslash is set Junegunn Choi 2022-10-31 00:25:37 +0900
  • 168829b555
    Add 'start' event that is triggered once when fzf finder starts Junegunn Choi 2022-10-27 00:33:05 +0900
  • 170fc517d0
    Use actions/setup-go v3 (#3021) dependabot[bot] 2022-10-25 15:54:44 +0900
  • 0fbf1c7c71
    Add dependency review (#2817) Naveen 2022-10-24 19:34:58 -0500
  • 694be39c71
    Use ruby/setup-ruby v1 (#3012) dependabot[bot] 2022-10-24 20:07:31 +0900
  • dad26d81df
    Use github/codeql-action@v2 (#2998) dependabot[bot] 2022-10-16 22:36:59 +0900
  • bcaea097ea
    Bump actions/checkout from 61b9e3751b92087fd0b06925ba6dd6314e06f089 to v3 (#2997) dependabot[bot] 2022-10-16 22:33:49 +0900
  • d56fe74e24
    Add checksums of Darwin binaries Junegunn Choi 2022-10-16 22:06:40 +0900
  • 4603d540c3
    [shell] Make bash/zsh completion and bindings work with 'set -u' (#2999) John Fred Fadrigalan 2022-10-16 16:15:19 +0800
  • f9d53303bb
    [vim] Remove unnecessary powershell check Junegunn Choi 2022-10-13 14:48:32 +0900
  • d04faa6505
    [vim] Fix escaping of fzf binary path containing spaces on Windows Junegunn Choi 2022-10-12 20:07:58 +0900
  • 07da058eae
    [vim] Update fzf#install to handle spaces on Windows (#2993) Kyle L. Davis 2022-10-08 05:20:39 -0500
  • cefa6b9878
    doc(man): add a hint about which UI element is the finder info (#2991) Bruno Heridet 2022-10-04 02:52:28 +0200
  • 04d0b0223f
    0.34.0 Junegunn Choi 2022-09-28 11:05:39 +0900
  • 78ad6d2d88
    Phase out --no-clear in favor of bindable 'reload' action Junegunn Choi 2022-09-27 11:29:49 +0900
  • 22cbd9fa58
    Implement height range (--height ~[VALUE][%]) Junegunn Choi 2022-09-08 01:01:22 +0900
  • 984049586a
    Bump github.com/mattn/go-runewidth from 0.0.13 to 0.0.14 (#2984) dependabot[bot] 2022-09-28 17:03:19 +0900
  • cdfc2b92e3
    Bump github.com/rivo/uniseg from 0.2.0 to 0.4.2 (#2964) dependabot[bot] 2022-09-28 17:02:55 +0900
  • 4530abe8df
    Bump ruby/setup-ruby from 1.101.0 to 1.117.0 (#2974) dependabot[bot] 2022-09-28 16:55:35 +0900
  • 586020b8b6
    Bump actions/checkout from 629c2de402a417ea7690ca6ce3f33229e27606a5 to 61b9e3751b92087fd0b06925ba6dd6314e06f089 (#2965) dependabot[bot] 2022-09-28 16:55:13 +0900
  • 3a8626fd04
    Bump github.com/saracen/walker from 0.1.2 to 0.1.3 (#2880) dependabot[bot] 2022-09-28 16:53:56 +0900
  • a6e483a434
    Bump actions/setup-go from 3.0.0 to 3.3.0 (#2946) dependabot[bot] 2022-09-28 16:53:04 +0900
  • 6a942e56b1
    Bump github/codeql-action from 2.1.8 to 2.1.25 (#2985) dependabot[bot] 2022-09-28 16:50:36 +0900
  • 87c91550ad
    Bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16 (#2926) dependabot[bot] 2022-09-28 16:50:19 +0900
  • 731daf0f37
    Fix tcell renderer Junegunn Choi 2022-09-26 14:09:38 +0900
  • f931e53890
    [fish] Do not use builtin cd Junegunn Choi 2022-09-20 16:58:43 +0900
  • b5efc68737
    Revert "Add Sponsor Labels action" Junegunn Choi 2022-09-13 09:43:11 +0900
  • b9e6e7926c
    [bash] Fix completion of var or alias containing newlines (#2952) knutze 2022-09-10 11:38:41 +0900
  • 845034c81c
    Add Sponsor Labels action Junegunn Choi 2022-09-10 11:25:32 +0900
  • 54d42e3f40
    Fix typo in CHANGELOG (#2948) Abirdcfly 2022-08-30 12:28:01 +0800
  • e03ac3136e
    0.33.0 Junegunn Choi 2022-08-29 07:23:14 +0900
  • 6fb41a202a
    Add --scheme=[default|path|history] option to choose scoring scheme Junegunn Choi 2022-08-28 22:16:57 +0900
  • 4bef330ce1
    Add support for ANSI strike-through (#2932) Emil Vanherp 2022-08-20 23:23:03 +0200
  • 8a5f719964
    ADVANCED: fzf-git.sh Junegunn Choi 2022-08-25 17:54:35 +0900
  • 209d5e8e90
    ansi: speed up escape sequence parsing (#2927) Charlie Vieth 2022-08-25 01:02:08 -0400
  • 9d041aa582
    Update README Junegunn Choi 2022-08-23 13:29:41 +0900
  • 6532b3e655
    [completion] Remove extra trailing slash on directory completion Junegunn Choi 2022-08-22 22:29:51 +0900
  • c1c355160d
    Support border-{up,down} as the synonyms for border-{top,bottom} Junegunn Choi 2022-08-18 09:19:02 +0900
  • 83515d5610
    Update ANSI test cases Junegunn Choi 2022-08-13 22:40:26 +0900
  • aa10dccf90
    Support colon delimiter in ANSI escape sequences Junegunn Choi 2022-08-12 22:18:10 +0900
  • f4fd53211a
    Reformat comments adhere to gofmt Junegunn Choi 2022-08-12 22:11:15 +0900
  • 4993d19466
    0.32.1 Junegunn Choi 2022-08-08 23:57:32 +0900
  • 19f9bbca0d
    Allow specifying fzf options in $FZF_TMUX_OPTS without '--' Junegunn Choi 2022-08-08 13:39:37 +0900
  • 779d8e1627
    Use go 1.19 Junegunn Choi 2022-08-08 13:39:00 +0900
  • bb07410448
    Add --strip-cwd-prefix to fd examples Junegunn Choi 2022-08-08 13:38:21 +0900
  • d826f9e72f
    [fzf-tmux] Use fzf border instead of tmux popup border (#2908) Yang Tian 2022-08-06 18:28:45 -0700
  • 6a6130615d
    [fzf-tmux] Remove code for tmux 3.2 beta compatibility Junegunn Choi 2022-08-06 19:01:08 +0900
  • a8e7021be2
    [completion] ssh: Remove values with '%' (#2548) lbesnard 2022-08-03 23:39:42 +1000
  • 38259d0382
    Fix incorrect ordering of --tiebreak=chunk Junegunn Choi 2022-08-03 22:18:26 +0900
  • f7e7259910
    0.32.0 Junegunn Choi 2022-08-02 21:56:14 +0900
  • f0bfeba733
    Add new tiebreak: 'chunk' Junegunn Choi 2022-08-02 13:44:55 +0900
  • c3a7a24eea
    Tweak bonus points to word boundaries Junegunn Choi 2022-07-30 22:11:21 +0900