Commit Graph

  • e98a6c6755 Use docstrings for long help in clap derive Thayne McCombs 2022-11-08 00:43:42 -0700
  • 614e637dbc
    Merge pull request #1200 from tmccombs/more-resilient-full-path-tests David Peter 2022-12-05 09:55:36 +0100
  • 7ec795cd57 Change full-path tests to work on windows as well #1200 Thayne McCombs 2022-12-03 01:48:27 -0700
  • 8f510265fc
    Merge pull request #1191 from sharkdp/chrono-without-time Tavian Barnes 2022-12-03 09:57:44 -0500
  • 989b55f1b1 Attempt to speed up completion generation in CI #1201 Thayne McCombs 2022-12-01 23:46:31 -0700
  • df4e297cb8 Fix directory for dev profile in makefile Thayne McCombs 2022-12-02 00:27:01 -0700
  • 77a12204bb Change makefile to support TARGET Thayne McCombs 2022-12-01 22:37:16 -0700
  • 39d80a59b6 Remove time from transitive dependencies of chrono #1191 Thayne McCombs 2022-11-30 02:23:52 -0700
  • 6e3eb26af3
    Merge pull request #1192 from tmccombs/ansi-term-deprecated Tavian Barnes 2022-12-02 09:07:43 -0500
  • 65e2cb959a
    Bump chrono from 0.4.22 to 0.4.23 #1197 dependabot[bot] 2022-12-02 06:59:42 +0000
  • 4a66d8fcd8
    Merge pull request #1195 from sharkdp/dependabot/cargo/clap_complete-4.0.6 Thayne McCombs 2022-12-01 23:58:17 -0700
  • daa986ea35
    Merge pull request #1196 from sharkdp/dependabot/cargo/libc-0.2.137 Thayne McCombs 2022-12-01 23:56:15 -0700
  • 0a575763a1 Change full path tests to be more resilient Thayne McCombs 2022-12-01 21:59:53 -0700
  • 547d08c1ef
    Bump libc from 0.2.136 to 0.2.137 #1196 dependabot[bot] 2022-12-02 04:57:40 +0000
  • bbd66b3240
    Merge pull request #1199 from sharkdp/dependabot/cargo/regex-1.7.0 Thayne McCombs 2022-12-01 21:53:19 -0700
  • 2ddc2f6c18
    Bump regex from 1.6.0 to 1.7.0 #1199 dependabot[bot] 2022-12-01 17:02:43 +0000
  • 4af019cf26
    Bump lscolors from 0.12.0 to 0.13.0 #1198 dependabot[bot] 2022-12-01 17:02:31 +0000
  • 58a9dde73f
    Bump clap_complete from 4.0.5 to 4.0.6 #1195 dependabot[bot] 2022-12-01 17:01:56 +0000
  • 5ed4122cbe Fixing clashing naming of temp directories * using 2 bytes for naming the directories #1194 Ptipiak 2022-12-01 14:35:46 +0100
  • d441516c9d Use nu-ansi-term instead of ansi-term #1192 Thayne McCombs 2022-11-30 23:38:24 -0700
  • d991beb942
    Merge pull request #1189 from tmccombs/tempfile Thayne McCombs 2022-11-30 23:43:38 -0700
  • 650a511fa4 Use tempfile instead of tempdir #1189 Thayne McCombs 2022-11-29 23:57:48 -0700
  • 176fa1a3e3 Replace chrono with just time. #1190 Thayne McCombs 2022-11-30 01:10:58 -0700
  • 2aa966cb3c
    Merge pull request #1183 from Ptipiak/integration-test-files-permission Thayne McCombs 2022-11-28 22:14:08 -0700
  • cd5fad3cf3 Adding a simple test for executable files #1183 Ptipiak 2022-11-24 10:23:23 +0100
  • c9d3968475
    Merge pull request #1139 from Uthar/master David Peter 2022-11-21 21:19:08 +0100
  • 36e60223eb Use allow_hyphen_values = true for --and <pattern> #1139 David Peter 2022-11-21 21:02:36 +0100
  • 781bd4bcf2 Add CHANGELOG entry David Peter 2022-11-21 20:56:16 +0100
  • 0d9926de40 Move --and option up to other patter-related options David Peter 2022-11-21 20:53:24 +0100
  • e147ba901b Minor fixes in help text David Peter 2022-11-21 20:52:35 +0100
  • 7e26925933 Added the --and flag for matching multiple patterns Kasper Gałkowski 2022-11-01 22:00:35 +0100
  • 8dda499830
    Merge pull request #1176 from tmccombs/changed-after v8.5.3 David Peter 2022-11-21 08:36:43 +0100
  • 317a0c3cd3 Add entry for changed-after alias to CHANGELOG #1176 Thayne McCombs 2022-11-20 23:23:32 -0700
  • 67cf524287 Add --changed-after alias. Thayne McCombs 2022-11-14 22:00:11 -0700
  • db2590dca5
    Merge pull request #1178 from tmccombs/windows-completion-fix David Peter 2022-11-18 08:11:04 +0100
  • 64e642403e Use file_stem instead of file_name for command for completions #1178 Thayne McCombs 2022-11-17 22:20:03 -0700
  • 38cdeb0413
    Merge pull request #1169 from Ptipiak/mention-executable-detection David Peter 2022-11-15 14:15:35 +0100
  • 5c87ff524e Fix CHANGELOG #1169 David Peter 2022-11-15 14:15:19 +0100
  • 88bebb8aac Using faccess lib to detect executable files * The detection of executable files was not exactly the same as the original find Ptipiak 2022-11-11 14:36:16 +0100
  • d89b5755d9
    Merge pull request #1175 from miles170/ci-macos-12 Thayne McCombs 2022-11-14 21:12:12 -0700
  • a3489674bf
    CI: replace macos-latest with macos-12 #1175 Miles Liu 2022-11-14 16:15:35 +0800
  • f6e74407e8
    Merge pull request #1174 from sharkdp/v8.5.3-bump Thayne McCombs 2022-11-13 23:54:36 -0700
  • 41d775bedd Updates for fd 8.5.3 #1174 Thayne McCombs 2022-11-13 22:57:26 -0700
  • 45cb15d60f
    Merge pull request #1158 from miles170/ci-update-actions David Peter 2022-11-14 07:12:19 +0100
  • ce4e8675ed
    Merge pull request #1173 from zappolowski/fix-completion-program-name Thayne McCombs 2022-11-13 22:11:10 -0700
  • 2fcfe7a5b7
    Use just the file name of the program name #1173 Bjoern Hiller 2022-11-13 17:49:03 +0100
  • fdab5da795
    CI: using the bash shell to setup cargo cmd #1158 Miles Liu 2022-11-14 09:08:44 +0800
  • 85e3adaf18
    Merge pull request #1170 from tmccombs/clap-improvements-2 Thayne McCombs 2022-11-12 09:09:48 -0700
  • 38d406876d Fix a couple small clippy warnings #1170 Thayne McCombs 2022-11-11 00:34:30 -0700
  • 84bf65e023 Use unit type for negating optins with clap_derive Thayne McCombs 2022-11-08 00:03:55 -0700
  • 2c3e40c9d9 Use new Shell::from_env method in clap_complete Thayne McCombs 2022-11-07 23:54:00 -0700
  • 9e88f91c22
    Merge pull request #1168 from tmccombs/clippy-fixes-2 Thayne McCombs 2022-11-08 11:56:12 -0700
  • 0773b3067e Fix some warnings from clippy #1168 Thayne McCombs 2022-11-08 01:09:06 -0700
  • bba7e0acd8
    Merge pull request #1167 from hadfl/anyhow Thayne McCombs 2022-11-07 10:48:22 -0700
  • 6ebc366146 anyhow is not only used for the completions feature #1167 Dominik Hassler 2022-11-07 17:11:00 +0000
  • b389f41cb2
    CI: add use of Swatinem/rust-cache Miles Liu 2022-11-04 14:07:58 +0800
  • 56c405d8e6 Updates for fd 8.5.2 v8.5.2 David Peter 2022-11-03 09:13:15 +0100
  • 99d1db8cb3
    Merge pull request #1164 from tmccombs/owner-without-panic David Peter 2022-11-03 09:08:09 +0100
  • fbef976b92
    Merge pull request #1159 from tmccombs/silence-large-variant David Peter 2022-11-03 08:54:52 +0100
  • 55aae3a8c0 Silence warning about large enum variant #1159 Thayne McCombs 2022-11-02 02:21:09 -0600
  • b04cae2ca0 Only run owner root test on linux #1164 Thayne McCombs 2022-11-02 23:55:31 -0600
  • c159ea2042 Fix panic when using --owner Thayne McCombs 2022-11-02 22:39:22 -0600
  • 567ce2640f Update CHANGELOG David Peter 2022-11-02 13:48:18 +0100
  • 527fe9e262 Updates for fd 8.5.1 v8.5.1 David Peter 2022-11-02 13:39:03 +0100
  • 0a7b51ad42
    Merge pull request #1162 from sharkdp/fix-threads-option David Peter 2022-11-02 13:45:45 +0100
  • f15be89bff Fix --threads/-j option value parsing #1162 David Peter 2022-11-02 13:32:22 +0100
  • cbd11d8a45
    Try to fix bug issue template David Peter 2022-11-02 13:15:55 +0100
  • f52eaa92e4
    CI: remove use of actions-rs/toolchain Miles Liu 2022-11-02 11:09:01 +0800
  • f4c6d55b9d
    CI: remove use of actions-rs/cargo Miles Liu 2022-11-02 10:30:50 +0800
  • 5e7a870af6
    CI: update actions/checkout to v3 Miles Liu 2022-11-02 10:09:44 +0800
  • 6b7f8da381
    Merge pull request #1157 from miles170/ci-migrate-set-output Thayne McCombs 2022-11-02 00:50:46 -0600
  • 8d1c3631cf
    CI: migrate deprecating set-output commands #1157 Miles Liu 2022-11-02 09:49:23 +0800
  • c85929045e Update CHANGELOG David Peter 2022-11-01 21:36:56 +0100
  • 715f0a9e44
    Update release checklist David Peter 2022-11-01 21:36:30 +0100
  • bab77275ec Update Usage in Readme v8.5.0 #1155 David Peter 2022-11-01 21:18:11 +0100
  • 12165c73f8 Reorder command line options David Peter 2022-11-01 21:17:48 +0100
  • 70c4865191 Set max. term width to make help texts easier to read David Peter 2022-11-01 21:14:16 +0100
  • 7f5bc9884f Add simple 'about' text David Peter 2022-11-01 21:02:37 +0100
  • ac35b11dc8 Change clap CLI binary name to 'fd' David Peter 2022-11-01 21:00:32 +0100
  • f8e832f212 Preparation for v8.5 David Peter 2022-11-01 20:55:25 +0100
  • bc94fcc90f Update CHANGELOG David Peter 2022-11-01 20:45:16 +0100
  • b57ed11f65
    Merge pull request #1137 from amesgen/batch-exit-code David Peter 2022-11-01 20:42:28 +0100
  • 831fe666fa Remove outdated TODO comment David Peter 2022-11-01 20:34:42 +0100
  • 13a47c3a2c
    Merge pull request #1067 from tmccombs/clap-derive David Peter 2022-11-01 20:34:08 +0100
  • 5771e74b95 Add newlines between options #1067 David Peter 2022-11-01 20:18:17 +0100
  • 55029e889e Minor: add missing full stop David Peter 2022-11-01 20:13:32 +0100
  • ebd48d406e Fix unit tests David Peter 2022-11-01 20:12:56 +0100
  • 3f72ef4cdd Remove outdated TODO comment David Peter 2022-11-01 20:07:09 +0100
  • 169d22fde2 Merge remote-tracking branch 'origin/master' into clap-derive David Peter 2022-11-01 20:00:16 +0100
  • c6f9595a02 Update CHANGELOG David Peter 2022-11-01 19:57:11 +0100
  • 5278405263 walk: Use a bounded queue. Tavian Barnes 2022-10-24 10:20:46 -0400
  • 5bb7a52704 walk: Switch back to crossbeam-channel Tavian Barnes 2022-10-24 10:17:02 -0400
  • 5cf0c66f6b walk: Use a bounded queue. #1146 Tavian Barnes 2022-10-24 10:20:46 -0400
  • 3742e44948 walk: Switch back to crossbeam-channel Tavian Barnes 2022-10-24 10:17:02 -0400
  • 93e5488420 walk: Simplify the code in scan() a bit Tavian Barnes 2022-10-24 11:38:20 -0400
  • 36ee44a3f6 Make help output more like what it was before use clap_derive Thayne McCombs 2022-11-01 02:30:22 -0600
  • 8500c3193d Merge remote-tracking branch 'upstream/master' into clap-derive Thayne McCombs 2022-11-01 01:09:15 -0600
  • cd8ec44abf Address review comments Tavian Barnes 2022-10-31 16:36:26 -0400
  • 17d849df6c Compute colors in parallel Tavian Barnes 2022-10-31 11:52:23 -0400
  • b2c8888a50 dir_entry: Implement file_name() for broken symlinks Tavian Barnes 2022-10-25 11:16:31 -0400