[PR #105] [MERGED] add a release workflow for the dylib; create install.sh; move the C header to go/ for now, cgo doesnt support looking in parent dirs #1076

Closed
opened 2026-03-14 09:17:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/105
Author: @dnakov
Created: 8/29/2025
Status: Merged
Merged: 8/30/2025
Merged by: @kommander

Base: mainHead: main


📝 Commits (1)

  • eb4bed5 add a release workflow for the dylib; create install.sh; move the C header to go/ for now, cgo doesnt support looking in parent dirs

📊 Changes

8 files changed (+280 additions, -12 deletions)

View changed files

.github/workflows/release.yml (+91 -0)
📝 README.md (+8 -0)
install.sh (+150 -0)
opentui.pc.in (+9 -0)
packages/go/.gitignore (+0 -0)
📝 packages/go/README.md (+20 -3)
📝 packages/go/opentui.go (+2 -9)
📝 packages/go/opentui.h (+0 -0)

📄 Description

It needs proper packaging like brew and stuff, but we can at least have an install.sh script for now


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/105 **Author:** [@dnakov](https://github.com/dnakov) **Created:** 8/29/2025 **Status:** ✅ Merged **Merged:** 8/30/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`eb4bed5`](https://github.com/anomalyco/opentui/commit/eb4bed5a190c5266fb4fe58295476db783167e2c) add a release workflow for the dylib; create install.sh; move the C header to go/ for now, cgo doesnt support looking in parent dirs ### 📊 Changes **8 files changed** (+280 additions, -12 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/release.yml` (+91 -0) 📝 `README.md` (+8 -0) ➕ `install.sh` (+150 -0) ➕ `opentui.pc.in` (+9 -0) ➕ `packages/go/.gitignore` (+0 -0) 📝 `packages/go/README.md` (+20 -3) 📝 `packages/go/opentui.go` (+2 -9) 📝 `packages/go/opentui.h` (+0 -0) </details> ### 📄 Description It needs proper packaging like brew and stuff, but we can at least have an install.sh script for now --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:17:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#1076
No description provided.