Skip to content

Instantly share code, notes, and snippets.

@seanblanton
Last active February 11, 2017 19:23
Show Gist options
  • Save seanblanton/6cfdf6f6ac413ff2c14ef423e9d8f552 to your computer and use it in GitHub Desktop.
Save seanblanton/6cfdf6f6ac413ff2c14ef423e9d8f552 to your computer and use it in GitHub Desktop.
Sketch nondestructive .DocumentRevisions-V100 delete
# 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