fd is a fast alternative to find with a focus on usability
While fd does not seek to mirror all of find's powerful functionality,
it provides opinionated defaults for 80% of the use cases.
- Developed at utilities
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates/fd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000937 937 Bytes | |
_servicedata | 0000000231 231 Bytes | |
cargo_config | 0000000100 100 Bytes | |
fd-10.0.0.tar.xz | 0000102104 99.7 KB | |
fd.changes | 0000019542 19.1 KB | |
fd.obsinfo | 0000000092 92 Bytes | |
fd.spec | 0000006805 6.65 KB | |
rust.patch | 0000000381 381 Bytes | |
vendor.tar.xz | 0018654268 17.8 MB |
Revision 22 (latest revision is 24)
Dominique Leuenberger (dimstar_suse)
accepted
request 1172637
from
Sebastian Wagner (sebix)
(revision 22)
- Update to version 10.0.0: * Prepare for 10.0.0 release * Add @timestamp to --help * Add script to automate some of release process. * ci: Support large page sizes on AArch64 * build(deps): bump libc from 0.2.153 to 0.2.154 * build(deps): bump chrono from 0.4.37 to 0.4.38 * build(deps): bump nix from 0.27.1 to 0.28.0 * Fix typo in CHANGELOG * Add test for gitignore workaround * Workaround for bug with gitinored files * Remove unnecessary sudo in front of commands * Stop ignore .git folders by default * filesystem: Remove a redundant as_str() * Fix deprecation warning. * Add clippy using latest rust version to CI * Use 'MAIN_SEPARATOR_STR' instead of '&MAIN_SEPARATOR.to_string()' * Update MSRV to 1.77.2 * build(deps): bump crossbeam-channel from 0.5.11 to 0.5.12 * build(deps): bump lscolors from 0.16.0 to 0.17.0 * build(deps): bump aho-corasick from 1.1.2 to 1.1.3 * Set default path separator to '/' in MSYS/MSYS2 * refactor: Optimize code based on cargo clippy suggestions * build(deps): bump softprops/action-gh-release from 1 to 2 * Clean up clippy warnings * build(deps): bump chrono from 0.4.31 to 0.4.34 * build(deps): bump tempfile from 3.9.0 to 3.10.1 * build(deps): bump libc from 0.2.151 to 0.2.153 * Run formatting * Add support for @%s time format * Add installation instructions for more Linux distributions in README * More whitespace * Add Terminal Trove sponsorship * build(deps): bump nu-ansi-term from 0.49.0 to 0.50.0 * build(deps): bump ignore from 0.4.21 to 0.4.22 * build(deps): bump clap_complete from 4.4.6 to 4.4.9 * build(deps): bump crossbeam-channel from 0.5.10 to 0.5.11 * build(deps): bump regex from 1.10.2 to 1.10.3 * Makefile: use `--locked` for build * Add target aarch64-unknown-linux-musl * Update clap version * build(deps): bump tempfile from 3.8.1 to 3.9.0 * build(deps): bump crossbeam-channel from 0.5.8 to 0.5.10 * build(deps): bump filetime from 0.2.22 to 0.2.23 * build(deps): bump clap_complete from 4.4.4 to 4.4.5 * build(deps): bump libc from 0.2.150 to 0.2.151 * Updated CHANGELOG.md, man page and made alias visible in fd -h too * Added explicit documentation about the possibility of using dir * Added alias --type dir * Format notes in Readme * Fixes typo in README * fix: Respect NO_COLOR with --list-details option * CHANGELOG: Fix issue number typo * Update troubleshooting section * Update license information * Add new unreleased section - Add rust.patch: * Decrease rust version dependency from 1.77.2 to 1.77.0. The later version is required to fix a problem specific to Windows and is not presently available to build in Factory
Comments 0