It would be useful to be able to see the file dates.
Maybe add an option to displayed extended information (say -x or -i or -e & --extended-info) that shows, for e.g.:
Comparing:
FileName1 (last modified 2026-05-02)
to:
FileName2 (last modified 2026-04-01)
using operator :
<=
Result:
False (exit code 0)
The above shows (a) which type of date is being compared (b) the dates (c) the operator being used (d) the exit code.
This option should probably override the state of the -v / --verbose options because otherwise -v or --verbose would always need to make --extended-info work.
It would be useful to be able to see the file dates.
Maybe add an option to displayed extended information (say
-xor-ior-e&--extended-info) that shows, for e.g.:The above shows (a) which type of date is being compared (b) the dates (c) the operator being used (d) the exit code.
This option should probably override the state of the
-v/--verboseoptions because otherwise-vor--verbosewould always need to make--extended-infowork.