Your Name
31f982e736
Fixed formatting
2026-01-08 09:42:42 -05:00
Your Name
0a97a1edd7
Add changelog entry
2026-01-08 09:35:01 -05:00
Your Name
6c75acfffc
Replace deprecated cargo_bin with cargo_bin! macro
...
The old Command::cargo_bin() is deprecated and will break when Cargo
changes build directory layout. Updated to use cargo_bin!() macro instead.
Bumped assert_cmd to 2.0.16 to get the new macro.
Fixes #3528
2026-01-08 09:28:11 -05:00
auto-merge-dependabot-prs[bot]
4e84e838a3
Merge pull request #3544 from sharkdp/dependabot/cargo/shell-words-1.1.1
...
build(deps): bump shell-words from 1.1.0 to 1.1.1
2026-01-01 04:33:25 +00:00
dependabot[bot]
d48bf240a7
build(deps): bump shell-words from 1.1.0 to 1.1.1
...
Bumps [shell-words](https://github.com/tmiasko/shell-words ) from 1.1.0 to 1.1.1.
- [Commits](https://github.com/tmiasko/shell-words/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: shell-words
dependency-version: 1.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-01 04:20:47 +00:00
auto-merge-dependabot-prs[bot]
7dc180eefb
Merge pull request #3542 from sharkdp/dependabot/cargo/console-0.16.2
...
build(deps): bump console from 0.16.1 to 0.16.2
2026-01-01 04:18:01 +00:00
dependabot[bot]
3276e9469a
build(deps): bump console from 0.16.1 to 0.16.2
...
Bumps [console](https://github.com/console-rs/console ) from 0.16.1 to 0.16.2.
- [Release notes](https://github.com/console-rs/console/releases )
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md )
- [Commits](https://github.com/console-rs/console/compare/0.16.1...0.16.2 )
---
updated-dependencies:
- dependency-name: console
dependency-version: 0.16.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-01 04:03:19 +00:00
auto-merge-dependabot-prs[bot]
60902c796f
Merge pull request #3541 from sharkdp/dependabot/cargo/nu-ansi-term-0.50.3
...
build(deps): bump nu-ansi-term from 0.50.1 to 0.50.3
2026-01-01 04:00:33 +00:00
dependabot[bot]
c12cdcace3
build(deps): bump nu-ansi-term from 0.50.1 to 0.50.3
...
Bumps [nu-ansi-term](https://github.com/nushell/nu-ansi-term ) from 0.50.1 to 0.50.3.
- [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.1...v0.50.3 )
---
updated-dependencies:
- dependency-name: nu-ansi-term
dependency-version: 0.50.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-01 03:19:08 +00:00
auto-merge-dependabot-prs[bot]
823fd9f5c6
Merge pull request #3539 from sharkdp/dependabot/cargo/tempfile-3.23.0
...
build(deps): bump tempfile from 3.16.0 to 3.23.0
2026-01-01 03:15:20 +00:00
dependabot[bot]
88d6fd0248
build(deps): bump tempfile from 3.16.0 to 3.23.0
...
Bumps [tempfile](https://github.com/Stebalien/tempfile ) from 3.16.0 to 3.23.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.16.0...v3.23.0 )
---
updated-dependencies:
- dependency-name: tempfile
dependency-version: 3.23.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-01 03:02:10 +00:00
Keith Hall
32047346e3
Merge pull request #3534 from ltrzesniewski/windows-clone
...
Make the repository clone correctly under Windows
2025-12-28 08:02:56 +02:00
Lucas Trzesniewski
56678dc771
Change the Jinja2 fork URL
2025-12-28 07:53:27 +02:00
Lucas Trzesniewski
b34a1e0cc2
Make the repository clone correctly under Windows
2025-12-28 07:53:27 +02:00
Keith Hall
41f55bf902
Merge pull request #3535 from ltrzesniewski/windows-build
...
Fix integration tests on Windows
2025-12-28 07:46:13 +02:00
Lucas Trzesniewski
c8514543af
Fix integration tests on Windows
2025-12-27 21:17:40 +01:00
Hakil
ad608014d9
fix issue #3526 ( #3529 )
2025-12-23 19:08:38 +02:00
Keith Hall
9bf344f760
Merge pull request #3517 from akirk/strip-overstriking
...
Improve native man pages and command help syntax highlighting by stripping overstriking
2025-12-11 08:36:18 +02:00
Alex Kirk
4db185834b
Update changelog
2025-12-11 06:12:44 +01:00
Alex Kirk
4549ab3f22
Move the strip_overstrike check
2025-12-11 06:06:07 +01:00
Alex Kirk
629a8968fc
Remove unnecessary code change
2025-12-11 05:54:30 +01:00
Alex Kirk
de414ed631
Limit overstrike stripping to man pages and help
2025-12-11 05:49:46 +01:00
Alex Kirk
59c5896902
Simplify MANPAGER guide
2025-12-11 05:49:46 +01:00
Alex Kirk
b22fc5db6b
Add show-all integration test
2025-12-11 05:49:46 +01:00
Alex Kirk
f97f9ebf03
Remove double backspace scan
2025-12-11 05:49:46 +01:00
Alex Kirk
64a4b204a2
Only strip overstrike when a syntax highlighting theme is used
2025-12-11 05:49:46 +01:00
Alex Kirk
5fb8a25c30
Performance optimization
2025-12-11 05:49:46 +01:00
Alex Kirk
80ef6832d3
Add a changelog entry
2025-12-11 05:49:46 +01:00
Alex Kirk
51bdaa5f88
Strip overstriking to better support man pages
2025-12-11 05:49:46 +01:00
Keith Hall
eb2a8e29c7
Merge pull request #3524 from sharkdp/help_custom_assets
...
Support custom assets (themes) when displaying help output
2025-12-10 22:39:51 +02:00
Keith Hall
b7dd88eafd
Support custom assets (themes) when displaying help output
2025-12-10 22:30:01 +02:00
Keith Hall
79fe5fea63
Merge pull request #3521 from sharkdp/rainbow_csv_strings
...
[CSV] don't apply string highlighting by default
2025-12-08 20:08:04 +02:00
Keith Hall
d15e399fce
[CSV] don't apply string highlighting by default
2025-12-07 21:55:05 +02:00
Keith Hall
4d188e45fe
Merge pull request #3519 from sorairolake/change-zig-url
...
chore: Change URL of Zig submodule from GitHub to Codeberg
2025-12-06 13:18:58 +02:00
Shun Sakai
abce6ac0d1
chore: Change URL of Zig submodule
2025-12-06 12:00:48 +09:00
Keith Hall
566595f0eb
Merge pull request #3516 from sharkdp/fix_help_builtin_pager
...
Fix --help --pager=builtin
2025-12-05 22:22:22 +02:00
Keith Hall
1796324531
Fix --help --pager=builtin
...
Previously it still used less
2025-12-04 21:53:45 +02:00
David Peter
2371077352
Update sponsors section ( #3514 )
...
Removed Graphite sponsorship information from README.
2025-12-04 09:29:18 +01:00
Keith Hall
7e7ab8a860
Merge pull request #3511 from sharkdp/prepare_changelog
...
add empty changelog sections ready for future changes
2025-12-03 22:48:16 +02:00
Keith Hall
c054541776
add empty changelog sections ready for future changes
2025-12-03 22:37:26 +02:00
auto-merge-dependabot-prs[bot]
d6ffe3a9be
Merge pull request #3503 from sharkdp/dependabot/cargo/execute-0.2.15
...
build(deps): bump execute from 0.2.13 to 0.2.15
2025-12-02 22:34:27 +00:00
dependabot[bot]
4a1ceb3ce0
build(deps): bump execute from 0.2.13 to 0.2.15
...
Bumps [execute](https://github.com/magiclen/execute ) from 0.2.13 to 0.2.15.
- [Commits](https://github.com/magiclen/execute/compare/v0.2.13...v0.2.15 )
---
updated-dependencies:
- dependency-name: execute
dependency-version: 0.2.15
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 22:24:11 +00:00
auto-merge-dependabot-prs[bot]
45a6ee95d5
Merge pull request #3505 from sharkdp/dependabot/cargo/toml-0.9.8
...
build(deps): bump toml from 0.9.1 to 0.9.8
2025-12-02 22:21:11 +00:00
dependabot[bot]
3eeaf29675
build(deps): bump toml from 0.9.1 to 0.9.8
...
Bumps [toml](https://github.com/toml-rs/toml ) from 0.9.1 to 0.9.8.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.1...toml-v0.9.8 )
---
updated-dependencies:
- dependency-name: toml
dependency-version: 0.9.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 22:06:24 +00:00
auto-merge-dependabot-prs[bot]
58d1fa83e9
Merge pull request #3504 from sharkdp/dependabot/cargo/proc-macro2-1.0.103
...
build(deps): bump proc-macro2 from 1.0.95 to 1.0.103
2025-12-02 22:04:00 +00:00
dependabot[bot]
9d4ca3bc22
build(deps): bump proc-macro2 from 1.0.95 to 1.0.103
...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.95 to 1.0.103.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.95...1.0.103 )
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-version: 1.0.103
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 21:48:06 +00:00
auto-merge-dependabot-prs[bot]
9b23b05841
Merge pull request #3502 from sharkdp/dependabot/cargo/console-0.16.1
...
build(deps): bump console from 0.16.0 to 0.16.1
2025-12-02 21:45:41 +00:00
dependabot[bot]
f3e8ffc276
build(deps): bump console from 0.16.0 to 0.16.1
...
Bumps [console](https://github.com/console-rs/console ) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/console-rs/console/releases )
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md )
- [Commits](https://github.com/console-rs/console/compare/0.16.0...0.16.1 )
---
updated-dependencies:
- dependency-name: console
dependency-version: 0.16.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 21:21:35 +00:00
auto-merge-dependabot-prs[bot]
9b73911f2c
Merge pull request #3501 from sharkdp/dependabot/cargo/grep-cli-0.1.12
...
build(deps): bump grep-cli from 0.1.11 to 0.1.12
2025-12-02 21:19:00 +00:00
dependabot[bot]
25bfa9fa81
build(deps): bump grep-cli from 0.1.11 to 0.1.12
...
Bumps [grep-cli](https://github.com/BurntSushi/ripgrep ) from 0.1.11 to 0.1.12.
- [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/grep-cli-0.1.11...grep-cli-0.1.12 )
---
updated-dependencies:
- dependency-name: grep-cli
dependency-version: 0.1.12
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 20:47:04 +00:00