We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb33171 commit afa95d5Copy full SHA for afa95d5
contrib/OpenInExplorer.lua
@@ -65,7 +65,7 @@ end
65
--The commands to open the OSes' file managers
66
local fmng_cmd = {}
67
fmng_cmd.linux = [[busctl --user call org.freedesktop.FileManager1 /org/freedesktop/FileManager1 org.freedesktop.FileManager1 ShowItems ass 1 ]]
68
-fmng_cmd.macos = 'open -R -n '
+fmng_cmd.macos = 'open -R '
69
fmng_cmd.windows = 'explorer.exe /select, '
70
71
--The working function that opens the file manager with the image file name selected.
0 commit comments