Closed
Description
I think these are related enough to put into an issue together.
The idea here is to detect differences between the hoard and the filesystem. hoard diff
then lists all of the files that differ and hoard status
lists just the hoards and whether the current machine was the last to touch them (hints at whether to back up or restore).
There may be an argument for showing a literal diff of textual files as well. This would require finding a library to find diffs and finding the best way to invoke a pager for scrolling (or just let the user pipe to it?)