In MacOS, the open command is used in the place of xdg-open. I see the xdg-open command has been hard coded in file_browser.rs. Possible solutions include -
- A configuration option to allow the user set any custom command to open files by default
- Detect OS to be Mac at build time and replace
xdg-open with open
In MacOS, the
opencommand is used in the place ofxdg-open. I see thexdg-opencommand has been hard coded in file_browser.rs. Possible solutions include -xdg-openwithopen