rust-fd-find 7.4.0-2build1 source package in Ubuntu

Changelog

rust-fd-find (7.4.0-2build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <email address hidden>  Sun, 22 Mar 2020 16:56:48 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release 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-2build1.debian.tar.xz 4.6 KiB f96304bf0cb14cea5a601fa6ca299e04de9cf06c133da137886eb32ef6e8f352
rust-fd-find_7.4.0-2build1.dsc 2.7 KiB 741ab4e8221c380a8d427516957a6c5ff82c67186dbe3ec0502b0dec53b8f1e5

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