fd/src
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
..
exec use custom --path-separator in arguments to --exec 2021-02-14 10:24:41 +01:00
filter Run cargo fmt 2020-12-06 12:02:22 +01:00
app.rs Shorter help text for --exec 2021-02-13 21:25:50 +01:00
error.rs Proper error handling within walk.rs 2020-04-03 22:36:32 +02:00
exit_codes.rs Clean up exit code handling 2020-04-03 10:48:27 +02:00
filesystem.rs Do not allow list-details in combination with -1 2020-04-16 10:11:05 +02:00
filetypes.rs Add new --type socket and --type pipe filters 2020-04-16 09:59:45 +02:00
main.rs use custom --path-separator in arguments to --exec 2021-02-14 10:24:41 +01:00
options.rs Add --prune flag 2020-10-25 08:16:01 +01:00
output.rs hide private func 2021-02-13 21:55:38 +01:00
regex_helper.rs Show error if pattern matches leading dot but --hidden is not given, closes #615 2020-12-06 15:57:33 +01:00
walk.rs Avoid panic when sending errors after receiver shutdown 2020-10-28 13:10:25 +01:00