summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-26Merge pull request #1494 from nabellows/masterThayne McCombs
Add support for @%s time format
2024-04-15Merge pull request #1520 from tmccombs/clippyThayne McCombs
Add clippy using latest rust version to CI
2024-04-14Add clippy using latest rust version to CIThayne McCombs
Fixes: #1511
2024-04-14Merge pull request #1536 from bin-ly/masterThayne McCombs
Use 'MAIN_SEPARATOR_STR' instead of '&MAIN_SEPARATOR.to_string()'
2024-04-15Use 'MAIN_SEPARATOR_STR' instead of '&MAIN_SEPARATOR.to_string()'binlingyu
2024-04-11Merge pull request #1534 from tmccombs/msrv-updateThayne McCombs
Update MSRV to 1.77.2
2024-04-11Update MSRV to 1.77.2Thayne McCombs
Prior to this version, `Command` didn't properly escape command line arguments on windows. Although, the risk of attacker controlled arguments passed through fd is relatively small, I think it is best to upgrade to a version that fixes this. The biggest risk for users is probably running fd with `--exec` or `--exec-batch` on directories that contain files with names controlled by another party (for example a git repo that you cloned). See: https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html Security: CVE-2024-24576
2024-04-01Merge pull request #1530 from sharkdp/dependabot/cargo/lscolors-0.17.0Thayne McCombs
build(deps): bump lscolors from 0.16.0 to 0.17.0
2024-04-01Merge pull request #1529 from sharkdp/dependabot/cargo/aho-corasick-1.1.3Thayne McCombs
build(deps): bump aho-corasick from 1.1.2 to 1.1.3
2024-04-01Merge pull request #1531 from sharkdp/dependabot/cargo/crossbeam-channel-0.5.12Thayne McCombs
build(deps): bump crossbeam-channel from 0.5.11 to 0.5.12
2024-04-01build(deps): bump crossbeam-channel from 0.5.11 to 0.5.12dependabot[bot]
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.11 to 0.5.12. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.11...crossbeam-channel-0.5.12) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01build(deps): bump lscolors from 0.16.0 to 0.17.0dependabot[bot]
Bumps [lscolors](https://github.com/sharkdp/lscolors) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/sharkdp/lscolors/releases) - [Commits](https://github.com/sharkdp/lscolors/compare/0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: lscolors dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01build(deps): bump aho-corasick from 1.1.2 to 1.1.3dependabot[bot]
Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 1.1.2 to 1.1.3. - [Commits](https://github.com/BurntSushi/aho-corasick/compare/1.1.2...1.1.3) --- updated-dependencies: - dependency-name: aho-corasick dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13Merge pull request #1517 from one230six/masterThayne McCombs
refactor: Optimize code based on cargo clippy suggestions
2024-03-13Set default path separator to '/' in MSYS/MSYS2Jian Wang
The environments of MSYS: [[https://www.msys2.org/docs/environments/]]
2024-03-13refactor: Optimize code based on cargo clippy suggestionsone230six
Signed-off-by: one230six <723682061@qq.com>
2024-03-11Merge pull request #1515 from ↵Thayne McCombs
sharkdp/dependabot/github_actions/softprops/action-gh-release-2 build(deps): bump softprops/action-gh-release from 1 to 2
2024-03-11build(deps): bump softprops/action-gh-release from 1 to 2dependabot[bot]
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08Merge pull request #1510 from garlic-hub/clippyTavian Barnes
Clean up clippy warnings
2024-03-08Clean up clippy warningsgarlic-hub
2024-03-01Merge pull request #1502 from sharkdp/dependabot/cargo/tempfile-3.10.1Thayne McCombs
build(deps): bump tempfile from 3.9.0 to 3.10.1
2024-03-01Merge pull request #1500 from sharkdp/dependabot/cargo/libc-0.2.153Thayne McCombs
build(deps): bump libc from 0.2.151 to 0.2.153
2024-03-01Merge pull request #1503 from sharkdp/dependabot/cargo/chrono-0.4.34Thayne McCombs
build(deps): bump chrono from 0.4.31 to 0.4.34
2024-03-01build(deps): bump chrono from 0.4.31 to 0.4.34dependabot[bot]
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.31 to 0.4.34. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.31...v0.4.34) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01build(deps): bump tempfile from 3.9.0 to 3.10.1dependabot[bot]
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.9.0 to 3.10.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.9.0...v3.10.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01build(deps): bump libc from 0.2.151 to 0.2.153dependabot[bot]
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.151 to 0.2.153. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.151...0.2.153) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12Run formattingNathan Bellows
2024-02-12Add support for @%s time formatNathan Bellows
2024-02-11Add installation instructions for more Linux distributions in READMEAlbydS
Added installation instructions for Arch AUR, ALT Linux and Solus and did a few minor changes
2024-02-07More whitespaceDavid Peter
2024-02-07Add Terminal Trove sponsorshipDavid Peter
2024-02-01Merge pull request #1488 from sharkdp/dependabot/cargo/nu-ansi-term-0.50.0Thayne McCombs
build(deps): bump nu-ansi-term from 0.49.0 to 0.50.0
2024-02-01build(deps): bump nu-ansi-term from 0.49.0 to 0.50.0dependabot[bot]
Bumps [nu-ansi-term](https://github.com/nushell/nu-ansi-term) from 0.49.0 to 0.50.0. - [Release notes](https://github.com/nushell/nu-ansi-term/releases) - [Changelog](https://github.com/nushell/nu-ansi-term/blob/main/CHANGELOG.md) - [Commits](https://github.com/nushell/nu-ansi-term/compare/v0.49.0...v0.50.0) --- updated-dependencies: - dependency-name: nu-ansi-term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01Merge pull request #1490 from sharkdp/dependabot/cargo/clap_complete-4.4.9Thayne McCombs
build(deps): bump clap_complete from 4.4.6 to 4.4.9
2024-02-01Merge pull request #1489 from sharkdp/dependabot/cargo/ignore-0.4.22Thayne McCombs
build(deps): bump ignore from 0.4.21 to 0.4.22
2024-02-01build(deps): bump ignore from 0.4.21 to 0.4.22dependabot[bot]
Bumps [ignore](https://github.com/BurntSushi/ripgrep) from 0.4.21 to 0.4.22. - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) --- updated-dependencies: - dependency-name: ignore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01build(deps): bump clap_complete from 4.4.6 to 4.4.9dependabot[bot]
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.6 to 4.4.9. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.6...clap_complete-v4.4.9) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01Merge pull request #1486 from sharkdp/dependabot/cargo/regex-1.10.3Thayne McCombs
build(deps): bump regex from 1.10.2 to 1.10.3
2024-02-01Merge pull request #1487 from sharkdp/dependabot/cargo/crossbeam-channel-0.5.11Thayne McCombs
build(deps): bump crossbeam-channel from 0.5.10 to 0.5.11
2024-02-01build(deps): bump crossbeam-channel from 0.5.10 to 0.5.11dependabot[bot]
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.10 to 0.5.11. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.10...crossbeam-channel-0.5.11) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01build(deps): bump regex from 1.10.2 to 1.10.3dependabot[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.10.2...1.10.3) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26Merge pull request #1483 from ognevny/patch-1Thayne McCombs
Makefile: use `--locked` for build
2024-01-20Makefile: use `--locked` for buildMaksim Bondarenkov
to be ensured that Cargo.lock is up to date. also it's needed for disributions
2024-01-16Add target aarch64-unknown-linux-muslRob
2024-01-08Merge pull request #1472 from tmccombs/clap-updateTavian Barnes
Update clap version
2024-01-08Update clap versionThayne McCombs
Fixes: #1407
2024-01-07Merge pull request #1464 from Ato2207/dir_aliasThayne McCombs
Added alias --type dir
2024-01-01Merge pull request #1470 from sharkdp/dependabot/cargo/crossbeam-channel-0.5.10Tavian Barnes
build(deps): bump crossbeam-channel from 0.5.8 to 0.5.10
2024-01-01Merge pull request #1468 from sharkdp/dependabot/cargo/tempfile-3.9.0Tavian Barnes
build(deps): bump tempfile from 3.8.1 to 3.9.0
2024-01-01build(deps): bump tempfile from 3.8.1 to 3.9.0dependabot[bot]
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.1 to 3.9.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.8.1...v3.9.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>