Add a way to catch up #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If I add a reply the day after I've already captured statuses into my local chronicle, there isn't any easy way to get just the net new. Re-running will simply append all the same statuses plus the new ones. Outputting to standard out isn't much better, especially since the experience of copying-pasting from long output quickly degrades.
When the output directory is set, could read the file then run it and the new version through the
diff
crate. Should be able to use that figure out the new lines, maybe even enough context to still append but with enough info to quickly edit into place.