Install with uv:
uv tool install scrappad
scrappadOr run without installing:
uvx scrappadPass a file to keep your work: scrappad experiment.py.
| Shortcut | Action |
|---|---|
Ctrl+Left / Ctrl+Up |
Focus editor |
Ctrl+Right / Ctrl+Down |
Focus REPL and load changes |
Ctrl+C |
Interrupt running code |
Ctrl+S |
Save |
Ctrl+Q |
Quit |
Up / Down |
Browse REPL history |
| Command | Action |
|---|---|
:vars |
Show live names |
:sync |
Run editor |
:reset |
Reset state and run editor |
:clear |
Clear REPL output |
:help |
Show help |