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

Changelog

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

  * Package fd-find 8.3.1 from crates.io using debcargo 2.5.0

 -- Sylvestre Ledru <email address hidden>  Tue, 11 Jan 2022 21:27:57 +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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
rust-fd-find_8.3.1-1.dsc 2.8 KiB 5b574f5036dba8bb5f02eca2b96032a1efb713c532ffb4284654b0aaca6c77ec
rust-fd-find_8.3.1.orig.tar.gz 91.6 KiB 48ebc2ce07f670a1351a44659262057712cd068ca438f1c8ac80cbf8bf3b8a55
rust-fd-find_8.3.1-1.debian.tar.xz 5.7 KiB b4c1879af9b4a22099600d89b6350c98bceeaccf8b004c1acc45d4940b2f56af

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