Open selected file with application? Like opening a .blend file from the file explorer
You know how you can open a .blend file and it automatically opens it in blender? How would I do that with my own python applications? Mainly, how would I get the file path into my program on the program's startup? I wan't to make a terminal based game engine, and this would be a good bit of quality of life for anyone making a game with it.