fd/src
sharkdp da5cd12b24 Add -l/--list option
Add a new `-l`/`--list` option to show more details about the search results. This is basically
an alias for `--exec-batch ls -l` with some additional `ls` options.
This can be used in order to:
    * see metadata like permissions, owner, file size, modification times (#491)
    * see symlink targets (#482)
    * achieve a deterministic output order (#324, #196, #159)
    * avoid duplicate search results when multiple search paths are given (#405)
2020-04-03 09:58:47 +02:00
..
exec Add unit tests for merge_exitcodes 2020-02-22 12:32:35 +01:00
fshelper New implementation of broken-symlink handling 2020-02-28 20:42:14 +01:00
internal Add --max-results=<count> option 2020-04-02 20:27:41 +02:00
app.rs Add -l/--list option 2020-04-03 09:58:47 +02:00
exit_codes.rs Add unit tests for merge_exitcodes 2020-02-22 12:32:35 +01:00
main.rs Add -l/--list option 2020-04-03 09:58:47 +02:00
output.rs Use existing Cow pointer 2019-09-15 10:57:27 +02:00
walk.rs Add --max-results=<count> option 2020-04-02 20:27:41 +02:00