GRIP
GRIP copied to clipboard
Continuously backup changes and load them when GRIP is launched
The only problem I forsee is if the backup file turns out to be corrupted or mal-formed then it makes it impossible to load GRIP without deleting this file.
Codecov Report
Merging #822 into master will decrease coverage by
-0.47%. The diff coverage is12.5%.
@@ Coverage Diff @@
## master #822 +/- ##
============================================
- Coverage 52.47% 52.01% -0.47%
- Complexity 1133 1137 +4
============================================
Files 240 241 +1
Lines 7708 7784 +76
Branches 522 535 +13
============================================
+ Hits 4045 4049 +4
- Misses 3479 3549 +70
- Partials 184 186 +2
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 65ab349...3fb9623. Read the comment docs.
@JLLeitschuh Well this is a pain... different save files of the same project aren't guaranteed to be textually identical, even if they're functionally identical. I want to be able to compare a previous save file to the backup to determine which one to load (backup if it's different from the previous save, otherwise the previous save).
Can you use time modified?
Can you use time modified?
Never mind, all changes are automatically saved to the backup files anyway