Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 638 Bytes

File metadata and controls

26 lines (18 loc) · 638 Bytes

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.