-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
electron-wrapperFeatures that go in the Node.js/Electron codeFeatures that go in the Node.js/Electron coderesearch
Description
Would be useful as a shortcut for opening files.
https://www.electronjs.org/docs/api/app#event-open-file-macos suggests this may be possible through listening to the open-file event:
Emitted when the user wants to open a file with the application. The
open-fileevent is usually emitted when the application is already open and the OS wants to reuse the application to open the file.open-fileis also emitted when a file is dropped onto the dock and the application is not yet running. Make sure to listen for theopen-fileevent very early in your application startup to handle this case (even before thereadyevent is emitted).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
electron-wrapperFeatures that go in the Node.js/Electron codeFeatures that go in the Node.js/Electron coderesearch