mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[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 #292
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#292
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (1)
eb4bed5add 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.