rust-fd-find 7.4.0-2ubuntu0.1 source package in Ubuntu

Changelog

rust-fd-find (7.4.0-2ubuntu0.1) focal-security; urgency=medium

  * No change rebuild due to update in rust-regex

 -- David Fernandez Gonzalez <email address hidden>  Thu, 18 Aug 2022 13:21:40 +0200

Upload details

Uploaded by:
David Fernandez Gonzalez
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe misc
Focal security universe misc

Downloads

File Size SHA-256 Checksum
rust-fd-find_7.4.0.orig.tar.gz 58.4 KiB b21777867eb06d903a152fcc45e774e319b0d49ab3ab9d30cf1a38f7c541f590
rust-fd-find_7.4.0-2ubuntu0.1.debian.tar.xz 4.7 KiB 4f89556575f674edcc4f67044c9c7f508ed61efeb67a2bb181bb63a01991bde0
rust-fd-find_7.4.0-2ubuntu0.1.dsc 2.7 KiB 6adf16754a28a6c5276c756d6ae5b0e3de03dfec0815b3987568ba2bfea37bbd

View changes file

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.
 .
 This package contains the following binaries built from the Rust crate
 "fd-find":
  - fd

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