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

Changelog

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

  * Package fd-find 8.7.0 from crates.io using debcargo 2.6.0

 -- Sylvestre Ledru <email address hidden>  Mon, 19 Jun 2023 08:48:26 +0200

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.7.0-1.dsc 3.2 KiB 35430dccda687837ddac982e83675910795d2191efaa8c079f1c52cce62e8bc3
rust-fd-find_8.7.0.orig.tar.gz 113.7 KiB 6fd9b68c5cb96982c07ba32e488758de41174a1c3431268975f683e5fd09c2a0
rust-fd-find_8.7.0-1.debian.tar.xz 5.7 KiB 5ebc37723d37926db08ddcf805e573ed3a636dc7dcac764faf5326e275ef6bb9

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