Commit Graph

5 Commits

Author SHA1 Message Date
x 4453856fd1 Use NSURL and writeObjects for pasteboard files
Create an NSURL from the path and write it to the general pasteboard
with writeObjects:. Add nil checks for the created NSURL and remove the
legacy NSFilenamesPboardType setPropertyList code.
v1.1.3
2026-01-31 02:10:20 +01:00
x bd22ad5500 Add quick test and fix Windows clipboard check
Run `go test -v ./...` in the release workflow before GoReleaser.
In the Windows test job replace Get-Clipboard with
System.Windows.Forms::GetFileDropList(), check for "$PWD\ctx.txt" and
improve success/error output.
v1.1.2
2026-01-31 02:00:13 +01:00
x af9e0a5372 Add cross-platform clipboard support
Implement CopyFile for darwin, linux, and windows and call it from
main to copy generated output to the clipboard. Enable CGO for builds,
update goreleaser and release workflow to use macOS, and add a
cross-platform test workflow that verifies the clipboard.
v1.1.1
2026-01-31 01:53:12 +01:00
x fd5c8d72f5 fix readme v1.1.0 v1.0.0 2026-01-30 19:23:37 +01:00
x 7624928d99 init ctx 2026-01-30 19:21:54 +01:00