Commit Graph

  • 82954258c1 Add Spack installation instructions to README (#3526) Alec Scott 2023-12-09 23:08:54 -08:00
  • 50f092551b Lint: RuboCop Junegunn Choi 2023-12-10 16:04:30 +09:00
  • c36a64be68 Add accept-or-print-query Junegunn Choi 2023-12-10 15:59:45 +09:00
  • a343b20775 Bump golang.org/x/term from 0.13.0 to 0.15.0 (#3525) dependabot[bot] 2023-12-10 15:16:47 +09:00
  • a714e76ae1 Deploying to master from @ junegunn/fzf@d21d5c9510 🚀 junegunn 2023-12-10 00:01:46 +00:00
  • d21d5c9510 Deploying to master from @ junegunn/fzf@cd6788a2bb 🚀 junegunn 2023-12-03 00:01:38 +00:00
  • cd6788a2bb Increase buffer size of event channel to avoid freeze on zero event Junegunn Choi 2023-11-30 17:20:47 +09:00
  • 6b99399c41 Deploying to master from @ junegunn/fzf@952b6af445 🚀 junegunn 2023-11-26 00:01:42 +00:00
  • 952b6af445 Allow files creation in /tmp on OpenBSD (#3512) Laurent Cheylus 2023-11-21 07:03:12 +00:00
  • 7c674ad7fa Deploying to master from @ junegunn/fzf@d7d2ac3951 🚀 junegunn 2023-11-19 00:01:41 +00:00
  • d7d2ac3951 0.44.1 0.44.1 Junegunn Choi 2023-11-17 19:17:00 +09:00
  • 29e67d307a Fix crash when preview window is hidden on focus event Junegunn Choi 2023-11-17 19:13:37 +09:00
  • 7320b7df62 0.44.0 0.44.0 Junegunn Choi 2023-11-12 22:08:08 +09:00
  • 11fb4233f7 Fix Home, End on rxvt-unicode (#3507) Tomáš Janoušek 2023-11-12 13:06:38 +00:00
  • 84bb350b14 Reset horizontal offset of the prompt on 'beginning-of-line' Junegunn Choi 2023-11-12 21:41:34 +09:00
  • 38e3694d1c Revert "Sixel and Kitty image support on Windows binary (#2544)" Junegunn Choi 2023-11-10 12:55:18 +09:00
  • 1084935241 Bump golang.org/x/sys from 0.13.0 to 0.14.0 (#3503) dependabot[bot] 2023-11-08 12:03:04 +09:00
  • f5f0b9ecaa Fix a typo Junegunn Choi 2023-11-08 11:18:36 +09:00
  • 230fc49ae2 (Experimental) Add support for iTerm2 inline image protocol Junegunn Choi 2023-11-07 11:42:32 +09:00
  • 250d507bdf Fix a typo on CHANGELOG Junegunn Choi 2023-11-07 10:48:28 +09:00
  • a818653174 Add --listen-unsafe=ADDR to allow remote process execution (#3498) Junegunn Choi 2023-11-05 10:50:11 +09:00
  • 5c3b044740 Deploying to master from @ junegunn/fzf@c5aa8729a1 🚀 junegunn 2023-11-05 00:01:39 +00:00
  • c5aa8729a1 Fix failing test case Junegunn Choi 2023-11-04 16:27:24 +09:00
  • 3f78d76da1 Allow accepting remote connections Junegunn Choi 2023-11-04 16:06:59 +09:00
  • 70c19ccf16 Fix CTRL-Z handling: Signal SIGSTOP to PGID Junegunn Choi 2023-11-04 13:46:29 +09:00
  • 68db9cb499 Sixel and Kitty image support on Windows binary (#2544) Junegunn Choi 2023-11-03 00:07:28 +09:00
  • d0466fa777 Fix regression where tcell renderer not clearing the preview window Junegunn Choi 2023-11-02 21:00:07 +09:00
  • 21ab64e962 sixel: Export $FZF_PREVIEW_TOP to the preview command (#2544) Junegunn Choi 2023-11-02 01:35:36 +09:00
  • a0145cebf2 sixel: Better handling of animated GIFs (#2544) Junegunn Choi 2023-11-02 00:15:02 +09:00
  • 69176fc5f4 fzf-preview.sh: Fall back to stty size (#2544) Junegunn Choi 2023-11-02 00:14:11 +09:00
  • 278dce9ba6 Restore scroll after rendering full-height Sixel image (#2544) Junegunn Choi 2023-10-31 23:29:47 +09:00
  • 1cfa3ee4c7 fzf-preview.sh: Check the number of arguments Junegunn Choi 2023-10-30 00:05:20 +09:00
  • 9a95cd5794 Fix Sixel height calculation (#2544) Junegunn Choi 2023-10-29 23:34:33 +09:00
  • a62fe3df6f [completion] Handle all hostaliases in /etc/hosts (#3495) akdevservices 2023-10-29 03:05:30 +03:00
  • 7701244a08 Deploying to master from @ junegunn/fzf@96e31e4b78 🚀 junegunn 2023-10-29 00:01:39 +00:00
  • 96e31e4b78 Fix Sixel issues (#2544) Junegunn Choi 2023-10-27 14:36:14 +09:00
  • ec208af474 Go 1.18 or above is required Junegunn Choi 2023-10-26 23:30:46 +09:00
  • 242641264d Clear previous non-Sixel text before rendering Sixel image (#2544) Junegunn Choi 2023-10-26 22:27:06 +09:00
  • d3a9a0615b Fix kitty icat handling Junegunn Choi 2023-10-26 22:26:47 +09:00
  • 3277e8c89c Remove $FZF_PREVIEW_PIXEL_{WIDTH,HEIGHT} (#2544) Junegunn Choi 2023-10-26 21:36:57 +09:00
  • d02b9442a5 (Experimental) Improve Sixel graphics support (#2544) Junegunn Choi 2023-10-26 00:22:28 +09:00
  • bac385b59c Simplify LightRenderer.Size() Junegunn Choi 2023-10-23 23:40:56 +09:00
  • b1a0ab8086 Experimental Sixel support (#2544) Junegunn Choi 2023-10-23 01:01:47 +09:00
  • a33749eb71 Deploying to master from @ junegunn/fzf@f5e4ee90e4 🚀 junegunn 2023-10-22 00:01:50 +00:00
  • f5e4ee90e4 Fix bug where top section of the previous preview content appearing Junegunn Choi 2023-10-21 16:11:15 +09:00
  • 690d5e6dbd Fix scrollability of the preview window when preview offset is specified Junegunn Choi 2023-10-20 17:37:08 +09:00
  • a76c055b63 Fix inconsistent preview window width with --border Junegunn Choi 2023-10-20 16:03:41 +09:00
  • 70c461c60b [bash] Preserve existing completion for ssh Junegunn Choi 2023-10-19 09:58:36 +09:00
  • d51b71ee80 Fix crash on OpenBSD with --listen (#3483) Laurent Cheylus 2023-10-16 23:46:43 +00:00
  • 3666448ca6 Deploying to master from @ junegunn/fzf@d3311d9f43 🚀 junegunn 2023-10-15 00:01:43 +00:00
  • d3311d9f43 0.43.0 0.43.0 Junegunn Choi 2023-10-15 01:52:02 +09:00
  • 3e1735b06e [zsh] Fix 'emulate: unknown argument -o' error on old zsh (#3465) LangLangBart 2023-10-14 10:41:01 +02:00
  • de7ef7eace [fzf-tmux] Fix 'empty command' error on tmux 3.2 Junegunn Choi 2023-10-13 20:13:28 +09:00
  • 7e89458a3b [fish] exit as well when called from non-interactive shell (#3467) Christoph Anton Mitterer 2023-10-12 18:06:55 +02:00
  • f212bafe46 [bash] Remove implicit bash-completion dependency Junegunn Choi 2023-10-13 01:00:43 +09:00
  • 86fe40708b [bash] statically define __fzf_list_hosts() with either method Christoph Anton Mitterer 2023-09-26 23:27:33 +02:00
  • d718747c5b [bash] try to use bash-completions’s _known_hosts_real() for getting hostnames Christoph Anton Mitterer 2023-09-26 22:42:55 +02:00
  • 46ee9ac41c [shell] make __fzf_list_hosts() definable by the user Christoph Anton Mitterer 2023-09-26 20:37:04 +02:00
  • f1d306feab [shell] move username prefixing code where needed Christoph Anton Mitterer 2023-09-26 20:21:09 +02:00
  • 2d0db98e83 [shell] don’t print error on non-existent SSH files Christoph Anton Mitterer 2023-09-26 19:40:57 +02:00
  • 3df06a1c68 Fix offset-up and offset-down with --layout=reverse (#3456) Junegunn Choi 2023-10-12 19:14:03 +09:00
  • a8f9432a3a Bump golang.org/x/term from 0.12.0 to 0.13.0 (#3469) dependabot[bot] 2023-10-11 13:17:47 +09:00
  • 561e0b04a8 [bash] Use command to “protect” further commands (#3462) Christoph Anton Mitterer 2023-10-11 06:07:47 +02:00
  • 404b6a864b Add offset-up and offset-down Junegunn Choi 2023-10-11 12:51:05 +09:00
  • 4feaf31225 [bash] bring fzf’s own bash completion up to date (#3471) Christoph Anton Mitterer 2023-10-11 03:54:50 +02:00
  • 391aa14845 Add mouse events for --bind Junegunn Choi 2023-10-10 18:58:22 +09:00
  • a0d61b4c37 [install] Remove redundant interactiveness check Junegunn Choi 2023-10-09 10:00:55 +09:00
  • 2952737755 Update README: Experimental support for Kitty graphics protocol Junegunn Choi 2023-10-09 01:29:03 +09:00
  • f103aa4753 Improve interactiveness checks (#3449) Christoph Anton Mitterer 2023-10-08 18:19:28 +02:00
  • 884856023a Deploying to master from @ junegunn/fzf@d8188fce7b 🚀 junegunn 2023-10-08 00:01:43 +00:00
  • d8188fce7b Experimental support for Kitty image protocol in preview window Junegunn Choi 2023-10-07 18:20:27 +09:00
  • 0f15f1ab73 [bash] Improve mawk detection (#3463) step 2023-10-07 10:26:46 +02:00
  • 488a236b7a [shell] Avoid side-effects during eval (#3459) Junegunn Choi 2023-10-03 20:04:56 +09:00
  • e833823e15 [bash] Don’t print function definition when checking for existence (#3448) Christoph Anton Mitterer 2023-10-02 14:02:35 +02:00
  • ee4ba104e7 [completion] Prevent running a command during 'eval' Junegunn Choi 2023-10-02 20:40:49 +09:00
  • 4fdc08295b Deploying to master from @ junegunn/fzf@a3ff49aaf1 🚀 junegunn 2023-10-01 00:01:42 +00:00
  • a3ff49aaf1 [bash] CTRL-R on bash 3: Use backticks to avoid delay Junegunn Choi 2023-09-27 09:16:16 +09:00
  • 76364ea767 Remove unnecessary escaping in the default command Junegunn Choi 2023-09-24 13:20:49 +09:00
  • 8eec50d764 [shell] don’t needlessly escape . in shell pattern Christoph Anton Mitterer 2023-09-24 00:04:28 +02:00
  • 32b659b346 Deploying to master from @ junegunn/fzf@00809909ae 🚀 junegunn 2023-09-24 00:01:56 +00:00
  • 00809909ae Update CHANGELOG Junegunn Choi 2023-09-22 21:59:47 +09:00
  • 9f7684f6fe [bash] History, use perl if installed otherwise awk (#3313) step 2023-09-22 10:37:34 +02:00
  • 2bed7d370e [shell] Use --scheme=path when appropriate Junegunn Choi 2023-09-19 13:39:57 +09:00
  • d2b852f7cb Bump golang.org/x/term from 0.11.0 to 0.12.0 (#3426) dependabot[bot] 2023-09-18 09:20:46 +09:00
  • 901939bd96 Add support for limit and offset parameters for GET / endpoint Junegunn Choi 2023-09-18 00:51:40 +09:00
  • edfdcc8cee Basic context-aware completion for ssh command (#3424) Timofei Bredov 2023-09-17 18:15:04 +03:00
  • 3982c9a552 [vimdoc] Replace unicode figure space (U+2007) with regular space Junegunn Choi 2023-09-17 23:55:25 +09:00
  • 4490b2d209 Respect ANSI codes to reset properties Junegunn Choi 2023-09-16 19:47:33 +09:00
  • eb4bbf3294 Makefile: build 32-bit binary on armv8l (#3434) Sam James 2023-09-11 11:32:45 +01:00
  • dc97d48491 Deploying to master from @ junegunn/fzf@0f50dc848e 🚀 junegunn 2023-09-10 00:01:48 +00:00
  • 0f50dc848e Add 'GET /' endpoint for getting the program state (experimental) Junegunn Choi 2023-09-03 16:30:35 +09:00
  • c5e4b83de3 Update sponsor list once a week Junegunn Choi 2023-09-02 20:48:10 +09:00
  • a08ab46713 Deploying to master from @ junegunn/fzf@f50a7058d6 🚀 junegunn 2023-09-02 00:03:23 +00:00
  • f50a7058d6 Fix center-alignment of border/preview label Junegunn Choi 2023-09-01 20:28:56 +09:00
  • 2c74f0a040 Deploying to master from @ junegunn/fzf@58835e40f3 🚀 junegunn 2023-09-01 00:03:34 +00:00
  • 58835e40f3 Run GitHub Sponsors action once a day Junegunn Choi 2023-08-29 19:42:30 +09:00
  • 8befa5918a Deploying to master from @ junegunn/fzf@df80f7ff2a 🚀 junegunn 2023-08-28 08:05:07 +00:00
  • df80f7ff2a Deploying to master from @ junegunn/fzf@5f66786ef1 🚀 junegunn 2023-08-28 07:04:03 +00:00
  • 5f66786ef1 [install] Replace go get with go install Junegunn Choi 2023-08-26 20:00:16 +09:00
  • 3a965856a5 [vim] Keep jump list unaffected when calling term_start Junegunn Choi 2023-08-26 19:52:44 +09:00