fd is a fast alternative to find with a focus on usability
https://github.com/sharkdp/fd
While fd does not seek to mirror all of find's powerful functionality,
it provides opinionated defaults for 80% of the use cases.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / fd
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout utilities/fd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
_service | 0000000936 936 Bytes | |
_servicedata | 0000000231 231 Bytes | |
cargo_config | 0000000100 100 Bytes | |
fd-8.4.0.obscpio | 0000483851 473 KB | |
fd-8.4.0.tar.xz | 0000088864 86.8 KB | |
fd.changes | 0000012040 11.8 KB | |
fd.obsinfo | 0000000091 91 Bytes | |
fd.spec | 0000006647 6.49 KB | |
vendor.tar.xz | 0007524668 7.18 MB |
Revision 32 (latest revision is 59)
Sebastian Wagner (sebix)
committed
(revision 32)
- Update to version 8.4.0: * Update documentation of --batch-size feature * Fix (pointless) clippy suggestion * Use cross to build x86_64-unknown-linux-gnu binaries to relax glibc requirements * Use minimal toolchain for clippy runs * exec: Execute batches before they get too long * remove description of --batch-size flag from EXAMPLES subsection * Limit nix features * Update help text and man page * Make -u idempotent * Match against reference instead of value * modification skeleton * make DirEntry Ord * add actual path separator value to config * Fix mistakes from resolving conflicts * Error out if no args provided to --exec or --exec-batch * Use full names in command.rs * Group together output from multi exec commands * Add description of multiple --exec to man page * Fix clippy lints * Support multiple `--exec` instances * Looks like the COPR repo is no longer maintained * Fix missing clap feature * Fix some clippy warnings * More prominently document that fd uses regex by default * convert to path instead of cloning in batch exec * rename module entry -> dir_entry * append trailing slash to folders * send DirEntries to output instead of just path
Comments 0