Add a method to address snapshots relative to the latest / general relative snapshot adressing
It would be very useful to be able to address snapshots not just with latest but also with something like latest-1, for example when diffing a file to figure out what happened between the current and previous snapshot.
Sort of like how to address git commits with HEAD and HEAD~1.
In a similar vain something like this with ids would be useful too, so one can address a snapshot and it's parent snapshots.
Maybe even in the positive ("future") direction, but I am not familiar enough with the code to know if that is feasible.
Hello @Cookie04DE
Thank you for taking the time to posting a feature request. I am interested in doing the work to implement that, updates will be posted on this issue.
Thanks again and have a nice weekend.
Much appreciated, thanks!
And a nice weekend to you too.
This has been implemented in #416.