Metadata
// Shortcut
Automatically 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
Customizes the name of the script in the main menu
// Description
Describes the script in the main menu
// Author
and // Twitter
Credits you when the script runs with a prompt
✨ New ✨ in Kit-1.3.0-beta.4
// Exclude
Hides the script from the Main Menu (can still be run from shortcuts, schedule, system, etc).
// Schedule
Runs the script on a cron schedule.
// System
Runs the script on a system event.
Available events:
- suspend
- resume
- on-ac
- on-battery
- shutdown
- lock-screen
- unlock-screen
- user-did-become-active
- user-did-resign-active
Read about the available events here