ripgrep-fish-completion-13.0.0-bp155.3.14 >  A dkQI%z 2!,, :U=f\$ bګ$[i`(ED@}fcIEQbӺIP[sq^g0(~>Kwn|e~|92yܭy7ÑɋwOѡdWR?Eaܐ; L FECݪuYdB~.r2>j{rptlEwZ~&@}Ir0|RR=6`4 3F%1|71ӄ#~a\h{pۡق]剔KO-Ls~f\?TR$K%ۨ*skm[ ̠7c ?KJfZ roLP&wꅧ\NھWV7b4HS1I2r t_fi4$JZ!5\H,/SAwzJ΄~2bc473b5ed6fa33dcdb640c9aa8dc221334ed766a9a7d72d825c65c9827defaf41545c0f903b5ecc39be5ea59bd8e92e36a116db1dkQI%z ŵ.Ji .!_ U5`@M)D|tjqNm[@S3J 4]k.? ˆv[=bPNT{#$ D9l2]l<@kvGם IPKJ V2wWܜgrK{; uQ(-;ZP`ؖV7z'M_,׼!r1# <93>p>#T?#Dd! , H .4<H N T `  ((89:F G H I X Y \!]!^!6b!yc""d"e"f"l"u"v"z"""""""#@Cripgrep-fish-completion13.0.0bp155.3.14Fish Completion for ripgrepThe official fish completion script for ripgrep, generated during the build.dkQlamb270SUSE Linux Enterprise 15 SP5openSUSEMIT AND Unlicensehttps://bugs.opensuse.orgSystem/Shellshttps://github.com/BurntSushi/ripgreplinuxnoarch0AA큤dkQdkQdkQ93e9077aa9c500c32164e83f9865ecd4ac4bdf0cf499d5b7b517fc029c197a7brootrootrootrootrootrootripgrep-13.0.0-bp155.3.14.src.rpmripgrep-fish-completion    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ba@b``@_ @^@^^{G]M@[E[[@Z@Zw@Y@William Brown William Brown Andreas Schneider Avindra Goolcharan Martin Rey Andreas Stieger Martin Wilck Bernhard Wiedemann Ismail Dönmez Avindra Goolcharan jengelh@inai.deviktor.saevars@gmail.comavindra@opensuse.orgviktor.saevars@gmail.comviktor.saevars@gmail.com- Automatic update of vendored dependencies- Automatic update of vendored dependencies- Build with rust flags - Add obs service file- update to ripgrep 13.0.0: * A new short flag, -., has been added. It is an alias for the --hidden flag, which includes hidden files and directories in search * ripgrep is now using a new vectorized implementation of memmem, which accelerates many common searches. Please report performance regressions (or major improvements). * BREAKING: Binary detection output has changed slightly. In this release, a tweak has been made to the output format when a binary file is detected. Previous format: Binary file FOO matches (found "\0" byte around offset XXX) New format: FOO: binary file matches (found "\0" byte around offset XXX) * vimgrep output in multi-line now only prints the first line for each match. In multi-line mode, --count is now equivalent to --count-matches. * VULN #1773: public facing issue tracking CVE-2021-3013. ripgrep's README now contains a section describing how to report a vulnerability * PERF #1657: Check if a file should be ignored first before issuing stat calls * PERF memchr#82: ripgrep now uses a new vectorized implementation of memmem * FEAT: Added or improved file type filtering for ASP, Bazel, dvc, FlatBuffers, Futhark, minified files, Mint, pofiles (from GNU gettext) Racket, Red, Ruby, VCL, Yang * FEAT #1404: ripgrep now prints a warning if nothing is searched * FEAT #1680: Add -. as a short flag alias for --hidden. * FEAT #1842: Add --field-{context,match}-separator for customizing field delimiters. * FEAT #1856: README now links to Spanish translation. * BUG #1277: document cygwin path translation behavior in the FAQ * BUG #1739: fix bug where replacements were buggy if the regex matched a line terminator * BUG #1311: fix multi-line bug where a search & replace for \n didn't work as expected * BUG #1401: fix buggy interaction between PCRE2 look-around and -o/--only-matching * BUG #1412: fix multi-line bug with searches using look-around past matching lines * BUG #1577: fish shell completions will continue to be auto-generated * BUG #1642: fixes a bug where using -m and -A printed more matches than the limit * BUG #1703: clarify the function of -u/--unrestricted * BUG #1708: clarify how -S/--smart-case works * BUG #1730: clarify that CLI invocation must always be valid, regardless of config file * BUG #1741: fix stdin detection when using PowerShell in UNIX environments * BUG #1756: fix bug where foo/** would match foo, but it shouldn't * BUG #1765: fix panic when --crlf is used in some cases * BUG #1638: correctly sniff UTF-8 and do transcoding, like we do for UTF-16 * BUG #1816: add documentation for glob alternate syntax, e.g., {a,b,..} * BUG #1847: clarify how the --hidden flag works * BUG #1866: fix bug when computing column numbers in --vimgrep mode * BUG #1868: fix bug where --passthru and -A/-B/-C did not override each other * BUG #1869: clarify docs for --files-with-matches and --files-without-match * BUG #1878: fix bug where \A could produce unanchored matches in multiline search * BUG 94e4b8e3: Fix column numbers with --vimgrep is used with -U/--multiline - ran spec-cleaner- ripgrep 12.1.1 * Corrects some egregious markup output in --help (#1581) * Mention the special $0 capture group in docs for the - r/--replace flag. (#1591) * Fix failing test resulting from out-of-sync dependencies. (#1602)- ripgrep 12.1.0 * many bug fixes * performance improvements * --no-pcre2-unicode deprecated in favor of --no-unicode * --auto-hybrid-regex deprecated in favor of --engine auto * supports decompressing .Z files via uncompress - drop ripgrep-11.0.2-reproducible-manpage.patch, now upstream- Remove transient file .crates2.json during build- Add ripgrep-11.0.2-reproducible-manpage.patch (boo#1100677)- Update to version 11.0.2 * See included CHANGELOG.md for the complete changelog- Updated to version 0.10.0 - Breaking change * The match semantics of -w/--word-regexp have changed slightly. They used to be \b(?:)\b. Now, it's (?:^|\W)(?:)(?:$|\W). This matches the behavior of GNU grep and is believed to be closer to the intended semantics of the flag. - Features * Add -U/--multiline flag that permits matching over multiple lines. * Add -P/--pcre2 flag that gives support for look-around and backreferences. * Add --json flag that prints results in a JSON Lines format. * --one-file-system flag to skip directories on different file systems. * Add --sort and --sortr flag for more sorting. Deprecate --sort-files. * The --trim flag strips prefix whitespace from all lines printed. * Add --null-data flag, which makes ripgrep use NUL as a line terminator. * The --passthru flag now works with the --replace flag. * Add --line-buffered and --block-buffered for forcing a buffer strategy. * Add --pre-glob for filtering files through the --pre flag. - Bug fixes * Searching with non-zero context can now use memory maps if appropriate. * ripgrep will now stop correctly when its output pipe is closed. * The -w/--word-regexp flag now works more intuitively. * Detection of readable stdin has improved on Windows. * Matching empty lines now works correctly in several corner cases. * Color escape sequences now coalesce, which reduces output size. * ripgrep is now more robust with respect to memory maps failing. * Color escape sequences are no longer emitted for empty matches. * Context from the --passthru flag should not impact process exit status. * Fixes bug in ignore crate where first path was always treated as a symlink. * Read stderr asynchronously when running a process. * Add compile time and runtime CPU features to --version output. * Don't complete bare pattern after -f in zsh.- Update RPM groups and summary.- Updated to version 0.9.0 - Breaking changes * When --count and --only-matching are provided simultaneously, the behavior of ripgrep is as if the --count-matches flag was given. * Octal syntax is no longer supported. * The --line-number-width flag has been removed. - Features * Added a --stats flag, which emits aggregate statistics after search results. * lz4 support when using the -z flag * Added --no-ignore-global that permits disabling global gitignores * Renamed --maxdepth to --max-depth * Added a --pre option to filter with an arbitrary program * Improved zsh completion - Bug fixes * No longer skips tar archives when -z is used * Ignore gitignore files if outside of a repository * Use more descriptive error messages- reduce tarball sizes * source tarball taken as is from github * vendor tarball compressed with xz - cleanup with spec-cleaner - port history to ripgrep.changes - mark as dual licensed with MIT - split completion scripts off into separate packages- Use version 0.8.1 - Generate man file - Add check - Remove empty post and postun- Inital packaging @ 0.6.0lamb27 168475484113.0.0-bp155.3.14fishvendor_completions.drg.fish/usr/share//usr/share/fish//usr/share/fish/vendor_completions.d/-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:Backports:SLE-15-SP5/standard/af71ce327f9d8cb63ddb76fc58f05695-ripgrepcpioxz5x86_64-suse-linuxdirectoryASCII text:Z胣Bz(ripgrep and fish)utf-81ba3b2e225deaaeb2a24fc5e3ba6bd01e112fb6578e5a8d686dbe8db962ddf2b? 7zXZ !t/3 ] crt:bLL ؝.BeAIw$mSxگĠŰK@-0or;k@4uL=i&6):5#2`g¶;*hKN!g2?b2`` OpQaP wRk.'Q4Ie>!0u`DfΙ52P2xÙ=ncm~ZeTX:]Zuˑ\?[[ C*Q/0(<)1py*d;Qb.}jc46X6;"9)AaSk:.o&VDsME?K5- eTWE2fCtO(MHp^*PP%|;NDZY}|#XO"yn 9 ?ժ/{x1_vZ޼/W?$B)e>5u^]3̊JH-%=9Y)/T;G8OC+2[%>:WV/އb4;*/3Md!\vCO:)=9RE:c%/cf%TZmQW#Udbqβ}㸱{Nlr@uxW `O Yf&^q."kvnn^9:0[S F1IZ[6 8c5ݩ"_LF V-s`K} m[(sp@}Kƻh#.xSB@E=@MGB;M;#$t W溯D3~V* \eis;Z'/;>ZضxVKcOQ)Bk8܆7(G?wI{| ra;kR+C2Ev+/8tv73#=Phy5?_j7"F4J0ǼB*)k3ZT{l#K9]BF+io #-m gǻڸ`F~`^vp];I h {t*L '% V#\Mr K/aKYFfgryOVP&Xhe"^Ne:ɾ16q`У Lke0dĪoc}{YmӦUឨ#<)TûI@}]$]݈ VRq%MZ\xF:iD}92,ZY ' ƫ&׷UXʳpjԞ{}h)CM\L;/el)7*癷ق}'e!ob.*T)= s6k)ԌhMjGXF'&y ~ó ßY3^YTӠ*ƅJ!u'NV@YY.|}HB))\{-qS 5]C?t`Wb.%M&Bl3o=BɌ|qJẇkԨkHOI OHZE?a>iXq+"ԧ겱T:Ljȓ3I/P#z<]iWk]+VD2РA9yB(ӧ*U>gcm,x}=X+7Dw5! AZ<2n bxb$_ Or%ĸ2j,DB'q o)gW`4- i%c^Q6at:) r_en()T\mJs1c i8Xje-(X(V7x[ AEI }FcȻ%f~@#$ {̹fǶ YZ