We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d5e18 commit 23c7741Copy full SHA for 23c7741
1 file changed
packages/opencode/src/cli/cmd/tui/util/clipboard.ts
@@ -61,7 +61,7 @@ export namespace Clipboard {
61
const getCopyMethod = lazy(() => {
62
const os = platform()
63
64
- if (os === "darwin" && Bun.which("oascript")) {
+ if (os === "darwin" && Bun.which("osascript")) {
65
console.log("clipboard: using osascript")
66
return async (text: string) => {
67
const escaped = text.replace(/\\/g, "\\\\").replace(/"/g, '\\"')
0 commit comments