Commit Graph

772 Commits

Author SHA1 Message Date
David Peter 371794047a Update features section 2021-02-14 11:22:10 +01:00
David Peter c43c931985 Update intro 2021-02-14 11:17:04 +01:00
David Peter 41dc622fb5 Update features section 2021-02-14 11:07:44 +01:00
David Peter 266ba7893a Add quick links 2021-02-14 11:03:24 +01:00
David Peter 194dbe2033 Move benchmark and CLI sections 2021-02-14 10:57:09 +01:00
David Peter 97f1558daf Move colorized output section to 'Troubleshooting' 2021-02-14 10:55:30 +01:00
David Peter f00af363d1 Fix section heading levels 2021-02-14 10:52:53 +01:00
David Peter 2155d19be0 Change section header 2021-02-14 10:51:40 +01:00
David Peter 3e728f3edd Update LICENSE terms => 2021 2021-02-14 10:51:30 +01:00
David Peter 6645131234 Integrate regex link into text 2021-02-14 10:47:34 +01:00
Travis Stewart 189d6a907a Move and update Parallel command execution section 2021-02-14 10:45:26 +01:00
David Peter 8a83ad41c8 Remove alias suggestions 2021-02-14 10:44:52 +01:00
Chinmay 5feb89aa99 README update: Use soft link instead of alias for Debian.
As export command will not work with fd because fd is just an alias to
fdfind, create a soft link instead of alias.

Addresses https://github.com/sharkdp/fd/issues/728
2021-02-14 10:44:52 +01:00
Allen Wild 8a532e5196 use custom --path-separator in arguments to --exec
When --path-separator is used, pass it on to commands run with
--exec(-batch) and --list-details.

On Windows, paths with drive letters (C:\foo) and UNC paths
(\\server\share\path) are handled as expected, though they're unlikely
to be found in normal usage of fd.

Fixes: https://github.com/sharkdp/fd/issues/697
2021-02-14 10:24:41 +01:00
johnwdjiang b8089f8d58 hide private func 2021-02-13 21:55:38 +01:00
David Peter 85fb7389af Shorter help text for `--exec` 2021-02-13 21:25:50 +01:00
Archer Stéphane eb28030f87 include similar change to src/app.rs after feeback 2021-02-13 21:24:15 +01:00
Archer Stéphane 5d2e011e90 change documentation message after feedbacks 2021-02-13 21:24:15 +01:00
Archer Stéphane 64bde11887 Try to clarify the documentation for -x command
see issue #712
2021-02-13 21:24:15 +01:00
Richard Taityr b928af7d9c
fix typo (#723) 2021-02-02 22:37:36 -07:00
Chathika Weerasuriya 9bc20e38b1 fixed: typographic error in help
- Changed "extention" to "extension"
2021-01-15 19:33:34 +01:00
sharkdp 6a3aae52fd Bump version to v8.2.1 2020-12-07 19:01:36 +01:00
Travis Stewart 7dc81381b0
Move Installation and Development below Tutorial (#701) 2020-12-07 06:54:00 +01:00
sharkdp c7cf2d1104 Revert using 'cleanup', we are still using dpl v1 2020-12-06 19:06:33 +01:00
sharkdp 91eaff056f Update CHANGELOG 2020-12-06 16:04:37 +01:00
sharkdp cadaef3f07 Show error if pattern matches leading dot but --hidden is not given, closes #615 2020-12-06 15:57:33 +01:00
sharkdp 17bd256ae6 Improve --fixed-strings help text, closes #627 2020-12-06 14:57:47 +01:00
sharkdp ecfd8cea41 Update --help text regarding pattern, closes #684 2020-12-06 12:31:31 +01:00
sharkdp d2659de782 Improve --extension help text, closes #673 2020-12-06 12:20:50 +01:00
sharkdp d205a7ff9e Improve --exclude help text, closes #661 2020-12-06 12:15:01 +01:00
sharkdp 296300ce46 Fix clippy suggestions 2020-12-06 12:04:47 +01:00
sharkdp ea48a96945 Run cargo fmt 2020-12-06 12:02:22 +01:00
sharkdp f2fec45099 Update dirs-next and users dependency 2020-12-06 12:02:04 +01:00
sharkdp 4faa201c89 Update dependencies 2020-12-06 12:00:11 +01:00
sharkdp 54603501ec Bump version 2020-12-06 11:56:36 +01:00
sharkdp 45c66e7f1b Update CHANGELOG 2020-12-06 11:54:54 +01:00
xanonid 441a235a0f Simplify code a bit (suggestions by clippy) 2020-12-06 11:52:10 +01:00
xanonid 2cd3de8b94 Use NO_COLOR env variable check also for help screen 2020-12-06 11:52:10 +01:00
Marco Sirabella 6830b3dee9 Better defaults for LsColors 2020-12-06 11:48:19 +01:00
Platon Pronko f3edaf0e4d add changelog entry for exact file sizes in --size filter 2020-12-06 11:47:27 +01:00
Platon Pronko e97a1e90cb Add exact size support to the --size filter (#669) 2020-12-06 11:47:27 +01:00
Andreas Lappe 2338b3bc81 Fix typo in fd.1 2020-12-04 12:04:19 +01:00
sharkdp 9412648ee9 Add link to troubleshooting section 2020-12-01 19:44:13 +01:00
sharkdp 0a22dcc044 Add CHANGELOG section to CONTRIBUTING.md 2020-12-01 19:38:05 +01:00
Nick Flueckiger 24402dda7c Remove .UE and .UR to fix url display on macos 2020-11-06 21:44:21 +01:00
Nicholas Bailey 4f8697c407 Update README to have updated instructions. 2020-10-30 08:09:06 +01:00
sharkdp b2fa188029 Avoid panic when sending errors after receiver shutdown
fixes #678
2020-10-28 13:10:25 +01:00
David Peter e0adb45d08
Fail with error message if numeric arguments can not be parsed
closes #675
2020-10-25 21:18:53 +01:00
Matthias Reitinger ec4cc981fc
Add --prune flag
closes #535
2020-10-25 08:16:01 +01:00
Amrit Rathie 06eb231fbd Update lockfile 2020-10-24 15:25:07 +02:00