Skip to content

hpi-swa-teaching/squeak-snapshot-reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squeak-snapshot-reminder

Regulary reminds Squeak users to save their image

Installation

Get a Squeak 6.0 or Squeak Trunk (6.1Alpha) image.

Metacello new
	baseline: 'SnapshotReminder';
	repository: 'github://hpi-swa-teaching/squeak-snapshot-reminder:main';
	get; "for updates"
	load.

Optionally, load: #withRecommended instead for self-updates.

To enable snapshot reminders, do this:

SnapshotReminder assureDefault startProcess.

Or go to the preference browser and set a snapshot reminder threshold.

To disable snapshot reminders, delete the snapshot reminder threshold in the preferences.

About

Regulary reminds Squeak users to save their image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published