1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: rust-fd-find
Section: utils
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 24),
cargo:native,
rustc:native,
libstd-rust-dev,
librust-ansi-term-0.12+default-dev,
librust-anyhow-1+default-dev,
librust-atty-0.2+default-dev,
librust-clap-2+color-dev (>= 2.31.2-~~),
librust-clap-2+default-dev (>= 2.31.2-~~),
librust-clap-2+suggestions-dev (>= 2.31.2-~~),
librust-clap-2+wrap-help-dev (>= 2.31.2-~~),
librust-ctrlc-3+default-dev (>= 3.1-~~),
librust-dirs-next-2+default-dev,
librust-globset-0.4+default-dev,
librust-humantime-2+default-dev,
librust-ignore-0.4+default-dev (>= 0.4.3-~~),
librust-lazy-static-1+default-dev (>= 1.1.0-~~),
librust-libc-0.2+default-dev,
librust-lscolors-0.7+default-dev,
librust-num-cpus-1+default-dev (>= 1.8-~~),
librust-regex-1+default-dev,
librust-regex-syntax-0.6+default-dev,
librust-users-0.10+default-dev,
librust-version-check-0.9+default-dev,
dh-exec
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Paride Legovini <paride@debian.org>,
Sylvestre Ledru <sylvestre@debian.org>
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/fd-find]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/fd-find
Homepage: https://github.com/sharkdp/fd
Rules-Requires-Root: no
Package: fd-find
Architecture: any
Multi-Arch: allowed
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
Description: 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.
|