squeak-snapshot-reminder

Description

Regulary reminds Squeak users to save their image

Details

Source
GitHub
Dialect
squeak (25% confidence)
License
NOASSERTION
Stars
1
Created
Oct. 3, 2025
Updated
Oct. 23, 2025

README excerpt

# squeak-snapshot-reminder
Regulary reminds Squeak users to save their image

## Installation

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

```smalltalk
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:

```smalltalk
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.
← Back to results