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 1e508d2 commit b174919Copy full SHA for b174919
clipshot.lua
@@ -33,10 +33,9 @@ else -- MacOS
33
-- png: «class PNGf»
34
local type = o.type ~= '' and o.type or 'JPEG picture'
35
cmd = {
36
- 'osascript', '-e', ([[¬
+ 'osascript', '-e', ([[
37
set the clipboard to ( ¬
38
- read (POSIX file %q) as %s ¬
39
- ) ¬
+ read (POSIX file %q) as %s)
40
]]):format(file, type)
41
}
42
end
0 commit comments