rust-fd-find 8.7.1-2 source package in Ubuntu

Changelog

rust-fd-find (8.7.1-2) unstable; urgency=medium

  * Team upload.
  * Package fd-find 8.7.1 from crates.io using debcargo 2.6.0
  * Bump regex-syntax dependency to 0.8

 -- Peter Michael Green <email address hidden>  Tue, 24 Oct 2023 20:00:56 +0000

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.1-2.dsc 3.1 KiB 07d0a6f849926d1e11e5b2195abe41c916e39e3283097711da2d8edc1fe6aa42
rust-fd-find_8.7.1.orig.tar.gz 113.1 KiB 66cb1e921cbd148d9f3dfb26b644e8ce3833ca0b47a4be07905a6af2a7d20064
rust-fd-find_8.7.1-2.debian.tar.xz 6.2 KiB 7755d4655fc33a175c8fb05288fa9870a39c1f716c74dd8df3853e9468f50787

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.