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

Changelog

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

  * Package fd-find 7.4.0 from crates.io using debcargo 2.4.0
  * Rename the completion scripts to fdfind (Closes: #936036)
  * Ansi_term updated from 0.11 to 0.12
  * Remove the jemallocator dependencies (still in NEW)
    disable-jemallocator.diff
  * Also ship completion for fdfind (Closes: #936036)

 -- Sylvestre Ledru <email address hidden>  Sun, 01 Dec 2019 12:30:19 +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

Downloads

File Size SHA-256 Checksum
rust-fd-find_7.4.0-1.dsc 2.7 KiB 0ee768e851d8345caa5ea3da25c84c29a59554b62bdb4ea0d23c7f0230da452d
rust-fd-find_7.4.0.orig.tar.gz 58.4 KiB b21777867eb06d903a152fcc45e774e319b0d49ab3ab9d30cf1a38f7c541f590
rust-fd-find_7.4.0-1.debian.tar.xz 4.4 KiB 7577b21fb3a9130f056e0e3352f56d80d2e506790881e2c3dd7588e717e03ab8

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

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