summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-12-08Updates for 8.6.0v8.6.0Thayne McCombs
2022-12-06Merge pull request #1171 from tmccombs/clap-derive-commentsDavid Peter
Use docstrings for long help in clap derive
2022-12-06Mention --changed-after alias in long helpThayne McCombs
2022-12-06Use docstrings for long help in clap deriveThayne McCombs
2022-12-05Merge pull request #1200 from tmccombs/more-resilient-full-path-testsDavid Peter
Change full path tests to be more resilient
2022-12-03Change full-path tests to work on windows as wellThayne McCombs
2022-12-03Merge pull request #1191 from sharkdp/chrono-without-timeTavian Barnes
Remove time from transitive dependencies of chrono
2022-12-03Remove time from transitive dependencies of chronoThayne McCombs
Because chrono was depending on an older version of time, and we don't actually need it with recent versions of chrono. Relates-To: #1188 Alernative-To: #1190
2022-12-02Merge pull request #1192 from tmccombs/ansi-term-deprecatedTavian Barnes
Use nu-ansi-term instead of ansi-term
2022-12-01Merge pull request #1195 from sharkdp/dependabot/cargo/clap_complete-4.0.6Thayne McCombs
Bump clap_complete from 4.0.5 to 4.0.6
2022-12-01Merge pull request #1196 from sharkdp/dependabot/cargo/libc-0.2.137Thayne McCombs
Bump libc from 0.2.136 to 0.2.137
2022-12-01Change full path tests to be more resilientThayne McCombs
Use patterns that won't conflict with randomly generated portion of temporary directory Fixes: #1181
2022-12-02Bump libc from 0.2.136 to 0.2.137dependabot[bot]
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.136 to 0.2.137. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.136...0.2.137) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01Merge pull request #1199 from sharkdp/dependabot/cargo/regex-1.7.0Thayne McCombs
Bump regex from 1.6.0 to 1.7.0
2022-12-01Bump regex from 1.6.0 to 1.7.0dependabot[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.6.0 to 1.7.0. - [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.6.0...1.7.0) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01Bump clap_complete from 4.0.5 to 4.0.6dependabot[bot]
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.0.5 to 4.0.6. - [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.0.5...clap_complete-v4.0.6) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01Use nu-ansi-term instead of ansi-termThayne McCombs
Because ansi-term is no longer maintained. Relates-To: #1188
2022-11-30Merge pull request #1189 from tmccombs/tempfileThayne McCombs
Use tempfile instead of tempdir
2022-11-30Use tempfile instead of tempdirThayne McCombs
Because tempdir is no longer maintained, because it has been combined with the tempfile crate. Relates-To: #1188
2022-11-28Merge pull request #1183 from Ptipiak/integration-test-files-permissionThayne McCombs
Adding a simple test for executable files
2022-11-26Adding a simple test for executable filesPtipiak
2022-11-21Merge pull request #1139 from Uthar/masterDavid Peter
add support for matching multiple patterns
2022-11-21Use allow_hyphen_values = true for --and <pattern>David Peter
2022-11-21Add CHANGELOG entryDavid Peter
2022-11-21Move --and option up to other patter-related optionsDavid Peter
2022-11-21Minor fixes in help textDavid Peter
2022-11-21Added the --and flag for matching multiple patternsKasper GaƂkowski
2022-11-21Merge pull request #1176 from tmccombs/changed-afterv8.5.3David Peter
Add --changed-after alias.
2022-11-20Add entry for changed-after alias to CHANGELOGThayne McCombs
2022-11-20Add --changed-after alias.Thayne McCombs
And make some small tweaks to the help text and man page. Closes: #982
2022-11-18Merge pull request #1178 from tmccombs/windows-completion-fixDavid Peter
Use file_stem instead of file_name for command for completions
2022-11-17Use file_stem instead of file_name for command for completionsThayne McCombs
Fixes: #1177
2022-11-15Merge pull request #1169 from Ptipiak/mention-executable-detectionDavid Peter
Using faccess lib to detect executable files
2022-11-15Fix CHANGELOGDavid Peter
2022-11-15Using faccess lib to detect executable filesPtipiak
* The detection of executable files was not exactly the same as the original find
2022-11-14Merge pull request #1175 from miles170/ci-macos-12Thayne McCombs
CI: replace macos-latest with macos-12
2022-11-14CI: replace macos-latest with macos-12Miles Liu
2022-11-13Merge pull request #1174 from sharkdp/v8.5.3-bumpThayne McCombs
Updates for fd 8.5.3
2022-11-13Updates for fd 8.5.3Thayne McCombs
2022-11-14Merge pull request #1158 from miles170/ci-update-actionsDavid Peter
CI: update actions to run on Node 16
2022-11-13Merge pull request #1173 from zappolowski/fix-completion-program-nameThayne McCombs
Use just the file name of the program name for generating completions
2022-11-14Use just the file name of the program nameBjoern Hiller
If passed a full path to the executable (like done in the Makefile) that value is used in the generated completions. At least for fish this just doesn't work. This fixes #1172
2022-11-14CI: using the bash shell to setup cargo cmdMiles Liu
2022-11-12Merge pull request #1170 from tmccombs/clap-improvements-2Thayne McCombs
Clap improvements 2
2022-11-11Fix a couple small clippy warningsThayne McCombs
- suppress warning about unused function on windows - remove extraneous & in test
2022-11-11Use unit type for negating optins with clap_deriveThayne McCombs
As now supported by https://github.com/clap-rs/clap/pull/4371 and https://github.com/clap-rs/clap/pull/4459
2022-11-11Use new Shell::from_env method in clap_completeThayne McCombs
Instead of having an fd specific implementation.
2022-11-08Merge pull request #1168 from tmccombs/clippy-fixes-2Thayne McCombs
Fix some warnings from clippy
2022-11-08Fix some warnings from clippyThayne McCombs
I'm guessing these are new warnings from the Rust 1.65 release
2022-11-07Merge pull request #1167 from hadfl/anyhowThayne McCombs
anyhow is not only used for the completions feature