OpenBagTwo / EnderChest

syncing and linking for all your Minecraft instances
https://openbagtwo.github.io/EnderChest/
GNU General Public License v3.0
3 stars 2 forks source link

Get timestep of last file changes #138

Open OpenBagTwo opened 6 months ago

OpenBagTwo commented 6 months ago

GIVEN Alex has messed up and made changes to files in multiple Ender Chests that haven't been synced AND she wants to manually merge her data[1]

WHEN she runs the command enderchest status from one of her instances

THEN she gets a report such as the below:

_chest monster
    16488 files
    1254 directories
    1 symlinks
    last modified: 2024-05-19 18:14 EDT
global
    93 files
    19 directories
    22 symlinks
    last modified: 2024-05-20 13:01 EDT
...

SO she can either:

AND resolve the conflict manually

Notes

[1] Using the --exclude flag, it's possible to resolve this conflict within EnderChest today, and automatically detecting these conflicts (and prompting the user to resolve them) is on the roadmap (#139) [2] This issue is not blocked by #137