Utility for recording modify or access times
implement most functionality

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~azarus/amtimes
read/write
ssh://hg@hg.sr.ht/~azarus/amtimes

#amtimes

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