fzf-bash-completion-0.21.1-bp153.1.65 >  A `Ӭ!M@eee -wA\h:3l ڷq̬x=TSUuzyL8M_~ܓ5>[X>2Q%)P;kjsDF%s>%,PoIqRU+f(]J{m-OwL_5;!$lϖ̺s;-(LћZ ۣՆ` nrv< '@`{oim~pQ]7$R&%ƣ$H11b66662aa94ff35e3f28a8af7b49aeee7958930aad00d03d10e257e680e3056fc2bba3e444914c7c727f37016ad09a4d614e57e614`Ӭ!M@eee7gDE x7OEqNnT@֕ P;{PDZFI<:{wX );+%l(W1)R/( JP{$tGϑe&P؛$$nB)IX$OS9lO'{fXV5񱎫\Hfa!spU' +6't%hx؆;!c#Bt:B P;rO/(“Ozafh4_e-,1K帊D ĉgdɠDkTN'} I6>p>?d ( @`dlp       {(8 9 : FGHIXY\]^b=cdHeMfPlRudvlzwCfzf-bash-completion0.21.1bp153.1.65Bash completion for fzfBash shell completions for fzf`Ӓbuild834SUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgProductivity/File utilitieshttps://github.com/junegunn/fzflinuxnoarch&y`ӑ`ӑ44e8538910a07ceb6fc9a5ea93d7ddac41c847cc52dafb869b6b25bb8dae95f5904a9f5541f242e5e6cc29631a3ebaa39e7849388c252fcc89ed36b642cfef65rootrootrootrootfzf-0.21.1-bp153.1.65.src.rpmfzf-bash-completion    bash-completionrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.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.65fzffzf-key-bindings/usr/share/bash-completion/completions/-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-linuxASCII textbD_;Tǂ#Cpackageand(fzf:bash)utf-8e90cdb8402de12d532420a522376f5407c45f9e8c72cb5b5cd2c829f572390b9? 7zXZ !t/6] crv(vX01˒ZRf}Yuy'6 UŸQ" Z;%y"UsxĦN)sh$WJ Vtu d<]aBRCY9B/NDѾbh3:jp Z_ mK`6&G~Cl- cp%a>t1p$vG8|tݴQ|0&'EF\>.4)LaTZ2a7R9XM ǞN'X4_ %m(y nnr.W0zMƶejaS M3_Z?(91>rMfG#K=hu4ULr[ ?86uIU,V*;bзφ_dv[dd+c{$0W<ˈz !67[+&˸YI{⇑?v!y^]Qoqi T@1#GrqKl"f0ľ6KJ$;|J6(58}_ci uBr]vv#=F$'.yGmL"Gzc|e-{hYGx(dc_3L5Xӱ`/Iu"uj_- n_ubqY -#3 L ݓqcA^LS@/ R_ 4 y1/4i"ȁ@9Q#ϯךR]XhYB#!V!1K A산~o.Hx[ y-mT3 1TGd2Χ7[IK4ɩxLnDx~"8tUP/7#VT@ XtxgRftϽ ClE`j` AOFmr}RY4^o-Dj.L#(rP\Tr(+Kpu CG'Wis5^Pw7#g)'PDnhKFs.0bzZT$_K>f?3.Wy/aZ` %hcJV?:(OBŎGUڅX@\@)T֠ !kk.ȫDaNK # x9,QPaR:e40C.Fy;Bt? {s=zcjqdh)/B0+!\Ș80Øt~O,-K6fr'O~WEZtGgBql9aބw0h) !>BmX!_m@ƞ~,ގ!X!*#ZTak7Wn#v8ޣfIC^JR+%gsO)mg3uZfrg8#.gD@5:5$_bDIK0ҼD9 O=hբqP_YijMڋKd ȸ5I+%Qޖl.FG-e].eބI+\vw'uPے4q`|0q,7c:źj6m]@kQN0IG`ݜ_G8zqmJ"-2I|BL0":zZ~y0  *ZnŽDGbܗ"J9J aL!!Ɲ3 ,ʋsc(~EW7dDࡳ@v,^V_[S#j0L]M/b8K vL6ik={A9w0}&DǍb"Ƅ?zZ[Hjv#\"':G#Ҽn핔* !"9Λv-cLZ(/˃LUT^8ǕѢLm_5_Wj2Q4p鷀>dȄH|=HuRfpOdHw{uYHJ t}`?DVa_c-ٽβtԄw򅪆3W%=Rk<2Sm}[/v2S{͗wݼwnGL!o/Q l '1 yCa"ID/>$R!'#BeoS b/;[Eݕ$ya"tN A H!I5'G;j~2Ґ^46gja;FX4mwƦ6%C^л7S>xަ$Ռޙ`V# tQ_sT=;ؕd 6F$-șA޵)|$8rXsD,:y(`k~.x2[boFľ276Z!r AߵJWmTׁz}m̛宂3wU%# wi"P/l ~P iJ*nӐaP4ywFzvp\T8uqn3²"&&! u}nFr)2JEnIձR7w1Y Ǟ7$,U_zsn-tWSZB%,r$8f,<0d_ۧx],v1B LsN`m(Vڔ7~=)~|@jEB@-rJaC<:׀j*SZ{vj]Mv M $O?PI饦>G_2ZSGHK S*U5g~P 'ݮ\ |*lLbڻ®%{㎍t8jKdyl%5C`CP3 At'4P뒃RZA_cdzlE`p"mGYt YZ