Skip to content

Open file in finder/explorer #3112

Answered by dro-sh
dro-sh asked this question in Q&A
Apr 24, 2025 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

I setup system_open next only for macos:

{
  system_open = {
    cmd = "open",
    args = { "-R" },
  },
}

According vim.ui.open docs there is no ability to pass -R option of open command to open file in finder.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@gegoune
Comment options

@dro-sh
Comment options

@dro-sh
Comment options

@alex-courtis
Comment options

@alex-courtis
Comment options

Answer selected by dro-sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants