ff7b10c77e
- Update to version 10.3.0: * release: 10.3 * build: Update OSes for github actions * build(deps): bump actions/checkout from 4 to 5 * filesystem: Fix a clippy warning about lifetime elision * build(deps): bump clap_complete from 4.5.54 to 4.5.55 * build(deps): bump clap from 4.5.40 to 4.5.42 * build(deps): bump libc from 0.2.172 to 0.2.174 * chore: Update several packages * fix: Remove duplicate nix from lockfile * build(deps): bump ctrlc from 3.4.6 to 3.4.7 * build(deps): bump argmax from 0.3.1 to 0.4.0 * build(deps): bump clap_complete from 4.5.52 to 4.5.54 * build(deps): bump clap from 4.5.39 to 4.5.40 * Remove test_invalid_cwd on illumos * Make test be excluded at compile time rather than at run-time. * Use printf in a test rather than echo -n * Do not use jemalloc on Illumos * Update README.md to RHEL 10 * build(deps): bump clap from 4.5.37 to 4.5.39 * build(deps): bump clap_complete from 4.5.48 to 4.5.52 * build(deps): bump jiff from 0.2.10 to 0.2.14 * build(deps): bump tempfile from 3.19.1 to 3.20.0 * Update tikv-jemallocator to 0.6 * Depend on jemallocator as tikv-jemallocator * docs(security): add initial security policy * Fix typo * docs: Clarify option positions in README * docs: Mention how to end --exec-batch args * docs: Better specify that if path is given, pattern must be as well.
Sebastian Wagner2025-08-26 14:47:15 +00:00
9c9554aeeb
- _service: use manual instead of disabled as suggested by osc
Sebastian Wagner2024-09-01 07:45:38 +00:00
c330476058
- Update to version 10.2.0: * Bump dependencies * Prepare for 10.2.0 release * docs: documentation link of regular expressions to the latest version * build(deps): bump clap from 4.5.8 to 4.5.13 * build(deps): bump clap_complete from 4.5.7 to 4.5.8 * build(deps): bump nu-ansi-term from 0.50.0 to 0.50.1 * build(deps): bump version_check from 0.9.4 to 0.9.5 * Fix unused config struct field on Windows * Fix unused OnceLock import lint on Windows * Fix Conflicts syntax * Create fdfind symlinks in deb package * Refactor creating deb package into separate script * Note executable name in release debs * build(deps): bump clap_complete from 4.5.2 to 4.5.7 * build(deps): bump regex from 1.10.4 to 1.10.5 * build(deps): bump regex-syntax from 0.8.3 to 0.8.4 * build(deps): bump clap from 4.5.4 to 4.5.8 * build(deps): bump lscolors from 0.17.0 to 0.18.0 * Fix percent encoding * docs: Add flox install * Continue supporting windows 7 with builds * Update OS versions for github actions * Change --hyperlink to be an option instead of a flag * Fix test on windows * Fix unicode encoding of hyperlinks * Add hyperlink support to fd * build(deps): bump libc from 0.2.154 to 0.2.155 * build(deps): bump crossbeam-channel from 0.5.12 to 0.5.13 * build(deps): bump nix from 0.28.0 to 0.29.0
Sebastian Wagner2024-08-23 12:34:27 +00:00
eb6118715f
- Features - --type executable/-t now works on Windows, see #1051 and #1061 - Bugfixes - Fixed differences between piped / non-piped output. This changes fds behavior back to what we - had before 8.3.0, i.e. there will be no leading ./ prefixes, unless --exec/-x, - --exec-batch/-X, or --print0/-0 are used. --strip-cwd-prefix can be used to strip that - prefix in those cases. See #1046, #1115, and #1121 - fd could previously crash with a panic due to a race condition in Rusts standard library - (see rust-lang/rust#39364). This has been fixed by switching to a different - message passing implementation, see #1060 and #1146 - fds memory usage will not grow unboundedly on huge directory trees, see #1146 - fd returns an error when current working directory does not exist while a search path is - specified, see #1072 - Improved "command not found" error message, see #1083 and #1109 - Preserve command exit codes when using --exec-batch, see #1136 and #1137 - Changes - No leading ./ prefix for non-interactive results, see above. - fd now colorizes paths in parallel, significantly improving performance, see #1148 - fd can now avoid stat syscalls even when colorizing paths, as long as the color scheme doesn't - require metadata, see #1148 - The statically linked musl versions of fd now use jmalloc, leading to a significant performance - improvement, see #1062 - Other - Added link back to GitHub in man page and --help text, see #1086 - Major update in how fd handles command line options internally, see #1067Sebastian Wagner2022-11-02 07:32:12 +00:00
fcd8ea344d
- 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
Sebastian Wagner2022-06-08 09:21:16 +00:00
eaedf99254
Accepting request 979097 from home:firstyear:branches:utilities
Sebastian Wagner2022-05-25 05:48:22 +00:00
4342e6e65a
- Update to version 8.3.2: * Add temporary version of logo * Bump version to v8.3.2 * Add clippy run in CI/CD * Add tavianator sponsoring link * Bump MSRV to 1.54 * Upgrade to clap 3.0 * Add CHANGELOG entry * Change test_opposing to be less flaky. * Update normpath to 0.3.2 to fix issue #931Sebastian Wagner2022-01-29 17:23:37 +00:00
aa1c366c9b
- Update to version 8.3.1: - Bugfixes - Stop implying --no-ignore-parent when --no-vcs-ignore is supplied, see #907, #901, #908 (@tmccombs) - fd no longer waits for the whole traversal if the only matches arrive within max_buffer_time, see #868 and #895 (@tavianator) - --max-results=1 now immediately quits after the first result, see #867 (@tavianator) - fd -h does not panic anymore when stdout is closed, see #897 - Changes - Disable jemalloc on FreeBSD, see #896 (@xanderio) - Updated man page, see #912 (@rlue) - Updated zsh completions, see #932 (@tmccombs)
Sebastian Wagner2022-01-06 19:53:54 +00:00
aac9dc5ccf
Accepting request 944494 from home:sebix:branches:utilities
Avindra Goolcharan2022-01-06 17:36:25 +00:00