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 73 74 75 76 77 78 79 80 81 82
|
Source: rust-fd-find
Section: utils
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
cargo:native,
rustc:native (>= 1.77.2),
libstd-rust-dev,
librust-aho-corasick-1+default-dev (>= 1.1-~~),
librust-anyhow-1+default-dev,
librust-argmax-0.3+default-dev (>= 0.3.1-~~),
librust-chrono-0.4+clock-dev (>= 0.4.38-~~),
librust-chrono-0.4+std-dev (>= 0.4.38-~~),
librust-clap-4+cargo-dev,
librust-clap-4+color-dev,
librust-clap-4+default-dev,
librust-clap-4+derive-dev,
librust-clap-4+suggestions-dev,
librust-clap-4+wrap-help-dev,
librust-clap-complete-4+default-dev,
librust-crossbeam-channel-0+default-dev,
librust-ctrlc-3+default-dev (>= 3.2-~~),
librust-etcetera-0.8+default-dev,
librust-faccess-0.2+default-dev (>= 0.2.4-~~),
librust-globset-0.4+default-dev,
librust-humantime-2+default-dev (>= 2.1-~~),
librust-ignore-0.4+default-dev (>= 0.4.22-~~),
librust-libc-0+default-dev,
librust-lscolors-0+nu-ansi-term-dev,
librust-nix-0+hostname-dev,
librust-nix-0+signal-dev,
librust-nix-0+user-dev,
librust-normpath-1+default-dev,
librust-nu-ansi-term-0+default-dev,
librust-regex-1+default-dev (>= 1.10.5-~~),
librust-regex-syntax-0+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.6.2
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
X-Cargo-Crate: fd-find
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.
|