I wanted to open a file as part of a workflow, but realised I need to `.exec('open ...')` on linux and `.exec('start ...')` on windows. Would you be interested in a PR providing a new function `.open(...)` that opens a file/folder ?