fzf-zsh-completion-0.21.1-bp153.1.65 >  A `ӭ!M@eeev}!,8\uрo/󻢕I}A+ {>OMM KMmbͅk\/o0rwFQ@R ?i'WEq2R C~x-AԹkL h#p y5 [k)!9)z;EĺZ{S:儫@9;(5JVw:*7NbGDKiwge˘Ԡ Z$s[Va6f186d053e57b33fbbd801c2e784613ff805dc4d28fc805c96accede629c8545d608d2b2b0594e71b7a269991b0b04b39fcb8d44`ӭ!M@eeeBWN%## nl˼R(vJhw(^Ī]D!*er}bcrN="֘7;&{cS~"͕BWuƓemB"B}99_=(גlc)|9UsQܿB*!ײ7]͹kj<U[ ,Te;C/vim8gM7ɟ^  e""i% ?j̬pQ16;9b q8o S3z;p>p>D?4d ' >\`hl   $ 8   (<l(,84 9X :i FJG`HtIXY\]^ bbcdmerfulwuvz0Cfzf-zsh-completion0.21.1bp153.1.65ZSH completion for fzfzsh shell completions for fzf`Ӓbuild838/SUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgProductivity/File utilitieshttps://github.com/junegunn/fzflinuxnoarch*A큤AA큤`ӑ`ӑ`ӑ`ӑ`ӑ535db6cd4ac382ef2fae401b9cf9285dbc15b6228e581f5ab2e97558cbd2e42ec913d079b4a02f264fb1fdc8b2f0861dfb64932aaf3e2a5f05e60315d10df285rootrootrootrootrootrootrootrootrootrootfzf-0.21.1-bp153.1.65.src.rpmconfig(fzf-zsh-completion)fzf-zsh-completion    config(fzf-zsh-completion)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.21.1-bp153.1.653.0.4-14.6.0-14.0-15.2-14.14.1^^ku^~@]6@\ \f\@[d@ZPaolo Stivanin Paolo Stivanin Matej Cepl Ismail Dönmez Jan Engelhardt Matej Cepl Matej Cepl avindra@opensuse.orgavindra@opensuse.org- Update to 0.21.1 - CTRL-R will remove duplicate commands - Supports tmux popup window (require tmux 3.2 or above) - bug fixes- Update to 0.21.0: - --height option is now available on Windows as well (@kelleyma49) - Added --pointer and --marker options - Added --keep-right option that keeps the right end of the line visible when it's too long - Style changes - --border will now print border with rounded corners around the finder instead of printing horizontal lines above and below it. The previous style is available via --border=horizontal - Unicode spinner - More keys and actions for --bind - Added PowerShell script for downloading Windows binary - Vim plugin: Built-in floating windows support - bash: Various improvements in key bindings (CTRL-T, CTRL-R, ALT-C) - CTRL-R will start with the current command-line as the initial query - CTRL-R properly supports multi-line commands - Fuzzy completion API changed - Bug fixes- Update to 0.20.0: - Customizable preview window color (preview-fg and preview-bg for --color) fzf --preview 'cat {}' \ - -color 'fg:#bbccdd,fg+:#ddeeff,bg:#334455,preview-bg:#223344,border:#778899' \ - -border --height 20 --layout reverse --info inline Removed the immediate flicking of the screen on reload action. : | fzf --bind 'change:reload:seq {q}' --phony Added clear-query and clear-selection actions for --bind - It is now possible to split a composite bind action over multiple --bind expressions by prefixing the later ones with +. fzf --bind 'ctrl-a:up+up' [#] Can be now written as fzf --bind 'ctrl-a:up' --bind 'ctrl-a:+up' [#] This is useful when you need to write special [#] execute/reload form (i.e. `execute:...`) [#] to avoid parse errors and add more actions to the same key fzf --multi --bind 'ctrl-l:select-all+execute:less {+f}' --bind 'ctrl-l:+deselect-all' - Fixed parse error of --bind expression where concatenated execute/reload action contains + character. fzf --multi --bind 'ctrl-l:select-all+execute(less {+f})+deselect-all' - Fixed bugs of reload action - Not triggered when there's no match even when the command doesn't have any placeholder expressions - Screen not properly cleared when --header-lines not filled on reload- Update to 0.19.0 - Added --phony option which completely disables search functionality. Useful when you want to use fzf only as a selector interface. See below. - Added "reload" action for dynamically updating the input list without restarting fzf. See https://github.com/junegunn/fzf/issues/1750 to learn more about it. - --multi now takes an optional integer argument which indicates the maximum number of items that can be selected - If a placeholder expression for --preview and execute action (and the new reload action) contains f flag, it is replaced to the path of a temporary file that holds the evaluated list. This is useful when you multi-select a large number of items and the length of the evaluated string may exceed ARG_MAX. - deselect-all no longer deselects unmatched items. It is now consistent with select-all and toggle-all in that it only affects matched items. - Due to the limitation of bash, fuzzy completion is enabled by default for a fixed set of commands. A helper function for easily setting up fuzzy completion for any command is now provided. - Info line style can be changed by --info=STYLE - Preview window border can be disabled by adding noborder to --preview-window. - When you transform the input with --with-nth, the trailing white spaces are removed. - ctrl-\, ctrl-], ctrl-^, and ctrl-/ can now be used with --bind - See https://github.com/junegunn/fzf/milestone/15?closed=1 for more details- Remove pointless double extraction of tarball again.- Update to 0.18.0: - 0.18.0 - Added placeholder expression for zero-based item index: {n} and {+n} fzf --preview 'echo {n}: {}' - Added color option for the gutter: --color gutter:-1 - Added --no-unicode option for drawing borders in non-Unicode, ASCII characters - FZF_PREVIEW_LINES and FZF_PREVIEW_COLUMNS are exported to preview process fzf still overrides LINES and COLUMNS as before, but they may be reset by the default shell. - Bug fixes and improvements See https://github.com/junegunn/fzf/milestone/14?closed=1 - Update to 0.17.5: - Bug fixes and improvements See https://github.com/junegunn/fzf/milestone/13?closed=1 - Search query longer than the screen width is allowed (up to 300 chars) - Patch build-mode-pie.patch removed as it is unneeded (we don't use Makefile anymore).- Add subpackage vim-fzf with the original vim plugin for fzf (there is also more extensive third party plugin on https://github.com/junegunn/fzf.vim)- update to 0.17.4 * Added --layout option with a new layout called reverse-list. - -layout=reverse is a synonym for --reverse - -layout=default is a synonym for --no-reverse * Preview window will be updated even when there is no match for the query if any of the placeholder expressions (e.g. {q}, {+}) evaluates to a non-empty string. * More keys for binding: shift-{up,down}, alt-{up,down,left, right} * fzf can now start when /dev/tty is not available by making an educated guess. * bash/zsh completion improvements * install and uninstall scripts support generating files under XDG_CONFIG_HOME on --xdg flag. - remove sed patch for non-excecutable fix (merged upstream)- initial packagebuild83 16213492660.21.1-bp153.1.650.21.1-bp153.1.65zsh_completion.dfzf-key-bindingszshsite-functions_fzf/etc//etc/zsh_completion.d//usr/share//usr/share/zsh//usr/share/zsh/site-functions/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/ed909dbbb291327d7bccf17d880ca860-fzfcpioxz5x86_64-suse-linuxdirectoryASCII textbD_;Tǂ#Cpackageand(fzf:zsh)utf-809bda34cc4398a937346c59fe845e998276ed9dfb9c33424148ba4500461c3df? 7zXZ !t/;oQ] crt:bLL ħ3b | Bd\xb*=jS-* 67ArEqK[V@\fṳZF7`C8,nAsthE>Ok[K/6 X7ͷu9{J*Ĕ  㘒xӯhD 3-TxVa-p@J!Td~aZ9lzqt|0)W?}MGMO.62>rG/l3ڀcK>)/`Z ˃~6F3ldL5{x1TdֳO}fj+m9l d"J[/9(bMJ}WT%!3k3XGc5lIuL}ݖGB⭔tEcۢ_ަA/Cp$BAR=q8?[B0NZ Cܾno2*ldʌ;N:{H%J?ي-/)9Bg37aBMU7Pռ>`a}_L.C̟R`W}m@=qT._~ {2!j>’=TsDg͕~++īsQ>\eN+X m.꒰h~ R&Tқ)S \R#n %du­sLvqhq1xh =cm4-g^-52b}s?Js($[g1Ꝯ& \;@Zik57'j v+7b2ڲfemʅT+.AɪO鬏1EsIG{s]I@܃s"FE)u]e2?>`3ji[V%"$ wa ³;X%ioSe -%h{=ZMuk֖%^>'3/byENGԌ,l kbyS3 u1C Ay{W[$/^B,}{FNǤ^R[T5/Nec1 8NssYkQ`F*'+Fac_ւ:F/g.+hg.w*^({zӡ1$x:Vל7 Hр{z,-OH60]neCk$ \Oܻ8VsVVhw%AfaVӧ)qK WQ}D ?bQ~bIGMcE$Hch̛տ 벯sdg͊(伔 @W\%Dqߠ%tIAa@/Bx2˧-X* %aCO7ĺ@e/yaEzA7bZTGu*-^_mM钶(87 Ty<5dȈlwiCU缲b @vDa."}Ж׾tG7 ,B)7[0|í=MxCU}wniŢвRa](Q!~9Eb7'!|gMj6+hh0`.iNo3k}QK L1X4b)5q_z }-wp\6|ޱc'+e}TEc5·^LXSЖPU3)Dy ݘT{orϑW%UwՃR"P 18cV0+F0RBLC.w8d0r䁾T[0Xb-kl|BKl=_ 6cqB#(7_YwiLRBB !ղ/¡H0=YV731R>o{IJ4up- q}Zu$yF }46w+}`~ TLS tr,郮(zGKۧrh &Q\_f$N \ -7?/`W>,rd'3<@[W3Y;v? /Ywu\˰E)?X[ Eq )=-v@|EO)11CTYI6gN,pΙ3;:g@uv#Tʗ%&N[ɨ*K5 ^Q[T9(AME6 NŸu{^1FOX0&Y6߻j*j8YkFDe[mݑ6I ѓr5*,1@ @ ^/GO̖ay}G h4-Z߱hު/YC:@V,zK}vs'M >Ĭg メ̳hO[>œ $=ČsFժѴ-['na'xa 㲑‡Bx{ 8'Pԕ!ԢGEI5[$yH @Ld ? bj =DecnK#^VVA&βVNE_W e؂@<~mu&]V,=^SW %4 Dv3'Q8BTQqNpeKEa!~QN+&R2+Ҍ$4?t4  %K6 HoЇM\諆qrٽ k)oeoL,G噂ItmB>~cO{~ȞP ӸW:UBk•ӂКu-+Y|?4MORGb?ӀGo̒SGoG 'FOTR[H.?>͵BԺ+2fuLQJCPģD?B3E=bu9b"<QJѯoPGkJ|1EUʌ_K1I^SL|v)-H\@ߎ2jzCUX~DF