https://github.com/notwithering/kdialog
kdialog wrapper for go
https://github.com/notwithering/kdialog
go golang kde kdialog
Last synced: 6 months ago
JSON representation
kdialog wrapper for go
- Host: GitHub
- URL: https://github.com/notwithering/kdialog
- Owner: notwithering
- License: mit
- Created: 2024-09-13T22:01:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-06T15:27:51.000Z (11 months ago)
- Last Synced: 2025-08-10T14:55:36.952Z (11 months ago)
- Topics: go, golang, kde, kdialog
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kdialog
kdialog is a go wrapper around the kdialog kde dialog utility

## features
- supports all dialog types like yes/no, input box, file picker, etc.
- very structured
- has a many convenience functions and types
- can do everything the kdialog command can do
## get
```bash
go get github.com/notwithering/kdialog
```