fzf-bash-completion-0.21.1-lp152.1.3 >  A ^E"/=„Xu cʠjJb xg5t2 Iз7e9V-ui?\EYF8>Y#FvTxƨs#®'Nltڹ_{r{dA/O40 A&C|?acop3:*yAΰZTk U$ǸIeZ}KI6K`s5XHK x=f] Gd!`36VTaaa5bf802d6157bd879d0e2ba89215ce21192c5e2d4298ca6cfadebbd665d7ec9ac8c83dc21579f4fdd7eb9b58eefe2852bd1e2021 ^E"/=„Bis"`Gz;`8*= ғNըBgtSMmwsrN$ s$-r͌3-w\g_1a^4ͥ٪!X;eأƴ6Z 8+zϓhv$dVPz5%7hEH˳"ml9&DLWNԼ9&|c5)V+377}kTS,P[1N惺'Sl啽l%D4K>SvXmm ޴%< 6>p>?d ' ?`dlp       o(8 9 : FGHIXY\]^b-cd0e5f8l:uLvTz_ptCfzf-bash-completion0.21.1lp152.1.3Bash completion for fzfBash shell completions for fzf^Elamb194openSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgProductivity/File utilitieshttps://github.com/junegunn/fzflinuxnoarch&y^E ^E 44e8538910a07ceb6fc9a5ea93d7ddac41c847cc52dafb869b6b25bb8dae95f5904a9f5541f242e5e6cc29631a3ebaa39e7849388c252fcc89ed36b642cfef65rootrootrootrootfzf-0.21.1-lp152.1.3.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 packagelamb19 15896588940.21.1-lp152.1.3fzffzf-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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/ed909dbbb291327d7bccf17d880ca860-fzfcpioxz5x86_64-suse-linuxASCII text]>mW}epackageand(fzf:bash)utf-8d75b6f552eb60435a5bb551eaaac08c3f41b3e3927e47337fbf06eebdfa13dd5? 7zXZ !t/6] crv(vX0e%&R(jl/i/ A恘N޼XPrͰi,ui@YsXtWNkHT$ 06ҿ 1?ab.?) oKfs,j=U(܀No mw;`b]p ٗ7[e[΁ip\]͍fG DIs҉ϊH oDF,8ퟲ|)˂([.'Fm"!5) -وC^a)$mox-vfr&N?~ JCo& (KU}Izɤ91m~P6.f\pj&}Cڈ(=GؐOSQA~^By7ĆN5õWkJ WP#D6)1*{oZĮ7u!K^E0[wն(5u~m? //%p`RdɅGjVy%zdҁ\x93״Բ1ngl n{OfMY9S=J-c>+%Pޥ !-ʒGG?"ZJă| }q: Ҭ&Ki]Z':hg۝"H%}>Ul"B6+h:~dH(h.RP|C-ĜkGhSaM F!A}ɑ@K2K.]wƱ]v#*06}b!ׇx/טUj?3"B,c5{m 榗PVLsIIjJ _jh%cDur(`u:M4D*MӃׇ%POs*K s\f![ZUd V֏|ֶRuK;z,,&p<9LH#/؄mCa*Y}ץr11tdܸTjT WB3&)n$bĴޠ_`2w;oГQ n^HYg@ܺ,H.L\p)8͒2b68I(-Ji8!%5$CY׸,ܕҭLh GLXnhs)=XN ]#CK}iO$%kg#KlØ=k4Ly7OfHDl&Y sђo>1_(%jswz;(QW6.қv^[]yw? CQ 6 ^ۯ[YGo+_g}/ %ae/ekMDhX{[=)+Yq&"zi@vAYѠBd;m|ي"X֮vۧ P|"4#C⠝0;k5=I|Z^TY},t C{ StdA+6#5ƺEE-Y!PSRR,@+Z/~UbY8OEйs &p[I#ٶ"ZH {T?d+WF޽䂟}͐L+[O2_ذ_|W5Qwtnr|Ӊh`FGgͥ1#7_ {,}P[RtۆMlbh0bˌ`hߒY;PkAs !Q~0fdkCo7cFf2)ՍuWLupq֘(GH`?-l{/iCZMBIjkJ@s qu}b)uG[KGSMPx`IzU_#TZ6ZM iT~"NRފkXsVR4m;/2W$52 Fg`ĭ ؼMtn$Z6q ]A"tZ.D'e-l$<{2w5W$8^6ީmT^X(v켯x:Z1h'1BHH<uq`~PvX_O-v0dBqP,yAuIumiW @_Y vG (;!,t6Cm0q[E%.&ת#I0Uhܜ'(f/,nEN8׈x]XeN>p 0ʀ04m.^"}躟22_.Az'y"LVYuJdIZ8bE4&<`/ `U+dzu֓m?"N>~iHUb|9u2?s("RWY{% .$H<` [zU0<=ntgO+?\T3@~S"|HKU%oPv׾#병}}F|"mizi YZ