Commit Graph

  • 1a6a4eee90 Accepting request 859924 from utilities Dominique Leuenberger 2021-01-03 20:26:43 +0000
  • 12d4465bc8 - Text attributes set in --color are not reset when fzf sees another --color option for the same element. This allows you to put custom text attributes in your $FZF_DEFAULT_OPTS and still have those attributes even when you override the colors. # Default colors and attributes fzf # Apply custom text attributes export FZF_DEFAULT_OPTS='--color fg+:italic,hl👎underline,hl+👎reverse:underline' fzf # Different colors but you still have the attributes fzf --color hl:176,hl+:177 # Write "regular" if you want to clear the attributes fzf --color hl:176:regular,hl+:177:regular - Renamed --phony to --disabled - You can dynamically enable and disable the search functionality using the new enable-search, disable-search, and toggle-search actions - You can assign a different color to the query string for when search is disabled fzf --color query:#ffffff,disabled:#999999 --bind space:toggle-search - Added last action to move the cursor to the last match The opposite action top is renamed to first, but top is still recognized as a synonym for backward compatibility - Added preview-top and preview-bottom actions - Extended support for alt key chords: alt with any case-sensitive single character fzf --bind alt-,:first,alt-.:last Matej Cepl 2021-01-03 07:32:21 +0000
  • 116e71e624 Revert previous commit Matej Cepl 2020-12-18 22:34:33 +0000
  • d179512291 - Generate tags for vim documentation Matej Cepl 2020-12-18 22:23:52 +0000
  • 9d727c2536 Accepting request 855603 from utilities Dominique Leuenberger 2020-12-14 17:09:38 +0000
  • 17784c9367 - Update to 24.4.4: - Added --preview-window option follow # Preview window will automatically scroll to the bottom fzf --preview-window follow --preview 'for i in $(seq 100000); do echo "$i" sleep 0.01 (( i % 300 == 0 )) && printf "\033[2J" done' - Added change-prompt action fzf --prompt 'foo> ' --bind $'a:change-prompt:\x1b[31mbar> ' - Bug fixes and improvements - Enable tests Matej Cepl 2020-12-13 20:16:31 +0000
  • 1da152ba1e Accepting request 853095 from utilities Dominique Leuenberger 2020-12-04 20:29:31 +0000
  • c3bb317027 - Update to 0.24.3: - Added --padding option: fzf --margin 5% --padding 5% --border --preview 'cat {}' \ --color bg:#222222,preview-bg:#333333 - Bug fixes and improvements Matej Cepl 2020-12-04 10:30:46 +0000
  • 3245977a42 Accepting request 843822 from utilities Dominique Leuenberger 2020-10-26 15:20:45 +0000
  • 6114d87ad5 - Update to 0.24.1: - Real-time rendering of preview window # fzf can render preview window before the command completes fzf --preview 'sleep 1; for i in $(seq 100); do echo $i; sleep 0.01; done' # Preview window can process ANSI escape sequence (CSI 2 J) for clearing the display fzf --preview 'for i in $(seq 100000); do (( i % 200 == 0 )) && printf "\033[2J" echo "$i" sleep 0.01 done' - To indicate if --multi mode is enabled, fzf will print the number of selected items even when no item is selected seq 100 | fzf # 100/100 seq 100 | fzf --multi # 100/100 (0) seq 100 | fzf --multi 5 # 100/100 (0/5) - Added --preview-window options for disabling flags nocycle nohidden nowrap default - Support preview scroll offset relative to window height git grep --line-number '' | fzf --delimiter : \ --preview 'bat --style=numbers --color=always --highlight-line {2} {1}' \ --preview-window +{2}-/2 - Added --preview-window option for sharp edges (--preview-window sharp) Matej Cepl 2020-10-24 22:11:30 +0000
  • 7842dd605e Accepting request 824174 from utilities Dominique Leuenberger 2020-08-04 18:22:41 +0000
  • cc4f694b3c Accepting request 824146 from home:polslinux:branches:utilities Matej Cepl 2020-08-03 15:05:21 +0000
  • 1c7ef3a040 Accepting request 824080 from utilities Dominique Leuenberger 2020-08-03 12:19:05 +0000
  • c935024d98 Accepting request 824075 from home:fcrozat:branches:utilities Matej Cepl 2020-08-03 08:09:36 +0000
  • 7b94b5b012 Accepting request 791822 from utilities Dominique Leuenberger 2020-04-07 08:31:30 +0000
  • 8646436977 Accepting request 791704 from home:polslinux:branches:utilities Matej Cepl 2020-04-06 17:10:20 +0000
  • 6fe890e8ce Accepting request 784736 from utilities Dominique Leuenberger 2020-03-14 08:56:46 +0000
  • eb8b2a2ab4 Accepting request 784648 from home:polslinux:branches:utilities Avindra Goolcharan 2020-03-14 00:25:41 +0000
  • 3224f0d3e2 Accepting request 761021 from utilities Dominique Leuenberger 2020-01-06 14:22:32 +0000
  • 18d89eaf9d Accepting request 760825 from home:mcepl:branches:utilities Avindra Goolcharan 2020-01-06 05:20:09 +0000
  • 76d1778c3a Accepting request 749703 from utilities Dominique Leuenberger 2019-11-20 09:27:54 +0000
  • 3bc52c7f22 Accepting request 749132 from home:namtrac:branches:utilities Matej Cepl 2019-11-19 18:47:59 +0000
  • 065b5b7ba5 Accepting request 696454 from utilities Yuchen Lin 2019-04-23 12:35:41 +0000
  • b501b820c3 Accepting request 696382 from home:jengelh:branches:utilities Avindra Goolcharan 2019-04-20 17:57:23 +0000
  • 51a8c4c4ab Accepting request 695858 from utilities Dominique Leuenberger 2019-04-19 16:39:38 +0000
  • cdfedbbc1b Fix changes Matej Cepl 2019-04-19 05:40:49 +0000
  • 7996f46a83 Accepting request 695845 from home:mcepl:branches:utilities Avindra Goolcharan 2019-04-19 01:56:36 +0000
  • 2567f8a58b Accepting request 689314 from utilities Dominique Leuenberger 2019-04-04 13:22:14 +0000
  • dde3722f91 Accepting request 660238 from home:mcepl Avindra Goolcharan 2018-12-21 17:48:41 +0000
  • 619bab8a8e remove sed Avindra Goolcharan 2018-06-11 03:04:45 +0000
  • 273ab0a440 0.17.4 Avindra Goolcharan 2018-06-11 03:04:00 +0000
  • 19f04346ef Accepting request 595805 from home:avindra Ismail Dönmez 2018-04-12 11:49:15 +0000