Skip to content

Commands

TheUser11 edited this page Jun 5, 2025 · 5 revisions

v0.2 Commands

show ('This is an alert')

The above command shows an alert with the text “This is an alert” Single quote symbol ' required for text, variables do not have the single quote symbol.

notify ('This is a notification')

The above command shows a notification with the text “This is a notification” Again, single quote symbol ' required for text. Variables do not have the single quote symbol.

let [My Variable] = ('This is an example of a variable')

The above command defines the variable, “My Variable” as the text “This is an example of a variable” Variable example:

let [variable] = ('iCuts 4.0 is coming soon') 
show (variable)

The above command states a variable, and then it is called in the show command. This also works for the notify command.

update (rh id, version, name)

The above command provides and updater for your shortcuts. If called with no options, it will check for updates for itself. Only RoutineHub works.

stop ('Hello!')

The above command is pretty self explanatory. If called with no options, the code and shortcut will stop running. If called with text, that text will be output, and the code will stop running.

More commands coming soon!

hm…

Clone this wiki locally