https://github.com/hdonnay/co.honnef.gotraceui
Flatpak for https://github.com/dominikh/gotraceui
https://github.com/hdonnay/co.honnef.gotraceui
Last synced: about 2 months ago
JSON representation
Flatpak for https://github.com/dominikh/gotraceui
- Host: GitHub
- URL: https://github.com/hdonnay/co.honnef.gotraceui
- Owner: hdonnay
- Created: 2023-12-15T17:35:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T19:10:47.000Z (over 1 year ago)
- Last Synced: 2025-01-25T17:13:44.291Z (4 months ago)
- Language: Shell
- Size: 6.02 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flatpak for [gotraceui]
This is a best-effort, unofficial flatpak.
Please feel free to take it for a spin to visualize go traces.## Install
```sh
(
d="$(mktemp -d )"
trap 'rm -rf "$d"' EXIT
cd "$d"
curl -sSfLO https://github.com/hdonnay/co.honnef.Gotraceui/releases/latest/download/gotraceui.flatpak
flatpak --user install gotraceui.flatpak
)
```## Build
```sh
flatpak-builder --force-clean --user --install-deps-from=flathub _build co.honnef.Gotraceui.json
```[gotraceui]: https://github.com/dominikh/gotraceui