rust-fd-find 8.3.0-1 source package in Ubuntu

Changelog

rust-fd-find (8.3.0-1) unstable; urgency=medium

  * Package fd-find 8.3.0 from crates.io using debcargo 2.4.4-alpha.0

 -- Sylvestre Ledru <email address hidden>  Sun, 05 Dec 2021 18:17:24 +0100

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rust-fd-find_8.3.0-1.dsc 2.9 KiB 11089867520fd099f245ecb8df78b6d21e6e65962b1e0a897097f662485435a7
rust-fd-find_8.3.0.orig.tar.gz 90.4 KiB a49bb119648e79f3ddc4a2729ffc20124ab767e54823086d2205e388af3191a9
rust-fd-find_8.3.0-1.debian.tar.xz 4.9 KiB 5cf289fa2fa0aff5fc70f16a7fefd9e3b9d09fdf8d761593cd42c99e472062f0

Available diffs

No changes file available.

Binary packages built by this source

fd-find: Simple, fast and user-friendly alternative to find

 While it does not seek to mirror all of find's powerful functionality,
 fd provides sensible (opinionated) defaults for 80% of the use cases.
 .
 Features:
 .
  * Convenient syntax: ‘fd PATTERN’ instead of ‘find -iname '*PATTERN*'’.
  * Colorized terminal output (similar to ls).
  * It's fast, often faster than find.
  * Smart case.
  * Ignores hidden directories and files, by default.
  * Ignores patterns from your .gitignore, by default.
  * Regular expressions.
  * Unicode-awareness.
  * Parallel command execution with a syntax similar to GNU Parallel.
 .
  Please note: the executable and the associated manpage were renamed
  from ‘fd’ to ‘fdfind’ because of a file name clash.

fd-find-dbgsym: debug symbols for fd-find