fd-zsh-completion-8.6.0-bp155.1.7 >  A dkLI%z CH|P[Ċ^d|MM-G $&^ 3[ ƪ@5f;@ZH+ !:w?,@q`1FրGqv~.q/m}~W؅fZΓ̣JDXdӓ,Z[ڞ}+1,Wp03 IOFA<\ %S๢ s$|t zC؋PJmK2r0=u<×Wr*ӄ$}MRSGܕSM]Wԃͳ[F_gw*q0L͔.0>p>4?4d $ :  , 2 8 D  g(89:SF2_G2tH2I2X2Y2\2]2^2b3c3d4e4f4l4u4,v48z4U4h4l4y4|444Cfd-zsh-completion8.6.0bp155.1.7ZSH Completion for fdThe official zsh completion script for fd, generated during the build.dkLlamb12,SUSE Linux Enterprise 15 SP5openSUSEApache-2.0 AND MIThttps://bugs.opensuse.orgSystem/Shellshttps://github.com/sharkdp/fdlinuxnoarch,AA큤dkKdkKdkKf5a08f3d103a1325b669ee81ceb00f4ed6343010fd81ca2e26c9ca57165944b3rootrootrootrootrootrootfd-8.6.0-bp155.1.7.src.rpmfd-zsh-completion    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c™@cb[b@bL/@a,@a+@aaaS_%_@_ @^^H^n[EZZTZ@ZY@andrea.manzini@suse.comsebix+novell.com@sebix.atsebix+novell.com@sebix.atWilliam Brown sebix+novell.com@sebix.atAvindra Goolcharan sebix+novell.com@sebix.atsebix+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.6.0: * New --and option to add additional patterns that must also be matched. * Added --changed-after as alias for --changed-within, to have a name consistent with --changed-before. * Breaking: On Unix-like systems, --type executable now additionally checks if the file is executable by the current user, * Fix completion generation to not include full path of fd command * Fix build error if completions feature is disabled * Fix --owner, --threads/j option value parsing- Update to version 8.5.0: - Features - --type executable/-t now works on Windows, see #1051 and #1061 - Bugfixes - Fixed differences between piped / non-piped output. This changes fds behavior back to what we - had before 8.3.0, i.e. there will be no leading ./ prefixes, unless --exec/-x, - --exec-batch/-X, or --print0/-0 are used. --strip-cwd-prefix can be used to strip that - prefix in those cases. See #1046, #1115, and #1121 - fd could previously crash with a panic due to a race condition in Rusts standard library - (see rust-lang/rust#39364). This has been fixed by switching to a different - message passing implementation, see #1060 and #1146 - fds memory usage will not grow unboundedly on huge directory trees, see #1146 - fd returns an error when current working directory does not exist while a search path is - specified, see #1072 - Improved "command not found" error message, see #1083 and #1109 - Preserve command exit codes when using --exec-batch, see #1136 and #1137 - Changes - No leading ./ prefix for non-interactive results, see above. - fd now colorizes paths in parallel, significantly improving performance, see #1148 - fd can now avoid stat syscalls even when colorizing paths, as long as the color scheme doesn't - require metadata, see #1148 - The statically linked musl versions of fd now use jmalloc, leading to a significant performance - improvement, see #1062 - Other - Added link back to GitHub in man page and --help text, see #1086 - Major update in how fd handles command line options internally, see #1067- Update to version 8.4.0: * Update documentation of --batch-size feature * Fix (pointless) clippy suggestion * Use cross to build x86_64-unknown-linux-gnu binaries to relax glibc requirements * Use minimal toolchain for clippy runs * exec: Execute batches before they get too long * remove description of --batch-size flag from EXAMPLES subsection * Limit nix features * Update help text and man page * Make -u idempotent * Match against reference instead of value * modification skeleton * make DirEntry Ord * add actual path separator value to config * Fix mistakes from resolving conflicts * Error out if no args provided to --exec or --exec-batch * Use full names in command.rs * Group together output from multi exec commands * Add description of multiple --exec to man page * Fix clippy lints * Support multiple `--exec` instances * Looks like the COPR repo is no longer maintained * Fix missing clap feature * Fix some clippy warnings * More prominently document that fd uses regex by default * convert to path instead of cloning in batch exec * rename module entry -> dir_entry * append trailing slash to folders * send DirEntries to output instead of just path- Automatic update of vendored dependencies - Correct _service to use the obs_scm generated tar- Update to version 8.3.2: * Add temporary version of logo * Bump version to v8.3.2 * Add clippy run in CI/CD * Add tavianator sponsoring link * Bump MSRV to 1.54 * Upgrade to clap 3.0 * Add CHANGELOG entry * Change test_opposing to be less flaky. * Update normpath to 0.3.2 to fix issue #931- remove service files- Update to version 8.3.1: - Bugfixes - Stop implying --no-ignore-parent when --no-vcs-ignore is supplied, see #907, #901, #908 (@tmccombs) - fd no longer waits for the whole traversal if the only matches arrive within max_buffer_time, see #868 and #895 (@tavianator) - --max-results=1 now immediately quits after the first result, see #867 (@tavianator) - fd -h does not panic anymore when stdout is closed, see #897 - Changes - Disable jemalloc on FreeBSD, see #896 (@xanderio) - Updated man page, see #912 (@rlue) - Updated zsh completions, see #932 (@tmccombs)- 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.0lamb12 16847534098.6.0-bp155.1.7zshsite-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-SP5/standard/d575911ee488f88ae1ab6fe36119a810-fdcpioxz5x86_64-suse-linuxdirectoryUTF-8 Unicode text꣦Na>f%(fd and zsh)utf-874095ba019865b2030d2047a1b1a1c7b5d80a4abbcc07b55bdde8879e9bf7e06? 7zXZ !t/./] crt:bLL ؝. Xꊅ<##g;Ipޚ ƮuM௷sgв4L9n*{V(n vYr[8GS,h<\ UZ|, EjST7*q?0ދ9Lvj^  ?$ Eoj?#5Mm 8>#ISunklyڟB_ق^bJ6$v|udE h~TAqQ=5Oz`ǘO8hvmeljC1 N~` -3@vN{on6!:N 6s'W|}ᒃ7uxUm!⃦ԑ `28PW&@I2㜫)d9E b^fmEb qG ҿ+%9}EkgÖ!Fyw](!IiHtEҖ馅`0`6:EF@=#q.4v! @s2HC1j:&[Ra: Q^[sgszRUހ S2S Dm_ECJHHq70wEX7`TWN'"XȀ9BA%LXՆH3`>(o>VLůhhlr'LFzI-5XZcT"?smU7Ge{2?0AY;N&+1{=Sgo. KhxZXl*Kܺk\{v(}/'\uH17:1莀Oyi)Vyƍ˧Yݢ+Lbd'0!TqR_$[w^Q3[);{dԅ*[EKPh9<7cs r*zMa€U ^S츊Ofm-E r)i'5Ћ޾ī(?E`CZ䂗[˱=8$ō@:ݢ¹DB #WNRQl$eũeb?XЗ'dfWVHlw" ,tL֒>7 "[%T ضBkwF&;~^uYД (}GO@ -8j:%{zT8=vI̧υEYF,:Am"],X"=ſ1ĭ!UZ >_d9KBķ1&Ċ{z4?T+u)4Z$cDs]rW~Vڒ_TCͭgt~q L=ܩs !ݯ1LALJ;i9O—ls~*T{E`+Zb+UN谍;n8/a;m dTz0WH'jْ "6Zo]+e@OO]dzu0#|N2tZ]*&-#b+ ?Z^fڋ(AdΡ/NaI-M8 JS ͞< be`f|+Glj9Ds0% #FkLٌs =x$8rSe))T䅞G %jzzêH{W3] Q;fhúvvķڮ'ZM"UoݞWHqP_Z-r.V\F)eRlWzl$c4|Њ ֱ+`wox [FIU&N5O!H^$zv6􆀕 žO>qp G G"šɼrky7GXޝqCfUeop?p{|NM*I,o_u~6)ZrD#ȋn/_-S1lMykkSי uKц=GCp:ȕ72L+ӶTUK-s =,z2ۃD 2S[n+"l=mP@T&~"\xگ- 6<[B~2|=ӂK^;W֡|^󟚯R=Fex[:!`ywq22Kret.\꤄1]W'7*ɨSE}ݸ(9og1[d n{u/ΒⶌѕF''5vk7\!Td¥kZДR_hk2LSס|<-[9LNJ^SgKEGi }o%X-}(6uqa4FTe6 n8[(+tBq\Sk\vOP42ˊrk)He L6ܴ~d@v>5cC9;l;rXG Zy1̓p=|S5oR&D4t ,lcsr?SWD C$)ɢ{(QcqM*r=ݑ;Ek^<;ɒ )zRGDeDbp}QP;RKTZe%hGԇyfb §iIbf3%c[ZaU!aq{40xz~~ Y=F q*/yu.=/yP4<#$hTCIyj_^t w}R,CV[i10]<Msʸƿ7ћ!ʦ %N5q&0x;I &koĠ|F,8$V6e:E잵؍UY{t6`dfF=jIC~LC!{KY3ׯJ|j7 4Q|yGӸ 2Yl%-B찬41& >^aUeM,G,q7*d2vYrJ3-y{i_Y- p+L11$9?95iHx&, 9Kq.bpޚb8N z%cڙkYc,y0==~!Ǻ31b簾ᒎ'}kJ3NsrƬ9_:'1TmU ?#c߼4 Fh:Z>; JgTwp+Aa-ܪ xX[pQ[gW.RB])ӄ tCRK(b,չs<$*Vçb,NhǙyM{#_lY3 6Yn3;D;<+^K#E<>xğdTY]D^268av9C:q HF0X)$oKKWu$ ^5ۿJ o]>bS\\Қ$ClZݏ;bM`ߠPDMMa[Рl0CMG*T^ʡcd)Or=M~$\7X%_V-W'H7P{1d( b>k