Skip to content

MacOS open instead of xdg-open #95

@thezealousfool

Description

@thezealousfool

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 -

  1. A configuration option to allow the user set any custom command to open files by default
  2. Detect OS to be Mac at build time and replace xdg-open with open

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions