Hamir Mahal
|
87f230a66e
|
fix: formatting in src/ and tests/
|
2024-10-06 09:34:41 -07:00 |
|
Hamir Mahal
|
4bdee80afa
|
style: simplify string formatting for readability
|
2024-10-06 09:33:58 -07:00 |
|
Tavian Barnes
|
3d0d1865c8
|
Merge pull request #1617 from cstyles/add-mindepth-alias
Add a hidden `--mindepth` alias for `--min-depth`
|
2024-10-02 12:30:25 -04:00 |
|
Collin Styles
|
0d99badc1b
|
Add a hidden --mindepth alias for --min-depth
|
2024-10-02 12:22:01 -04:00 |
|
Thayne McCombs
|
3b7b95d081
|
Merge pull request #1625 from sharkdp/dependabot/cargo/anyhow-1.0.89
build(deps): bump anyhow from 1.0.86 to 1.0.89
|
2024-10-01 23:51:08 -06:00 |
|
dependabot[bot]
|
bd9882d797
|
build(deps): bump anyhow from 1.0.86 to 1.0.89
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.89.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.89)
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-02 04:27:23 +00:00 |
|
Thayne McCombs
|
1fed60d5c1
|
Merge pull request #1623 from sharkdp/dependabot/cargo/libc-0.2.159
build(deps): bump libc from 0.2.158 to 0.2.159
|
2024-10-01 22:25:13 -06:00 |
|
Thayne McCombs
|
f84c1d67c0
|
Merge pull request #1624 from sharkdp/dependabot/cargo/ignore-0.4.23
build(deps): bump ignore from 0.4.22 to 0.4.23
|
2024-10-01 22:24:47 -06:00 |
|
Thayne McCombs
|
e50cb817e1
|
Merge pull request #1621 from sharkdp/dependabot/cargo/clap_complete-4.5.28
build(deps): bump clap_complete from 4.5.24 to 4.5.28
|
2024-10-01 22:23:58 -06:00 |
|
Thayne McCombs
|
8207b3ebae
|
Merge pull request #1622 from sharkdp/dependabot/cargo/globset-0.4.15
build(deps): bump globset from 0.4.14 to 0.4.15
|
2024-10-01 22:22:30 -06:00 |
|
dependabot[bot]
|
aa81800ffa
|
build(deps): bump ignore from 0.4.22 to 0.4.23
Bumps [ignore](https://github.com/BurntSushi/ripgrep) from 0.4.22 to 0.4.23.
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/ripgrep/commits)
---
updated-dependencies:
- dependency-name: ignore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-01 17:18:00 +00:00 |
|
dependabot[bot]
|
5de01fdd7b
|
build(deps): bump libc from 0.2.158 to 0.2.159
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.158 to 0.2.159.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.159/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.158...0.2.159)
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-01 17:17:55 +00:00 |
|
dependabot[bot]
|
85764e28ef
|
build(deps): bump globset from 0.4.14 to 0.4.15
Bumps [globset](https://github.com/BurntSushi/ripgrep) from 0.4.14 to 0.4.15.
- [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/globset-0.4.14...ignore-0.4.15)
---
updated-dependencies:
- dependency-name: globset
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-01 17:17:51 +00:00 |
|
dependabot[bot]
|
a4b3bd29aa
|
build(deps): bump clap_complete from 4.5.24 to 4.5.28
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.24 to 4.5.28.
- [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.5.24...clap_complete-v4.5.28)
---
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-10-01 17:17:44 +00:00 |
|
Thayne McCombs
|
27c6b50919
|
Fix a new clippy warning
|
2024-09-23 09:42:58 +02:00 |
|
Tavian Barnes
|
8e0bd33af7
|
Merge pull request #1610 from sharkdp/dependabot/cargo/filetime-0.2.25
build(deps): bump filetime from 0.2.24 to 0.2.25
|
2024-09-03 10:23:34 -04:00 |
|
Thayne McCombs
|
b674b9b820
|
Merge pull request #1611 from sharkdp/dependabot/cargo/clap_complete-4.5.24
build(deps): bump clap_complete from 4.5.19 to 4.5.24
|
2024-09-01 12:11:03 -06:00 |
|
dependabot[bot]
|
96ac5fa0a0
|
build(deps): bump clap_complete from 4.5.19 to 4.5.24
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.19 to 4.5.24.
- [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.5.19...clap_complete-v4.5.24)
---
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-09-01 17:23:24 +00:00 |
|
dependabot[bot]
|
9b1017a4d5
|
build(deps): bump filetime from 0.2.24 to 0.2.25
Bumps [filetime](https://github.com/alexcrichton/filetime) from 0.2.24 to 0.2.25.
- [Commits](https://github.com/alexcrichton/filetime/compare/0.2.24...0.2.25)
---
updated-dependencies:
- dependency-name: filetime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-01 17:23:19 +00:00 |
|
Tavian Barnes
|
b191368713
|
Merge pull request #1607 from tmccombs/release-10.2
Prepare for 10.2.0 release
|
2024-08-22 15:27:40 -04:00 |
|
Thayne McCombs
|
e3d4f57e75
|
Bump dependencies
In particular, lscolors
|
2024-08-19 23:29:02 -06:00 |
|
Thayne McCombs
|
1ce6906808
|
Prepare for 10.2.0 release
|
2024-08-18 22:55:28 -06:00 |
|
Thayne McCombs
|
9cf415ccc7
|
Merge pull request #1593 from sharkdp/deb-improvements
Deb improvements
|
2024-08-08 21:02:08 -06:00 |
|
Thayne McCombs
|
e9fe337921
|
Merge pull request #1596 from RossSmyth/WinLints
Fix up some lints on Windows
|
2024-08-07 23:16:56 -06:00 |
|
Thayne McCombs
|
8958a7bd74
|
Merge pull request #1602 from JCHacking/readme_last_version_regex
docs: documentation link of regular expressions to the latest version
|
2024-08-05 14:30:05 -06:00 |
|
JCHacking
|
c26c45dba3
|
docs: documentation link of regular expressions to the latest version
|
2024-08-05 13:32:20 +02:00 |
|
Thayne McCombs
|
7decd53c70
|
Merge pull request #1601 from sharkdp/dependabot/cargo/clap-4.5.13
build(deps): bump clap from 4.5.8 to 4.5.13
|
2024-08-01 19:12:08 -06:00 |
|
Thayne McCombs
|
d5253c5372
|
Merge pull request #1600 from sharkdp/dependabot/cargo/clap_complete-4.5.8
build(deps): bump clap_complete from 4.5.7 to 4.5.8
|
2024-08-01 19:11:30 -06:00 |
|
Thayne McCombs
|
3e7691ee6e
|
Merge pull request #1599 from sharkdp/dependabot/cargo/nu-ansi-term-0.50.1
build(deps): bump nu-ansi-term from 0.50.0 to 0.50.1
|
2024-08-01 19:10:55 -06:00 |
|
Thayne McCombs
|
385131765d
|
Merge pull request #1598 from sharkdp/dependabot/cargo/version_check-0.9.5
build(deps): bump version_check from 0.9.4 to 0.9.5
|
2024-08-01 19:06:36 -06:00 |
|
dependabot[bot]
|
adbae9cf54
|
build(deps): bump clap from 4.5.8 to 4.5.13
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.8 to 4.5.13.
- [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.5.8...v4.5.13)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-01 17:45:49 +00:00 |
|
dependabot[bot]
|
b862c11550
|
build(deps): bump clap_complete from 4.5.7 to 4.5.8
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.7 to 4.5.8.
- [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.5.7...clap_complete-v4.5.8)
---
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-08-01 17:45:44 +00:00 |
|
dependabot[bot]
|
e7b93e6c96
|
build(deps): bump nu-ansi-term from 0.50.0 to 0.50.1
Bumps [nu-ansi-term](https://github.com/nushell/nu-ansi-term) from 0.50.0 to 0.50.1.
- [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.50.0...v0.50.1)
---
updated-dependencies:
- dependency-name: nu-ansi-term
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-01 17:45:36 +00:00 |
|
dependabot[bot]
|
2ea5d2a90e
|
build(deps): bump version_check from 0.9.4 to 0.9.5
Bumps [version_check](https://github.com/SergioBenitez/version_check) from 0.9.4 to 0.9.5.
- [Commits](https://github.com/SergioBenitez/version_check/compare/v0.9.4...v0.9.5)
---
updated-dependencies:
- dependency-name: version_check
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-01 17:45:31 +00:00 |
|
Ross Smyth
|
80a73fda49
|
Fix unused config struct field on Windows
|
2024-07-22 10:02:08 -04:00 |
|
Ross Smyth
|
db9d2fa299
|
Fix unused OnceLock import lint on Windows
|
2024-07-22 10:02:05 -04:00 |
|
Thayne McCombs
|
830fed4f82
|
Fix Conflicts syntax
|
2024-07-22 01:34:03 -06:00 |
|
Thayne McCombs
|
e3b7dcbb7e
|
Create fdfind symlinks in deb package
To be consistent with the offical debian pckage
|
2024-07-22 00:33:10 -06:00 |
|
Thayne McCombs
|
55d2e78cc1
|
Refactor creating deb package into separate script
Which I think is cleaner than having it inline in the github actions
yaml
|
2024-07-22 00:33:10 -06:00 |
|
Thayne McCombs
|
9f0fea6e21
|
Merge pull request #1594 from sharkdp/deb-readme-update
Note executable name in release debs
|
2024-07-17 12:54:07 -06:00 |
|
Thayne McCombs
|
3480df88ef
|
Note executable name in release debs
Fixes: #1592
|
2024-07-17 00:04:36 -06:00 |
|
Thayne McCombs
|
cfced9787e
|
Merge pull request #1571 from tmccombs/hyperlink
Add hyperlink support to fd
|
2024-07-16 15:57:30 -06:00 |
|
Thayne McCombs
|
9cefd79ef4
|
Merge pull request #1583 from sharkdp/dependabot/cargo/clap_complete-4.5.7
build(deps): bump clap_complete from 4.5.2 to 4.5.7
|
2024-07-01 16:05:25 -06:00 |
|
dependabot[bot]
|
d5525e171b
|
build(deps): bump clap_complete from 4.5.2 to 4.5.7
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.2 to 4.5.7.
- [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.5.2...clap_complete-v4.5.7)
---
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-07-01 21:44:07 +00:00 |
|
Thayne McCombs
|
724275f3ef
|
Merge pull request #1582 from sharkdp/dependabot/cargo/clap-4.5.8
build(deps): bump clap from 4.5.4 to 4.5.8
|
2024-07-01 15:43:27 -06:00 |
|
Thayne McCombs
|
79d1435c68
|
Merge pull request #1581 from sharkdp/dependabot/cargo/lscolors-0.18.0
build(deps): bump lscolors from 0.17.0 to 0.18.0
|
2024-07-01 15:42:50 -06:00 |
|
Thayne McCombs
|
5147fd6aec
|
Merge pull request #1580 from sharkdp/dependabot/cargo/regex-1.10.5
build(deps): bump regex from 1.10.4 to 1.10.5
|
2024-07-01 15:38:59 -06:00 |
|
dependabot[bot]
|
f55708e31d
|
build(deps): bump regex from 1.10.4 to 1.10.5
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.4 to 1.10.5.
- [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.4...1.10.5)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-01 21:04:01 +00:00 |
|
Thayne McCombs
|
b6b16ce959
|
Merge pull request #1584 from sharkdp/dependabot/cargo/regex-syntax-0.8.4
build(deps): bump regex-syntax from 0.8.3 to 0.8.4
|
2024-07-01 15:03:19 -06:00 |
|
dependabot[bot]
|
e65104e762
|
build(deps): bump regex-syntax from 0.8.3 to 0.8.4
Bumps [regex-syntax](https://github.com/rust-lang/regex) from 0.8.3 to 0.8.4.
- [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/regex-syntax-0.8.3...regex-syntax-0.8.4)
---
updated-dependencies:
- dependency-name: regex-syntax
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-01 17:47:29 +00:00 |
|