Jellycuts / Jellycuts-Issues

A public issue tracker for the Jellycuts iOS app.
23 stars 0 forks source link

Scriptable's parameterizedRunScript() has no way of linking a script #138

Open t0scale opened 5 months ago

t0scale commented 5 months ago

What action is the issue?

Scriptable's parameterizedRunScript()

Describe the bug

The action compiles to Shortcuts successfully, but there seems to be no way to include a parameter or script file reference.

Steps To Reproduce

import Scriptable
import Shortcuts
#Color: red, #Icon: shortcuts

text(text: "Morning Routine") >> morn
var data = morn

parameterizedRunScript(texts: data, runInApp: true)

Screenshots

If applicable, add screenshots to help explain your problem.

Information

Additional context

My shortcut includes several calls of this scriptable shortcut and without the ability to include the data and script in jellycuts I have to manual do this in shortcuts after importing for each instance of the action. This is especially frustrating when I'm testing scripts and I tend to have to import a script over and over.