An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# kdialog

kdialog is a go wrapper around the kdialog kde dialog utility

![image](https://github.com/user-attachments/assets/fc03c7eb-ec33-434a-b992-a3e89584c842)

## 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
```