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

Changelog

rust-fd-find (8.3.1-1ubuntu0.1) jammy-security; urgency=medium

  * No change rebuild due to update in rust-regex

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

Upload details

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

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
rust-fd-find_8.3.1.orig.tar.gz 91.6 KiB 48ebc2ce07f670a1351a44659262057712cd068ca438f1c8ac80cbf8bf3b8a55
rust-fd-find_8.3.1-1ubuntu0.1.debian.tar.xz 5.8 KiB d8fa6464162caa20e4f5740882d30b3e8f14f8ec5e3e46a21accf39587e6c16a
rust-fd-find_8.3.1-1ubuntu0.1.dsc 2.8 KiB 5fe4324c651e4c820deeb8e4c65e2abe951fccce5cdd21bb33e7fd5c0bfd33e4

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.

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