Auto run script at start

is there a plugin or option i can toggle on to auto run scripts at start up instead of manually start them up? would be a real time saver and quality of life feature

Looking at the docs for the CLI, it looks like the –scripts option will achieve what you want. Just add it to your startup options. That’ll differ, depending on your system, the documentation cover s that as well.

1 Like

You could make an extension. In the extension script you can run commands on start using app.command ( specifically app.command.RunScript) (as extensions run upon starting Aseprite)

1 Like

Thanks for the answers! they are however a bit too technical for me with either coding or using the terminal :frowning:

the terminal one might also be difficult since i’m on Linux/Fedora :confused:

Either way, i appreciate the help and suggestions! :smiley: