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

Commit Graph

  • c1cd0c09a2 Allow dragging of the preview window Junegunn Choi 2023-01-03 01:46:37 +09:00
  • 1fc1f47d80 Fix double-click on light renderer Junegunn Choi 2023-01-03 01:39:16 +09:00
  • ec471a5bc2 Make sure two consecutive double clicks require four clicks Junegunn Choi 2023-01-03 01:36:51 +09:00
  • a893fc0ca2 Clicks with different x coordinates shouldn't be seen as a double-click Junegunn Choi 2023-01-03 01:21:40 +09:00
  • 3761dc0433 Avoid superfluous update of scrollbar Junegunn Choi 2023-01-02 01:10:01 +09:00
  • aa71a07fbe Fix scrollbar rendering (#3096) Junegunn Choi 2023-01-01 21:16:09 +09:00
  • 088293f5e7 Restore mouse drag mode (#3096) Junegunn Choi 2023-01-01 21:04:40 +09:00
  • 7c660aa86e Allow dragging of scrollbar Junegunn Choi 2023-01-01 18:50:01 +09:00
  • 435d8fa0a2 Colors for 'separator' and 'scrollbar' will default to that for 'border' Junegunn Choi 2023-01-01 17:38:34 +09:00
  • 5cd6f1d064 Add scrollbar Junegunn Choi 2023-01-01 14:48:14 +09:00
  • ec20dfe312 Only allow local requests Junegunn Choi 2022-12-31 23:13:14 +09:00
  • 924ffb5a35 Fix cache being immediately cleared on reload-sync Junegunn Choi 2022-12-31 09:33:23 +09:00
  • 62c7f59b94 Add transform-prompt(...) action Junegunn Choi 2022-12-31 09:27:11 +09:00
  • e97176b1d7 Update transform-query examples for zsh Junegunn Choi 2022-12-30 17:12:55 +09:00
  • d649f5d826 Always execute preview command if {q} is in the template Junegunn Choi 2022-12-30 09:57:10 +09:00
  • 6c37177cf5 Add reload-sync action Junegunn Choi 2022-12-29 20:03:51 +09:00
  • 14775aa975 Add 'load' event that is triggered when the input stream is complete Junegunn Choi 2022-12-29 20:01:50 +09:00
  • 44b6336372 Make server channel buffered Junegunn Choi 2022-12-28 12:50:59 +09:00
  • 36d2bb332b Add transform-query(...) action Junegunn Choi 2022-12-28 00:05:31 +09:00
  • 4dbe45640a Remove $FZF_LISTEN_PORT Junegunn Choi 2022-12-27 22:12:06 +09:00
  • 4b3f0b9f08 Allow put action with an argument i.e. put(...) Junegunn Choi 2022-12-27 19:54:46 +09:00
  • 12af069dca Add pos(...) action to move the cursor to the numeric position Junegunn Choi 2022-12-27 01:01:06 +09:00
  • d42e708d31 Update README-VIM: Different homebrew prefix on Apple Silicon Junegunn Choi 2022-12-26 16:25:36 +09:00
  • b7bb973118 Revert "Add GET endpoints for getting the state of the finder" Junegunn Choi 2022-12-25 19:53:53 +09:00
  • 750b2a6313 Add GET endpoints for getting the state of the finder Junegunn Choi 2022-12-25 16:27:02 +09:00
  • de0da86bd7 Add ppc64le binaries (#3067) Philipp Wagner 2022-11-30 13:20:05 +01:00
  • 8e283f512a Fix bind spec parser Junegunn Choi 2022-12-23 15:37:39 +09:00
  • 73162a4bc3 Rewrite bind spec parser Junegunn Choi 2022-12-23 03:28:16 +09:00
  • 1a9761736e Add time and size limit to remote requests Junegunn Choi 2022-12-22 20:44:49 +09:00
  • fd1f7665a7 Abort fzf if --listen port is unavailable Junegunn Choi 2022-12-21 13:02:25 +09:00
  • 6d14573fd0 Add test case for --listen Junegunn Choi 2022-12-21 01:29:19 +09:00
  • cf69b836ac Only trim CR and NF from the submitted expression Junegunn Choi 2022-12-20 23:31:53 +09:00
  • a7a771b92b Break out of jump mode when any action is submitted to the server Junegunn Choi 2022-12-20 23:24:24 +09:00
  • def011c029 Fix parse error of actions with arguments Junegunn Choi 2022-12-20 23:24:49 +09:00
  • 4b055bf260 Rewrite HTTP server without net/http Junegunn Choi 2022-12-20 16:28:36 +09:00
  • 1ba7484d60 Add --listen=HTTP_PORT option to receive actions Junegunn Choi 2022-12-18 00:22:15 +09:00
  • 51c518da1e Add change-query(...) action Junegunn Choi 2022-12-17 18:59:16 +09:00
  • a3b6b03dfb Fix typo (#3093) polluks2 2022-12-17 15:58:43 +01:00
  • 18e3b38c69 Add 'next-selected' and 'prev-selected' actions Junegunn Choi 2022-12-11 00:59:34 +09:00
  • 0ad30063ff Rename previous-history to prev-history Junegunn Choi 2022-12-10 22:42:56 +09:00
  • 7812c64a31 Fix uninitialized colors in base themes Junegunn Choi 2022-12-10 16:55:19 +09:00
  • 3d2376ab52 Add color name 'preview-label' (#3053) Junegunn Choi 2022-12-09 12:05:27 +09:00
  • 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