quickscript icon indicating copy to clipboard operation
quickscript copied to clipboard

Easy scripting for DrRacket

Results 21 quickscript issues
Sort by recently updated
recently updated
newest added

the current label% causes the UI to bounce when you select scripts with longer and shorter help strings.

enhancement

![88640B34-4BD7-466E-9A50-29FBB0060C67](https://user-images.githubusercontent.com/108047/86366558-d4296e00-bc72-11ea-8fc7-5f1f0c3b48d1.jpeg)

Say that the script's file really is a module, so the script's function can be run in DrRacket's interaction window, and called with 'mock' arguments, and give an example

In particular, if `#:output-to` has changed, then it must be reloaded. Unfortunately, this may incur some delay. Another possibility is to first check if the file timestamp is newer than...

More intuitive for a small dialog box

good first issue

See https://gist.github.com/Metaxal/e13002ffb19e2d1fe4d98f7def8f8c0d

enhancement

such as changing the command-line arguments, as for @sorawee 's [plugin](https://github.com/sorawee/drracket-cmdline-args/blob/master/tool.rkt#L52).

enhancement

Would it be possible to add tool tips for the scripts so that new users or old ones who forget quickly :-] can see a reminder of what a script...