squeak-method-morse

Description

Automatically sync changes between multiple Squeak images

Details

Source
GitHub
Dialect
squeak (25% confidence)
License
NOASSERTION
Created
Feb. 14, 2026
Updated
Feb. 23, 2026

README excerpt

# MethodMorse

> Automatically sync changes between multiple Squeak images

## Installation

1. [Get a recent Squeak Trunk image](https://squeak.org/downloads/)

2. Do the following:

   ```smalltalk
   Metacello new
   	baseline: 'MethodMorse';
   	repository: 'github://hpi-swa-lab/squeak-method-morse:main';
   	get; "for updates"
   	load.
   ```

3. Open MethodMorse from the Apps menu.
← Back to results