re Script Manager "We would recommend users to switch to QuickAccess which is a better script manager than this tool." QuickAccess here's a video and everything https://pharoweekly.wordpress.com/2015/11/06/quickaccess/ For QA I also have a startup script that installs it on first startup, and then reloads its state on every startup (so the scripts are shared between images) https://github.com/peteruhnak/pharo-scripts/blob/master/config/6.0/quickAcce... for "maybe-sometimes-useful-scripts" or when I just want to write a code memo for myself, I tend to use gist ( https://gist.github.com/peteruhnak ) Peter On Sat, Nov 25, 2017 at 6:51 PM, Offray Vladimir Luna Cárdenas < offray.luna@mutabit.com> wrote:
Hi Andy,
On 25/11/17 12:34, Andy Burnett wrote:
I have just created a couple of small playground scripts that do some useful data wrangling. The chances are that I will reuse them from time to time, but with tweaks. Does version 6 Have some way to store them? I think I am after a sort of scripts catalogue.
You can try Grafoscopio[1]. It allows you to store, give context, document and organize your scripts as interactive notebooks, intertwining text + code and export them to PDF and HTML (via Pandoc).
[1] http://mutabit.com/grafoscopio/index.en.html
Cheers,
Offray