Last active
February 11, 2017 19:23
-
-
Save seanblanton/6cfdf6f6ac413ff2c14ef423e9d8f552 to your computer and use it in GitHub Desktop.
Sketch nondestructive .DocumentRevisions-V100 delete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Go through Sketch files and delete autosave history without removing other items from .DocumentRevisions-V100 | |
mkdir -pv ~/.Trash/SketchAutosaveHistory && sudo find /Volumes/Macintosh\ HD/.DocumentRevisions-V100/ -name *.sketch -exec mv "{}" ~/.Trash/SketchAutosaveHistory/ \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment