-
-
Notifications
You must be signed in to change notification settings - Fork 1
Loading Scripts
Caleb Bassi edited this page May 2, 2020
·
3 revisions
Osprey will automatically load any Python scripts located in its config directory and any of its subdirectories.
To load a git repository of Osprey scripts, simply clone the repository into the Osprey config directory.
Osprey loads files and folders in alphabetical order, and reloads the entire folder structure when a file is changed to guarantee deterministic order of loading scripts.
To force folders to be loaded in a certain order, you can prefix the folder names with numbers to order them alphanumerically.
If a context is loaded and it has the same name as a previously loaded context, the new one will overwrite the old one.