remove debug print
implement most functionality
fix readme
amtimes
is a tool for outputting access or modify times for a directory structure.
amtimes
can be used to see what files have been accessed or modified like this:
# Record current modify times
amtimes ~ > /tmp/amtimes-2020-05-23T12:55:40
# Compare current modify times with recored ones
amtimes ~ | diff - /tmp/amtimes-2020-05-23T12:55:40
# Record access times
amtimes -a