Skip to content

A GUI application for managing file versions on Mac OS

License

Notifications You must be signed in to change notification settings

jcfieldsdev/restore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restore

An application for accessing the file versioning system of Mac OS. Written in Objective-C. Requires Mac OS 10.12 (Sierra) or higher.

Restore

Mac OS has a built-in file versioning system called Versions, added in Lion. It transparently maintains previous versions of a file each time it is saved. The Versions interface is exposed in some applications (such as TextEdit) through the FileRevert To menu item. This application acts as a replacement for the full-screen Versions interface, which is slow and prevents multitasking.

Releases

Binary versions are available on the Releases page.

Binaries are self-signed but not notarized, so Mac OS 10.15 (Catalina) and higher display an error upon launching it. Right-click the application icon and select "Open" to enable the option to bypass this security warning.

Acknowledgments

Uses replay icon by Freepik and curve arrow icon and pencil edit icon from SVG Repo.

Authors

License

See also

  • Versions—A command-line utility with the same basic functionality.