Mistium / Origin-OS

originOS is a scratch desktop gui made by @Mistium
https://origin.mistium.com
24 stars 9 forks source link

[Suggestion] Origin Extension Commands #158

Closed Mistium closed 5 days ago

Mistium commented 1 month ago

Screenshot 2024-07-04 at 01 50 59

To allow the system above to work, i need some osl commands for it

def "Info"
  http "new_tab" "info url"
endef

def "Quit"
  window "stop"
endef

menu = [
  {"Info":"Info"},
  {"Quit":"Quit"}
]

window "register_ext" menu
Mistium commented 1 month ago

done, just doesn't support commands being run, only allows for the window to add to the right click menu

Mistium commented 6 days ago

Screenshot 2024-08-12 at 13 18 30

apps menu is working

Mistium commented 5 days ago

done! image