Metadata #185
johnlindquist
announced in
Guide
Metadata
#185
Replies: 1 comment 4 replies
-
|
Duuuude, these system triggers are an awesome addition! Also super excited for the exclude as i've broken out my scripts into a lot of subscripts that are made available in a "main" script with tabs, similar to how you have menus. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
// Shortcut// Shortcut: cmd opt shift ctrl aAutomatically assigns a keyboard shortcut to the script. Will update each time you save the file. You can also change shortcuts in
Main Menu -> Help -> Change script shortcut// Menu// Menu: My Awesome ScriptCustomizes the name of the script in the main menu
// Description// Description: This script does something awesomeDescribes the script in the main menu
// Authorand// TwitterCredits you when the script runs with a prompt
✨ New ✨ in Kit-1.3.0-beta.4
// Exclude// Exclude: trueHides the script from the Main Menu (can still be run from shortcuts, schedule, system, etc).
// Schedule// Schedule: */10 * * * * *Runs the script on a cron schedule.
// System// System: unlock-screenRuns the script on a system event.
Available events:
Read about the available events here
Beta Was this translation helpful? Give feedback.
All reactions