Commit Graph

4 Commits

Author SHA1 Message Date
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