fd-zsh-completion-8.3.0-bp154.1.27 >  A b|V!M@eeeY{KZvNO&B %6\%vD㘈~ĔYSx,>G ø7ZDGl)鄅 EڅžA>jH%lE{@V0gH K5#u>`mCbǀS"urJ%*R_=@>oLy=]rZiKb-ێ.+UC;mݛo"cGqq$ZBd "(A I#|Ua&$5d7a6ff75f715c8ae8b5794692647b0fa8e657e00cdb52d2a35c476a3c1407e0e8c467bcf6a152487624d264bd59c61c3f95ef617b|V!M@eee_#.) J2]x|YUݪnQ{{8S7 Kd F TT}%e_ y pib/+eǮѓ-Pl`W0 b m"8`fCXI @KwQ;$첻$6rɉA0f[•T4v~ { 2 )E^ybzGWyVVhF%~B;8q&BF'`ۨXz$)VgA "L^g ܵ (-t>p>"?"d % ;  , 2 8 D  g(89:fF lG H I X Y \ ] ^ b!c!d"e"$f"'l")u"<v"Hz"e"x"|"""""Cfd-zsh-completion8.3.0bp154.1.27ZSH Completion for fdThe official zsh completion script for fd, generated during the build.b|Vnlamb57+RSUSE Linux Enterprise 15 SP4openSUSEApache-2.0 AND MIThttps://bugs.opensuse.orgSystem/Shellshttps://github.com/sharkdp/fdlinuxnoarch+RAA큤b|V]b|V]b|V]dd3521eee1e72b3f3723e1223d6bf7593ad2536d4351b27ebffa0a7038b3881drootrootrootrootrootrootfd-8.3.0-bp154.1.27.src.rpmfd-zsh-completion    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3aaS_%_@_ @^^H^n[EZZTZ@ZY@sebix+novell.com@sebix.atWilliam Brown Avindra Goolcharan Wang Jun Martin Rey Paolo Stivanin Martin Rey Paolo Stivanin Avindra Goolcharan avindra@opensuse.orgjengelh@inai.deavindra@opensuse.orgviktor.saevars@gmail.comviktor.saevars@gmail.com- Update to version 8.3.0: * Update usage section * Bump version * Update CHANGELOG for v8.3 * Update dependencies * Use non-sync channel * squash! Add buffering to stdout when it's not a terminal * Add entry for buffering to CHANGELOG * Add buffering to stdout when it's not a terminal * Modify example to a realistic use case * Add an example of the -X option using rg- Replace rust-packaging with cargo-packaging- Replace manual vendoring, build and install with rust-packaging macros- Update to 8.2.1 * No functional changes with respect to v8.2.0. Bugfix in the release process. - Update to 8.2.0 * Features - Add new `--prune` flag, see #535 (@reima) - Improved the usability of the time-based options, see #624 and #645 (@gorogoroumaru) - Add support for exact file sizes in the `--size` filter, see #669 and #696 (@Rogach) - `fd` now prints an error message if the search pattern requires a leading dot but `--hidden` is not enabled (Unix only), see #615 * Bugfixes - Avoid panic when performing limited searches in directories with restricted permissions, see #678 - Invalid numeric command-line arguments are silently ignored, see #675 - Disable jemalloc on Android, see #662 - The `--help` text will be colorless if `NO_COLOR` has been set, see #600 (@xanonid) * Changes - If `LS_COLORS` is not set (e.g. on Windows), we now provide a more comprehensive default which includes much more filetypes, see #604 and #682 (mjsir911). * Other - Added `zsh` completion files, see #654 and #189 (@smancill)- Update to 8.1.1 * Bugfixes - Support colored output on older Windows versions if either (1) --color=always is set or (2) the TERM environment variable is set. See #469- Update to 8.1.0 * Features - Add new --owner [user][:group] command-line option - Add support for a global ignore file (~/.config/fd/ignore on Unix) - Do not exit immediately if one of the search paths is missing * Bugfixes - Reverted a change from fd 8.0 that enabled colors on all Windows terminals (see below) in order to support older Windows versions again - Fix --glob behavior with empty pattern- Update to 8.0.0 * Features - Add a new -l/--list-details option to show more details about the search results. - Add a new --max-results= option to limit the number of search results, see #472, #476 and #555 - Add the alias -1 for --max-results=1, see #561. - Add new --type socket and --type pipe filters, see #511. - Add new --min-depth and --exact-depth options in addition to the existing option to limit the maximum depth. See #404. - Support additional ANSI font styles in LS_COLORS: faint, slow blink, rapid blink, dimmed, hidden and strikethrough. * Bugfixes - Preserve non-UTF8 filenames: invalid UTF-8 filenames are now properly passed to child-processes when using --exec, - -exec-batch or --list-details. In fd's output, we replace non-UTF-8 sequences with the "�" character. However, if the output of fd goes to another process, we print the actual bytes of the filename. For more details, see #558 and #295. - LS_COLORS entries with unsupported font styles are not completely ignored, see #552 * Changes - When using --glob in combination with --full-path, a * character does not match a path separation character (/ or \\) anymore. You can use ** for that. This allows things like fd -p -g '/some/base/path/*/*/*.txt' which would previously match to arbitrary depths (instead of exactly two folders below /some/base/path. See #404. - "Legacy" support to use fd -exec (with a single dash) has been removed. Use fd -x or fd --exec instead. - Overall improved error handling and error messages. * Other - Korean translation of the README, see: 한국어 - Changes from 7.5.0 * Features - Added --one-file-system (aliases: --mount, --xdev) to not cross file system boundaries on Unix and Windows, see #507 - Added --base-directory to change the working directory in which fd is run, see #509 and #475 - fd will not use colored output if the NO_COLOR environment variable is set, see #550 and #551 - fd --exec will return exit code 1 if one of the executed commands fails, see #526 and #531 * Bug Fixes - Fixed 'command not found' error when using zsh completion, see #487 - fd -L should include broken symlinks, see #357 and #497 - Display directories even if we don't have permission to enter, see #437 * Changes - A flag can now be passed multiple times without producing an error, see #488 and #496 - Search results are sorted when using the -X option to match the behaviour of piping to xargs, see #441 and #524- Update to 7.4.0 * Added a new --path-separator option * When fd is run with the --exec-batch/-X option, it now exposes the exit status of the command that was run * Added a new -g/--glob option to switch to glob-based searches * Use jemalloc by default, improving the performance for almost all searches * Reduce number of stat syscalls, improving the performance for searches where file metadata is required * Added support for filtering by file modification time by adding two new options --changed-before and --changed-within <..>. For more details, see the --help text, the man page, the relevant issue #165 and the PR #339 (@kimsnj) * Added --show-errors option to enable the display of filesystem error messages such as "permission denied", see #311 (@psinghal20 and @majecty) * Added --maxdepth as a (hidden) alias for --max-depth, see #323 (@mqudsi) * Added --search-path option which can be supplied to replace the positional path argument at any position. * New --exec-batch /-X option for batch execution of commands * Support for 24-bit color codes- Update to version 7.1.0 Features * Added --size filter option * Added --type empty (or -t e) to search for empty files and/or directories Changes * .gitignore files will only be respected in Git repositories, not outside. * A few performance improvements for --type searches - cleanup with spec-cleaner- Update to version 7.0.0 Features * Added --type executable (or -t x) to search for executable files only * Added support for .fdignore files * Added --ignore-file option to add custom ignore files * Suggest --fixed-strings on invalid regular expressions * Detect when user supplied path instead of pattern Changes * .ignore and .rgignore files are not parsed anymore. Use .fdignore files * or add custom files via --ignore-file instead. Bugfixes * Properly normalize absolute paths * Invalid utf8 filenames displayed when -e is used * If --type is used, fifos/sockets/etc. are always shown - cleanup with spec-cleaner- Ensure neutrality of description. Describe the feature differences to GNU find.- ship man page and shell completions - reduce size of tarballs - neutralize description a bit - port history to fd.changes- Updated to version 6.3.0- Initial packaging @ 4.0.0lamb57 16523157588.3.0-bp154.1.27zshsite-functions_fd/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-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/62acd061428a59972268cd2e33f2e5ae-fdcpioxz5x86_64-suse-linuxdirectoryUTF-8 Unicode textYA5r*wX(fd and zsh)utf-89f52e86b20bf55d595ca1c1e546af62fd3154e3134c62473432aaa55c989df09? 7zXZ !t/-s] crt:bLL &p1Ocau#L9#"Omwel[Rsb⳶bqGE2xR zwq?{sM a\8}0=JOut3Y$ͯ sޙ*y*0}DV:[ZP}M"ϻf颓ʾu$ԅjcÅW d2%ղmS@zš,j_?{!鄫8٪k͝~ QQ,Ie`̚\E,g'ЗbXO ƴbOŠ +ȎkrP2Z'Q{E:\vͰ|B7%7Y2+ ZS!zeui⧡9۸r6SG ^z''uq7 ,Yvh̤eVM_0q{b4[L+-炟>愋9{XYC:=@6/fůUnq_~kMd߅kqɌ)rEW S%S20ZPVjx =y:_8&w{'._2M׊ҏHLwucQL(XsG 6v\ۜWϿ>`V^oL~+ݢoj.{5 Kx洫ש4qN5ӳ!\Oy{ԭkk|'iK00v\r(9 ȇ8:B ho0j  շ3QwDԬze׏dxpG[PuӳR6jr.: p;Q)&Q|0W RV2yZg`"_Dp*7 ^M wyst+K ipwHI.O9wF`uDbX8xVKe.clw/'b#gip "b _OՉ5wĆ.=QrTvA*W.>A- l;Srvz5K_ֽM4&ZZV10 ab35HXjN.!#@un䲠=lONPW4X' ?au4fFȝ+ΩtNEl :Ґj@Чfs#I֔&W_ZJ/JJH쿋dk,̤h&gh|&3PxKh9 9Dq f)FBbIѝa@@wCnUSڋ%}O&vp:^j`|TMOHA?0qi>vbTQYD`T E?Bi+*hnٝ).j3r&xXJ=;wu6=n6ђTSW(ǎ)ATE6C׏Yìlfm^XrNO ~eۣ'^SE#-鸨_W^W%=VE.5r*2 TC·鈎1Lk4k؛7wOyi9\}Kd;0#wJ奪ߤ,aـrO:}A(Qv;4!S^E(g.C YԖSPZ1]V>WzeXK[:ZAZ"%v|/lyp HP7W  HA{)qa9rzժ^\0:5>6Ԭϙac( /LJ*^;n0{95虗nY1VHhawR똑_G) Xg)md? O $ Y(w 7bY?C[ D5O>"ҶG#'(}у5Ae2a8306IEHD4u9)[}p&#ubbD1['vTy '%ƻ_UGV60TRz5$Hɟ;tA°Oq{ʖ!:hWiq2)oЦbRFZPv4br)?92RR^cwf&gNrC&k?j jYi;mk6hMG1}\2wbmڏ!lXCB hD!M{LJ3t-6T,y<'0Ezt ,pƒV){# g[ 39y'#!Tn_<{n4إ (P- NQ:~sC8-,+v(*lq2 #^$h+3kZ^솈>e'#B:VԔ o