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

Changelog

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

  * Package fd-find 9.0.0 from crates.io using debcargo 2.6.1

 -- Sylvestre Ledru <email address hidden>  Sat, 30 Dec 2023 20:41:02 +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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rust-fd-find_9.0.0-1.dsc 3.0 KiB 7a2b53e65e67746e2781430d1859188f9274d4e83d529e7d2a60d1e20f07cb27
rust-fd-find_9.0.0.orig.tar.gz 115.6 KiB 21a153115e49b0ec1e9a05a25b53b7cfcfffefa0bfd74c87a2c4c76575ee46c7
rust-fd-find_9.0.0-1.debian.tar.xz 6.3 KiB 6bd19ee094bd24e5e425e2ed0d002d5c22fa1e2213d2145aa5b8f227d718cf04

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.