{"id":13722233,"url":"https://github.com/gen2brain/dlgs","last_synced_at":"2025-05-07T14:31:21.522Z","repository":{"id":28636391,"uuid":"118931675","full_name":"gen2brain/dlgs","owner":"gen2brain","description":"Go cross-platform library for displaying dialogs and input boxes","archived":true,"fork":false,"pushed_at":"2022-06-03T10:06:47.000Z","size":63,"stargazers_count":376,"open_issues_count":10,"forks_count":44,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-02-15T10:34:01.575Z","etag":null,"topics":["dialogs","qarma","zenity"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gen2brain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-25T15:36:09.000Z","updated_at":"2024-01-14T02:26:08.000Z","dependencies_parsed_at":"2022-08-03T05:30:34.807Z","dependency_job_id":null,"html_url":"https://github.com/gen2brain/dlgs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gen2brain%2Fdlgs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gen2brain%2Fdlgs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gen2brain%2Fdlgs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gen2brain%2Fdlgs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gen2brain","download_url":"https://codeload.github.com/gen2brain/dlgs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252895626,"owners_count":21821193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dialogs","qarma","zenity"],"created_at":"2024-08-03T01:01:26.197Z","updated_at":"2025-05-07T14:31:21.168Z","avatar_url":"https://github.com/gen2brain.png","language":"Go","readme":"## dlgs\n[![TravisCI Build Status](https://travis-ci.org/gen2brain/dlgs.svg?branch=master)](https://travis-ci.org/gen2brain/dlgs)\n[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/53ekhdkai4r12un3?svg=true)](https://ci.appveyor.com/project/gen2brain/dlgs)\n[![GoDoc](https://godoc.org/github.com/gen2brain/dlgs?status.svg)](https://godoc.org/github.com/gen2brain/dlgs)\n[![Go Report Card](https://goreportcard.com/badge/github.com/gen2brain/dlgs?branch=master)](https://goreportcard.com/report/github.com/gen2brain/dlgs)\n\n`dlgs` is a cross-platform library for displaying dialogs and input boxes.\n\nNOTE: This repository is archived and will not be maintained anymore.\nSee https://github.com/ncruces/zenity for cgo-free dialogs, also check https://github.com/gen2brain/iup-go for full-blown UI. \n\n### Installation\n\n    go get -u github.com/gen2brain/dlgs\n\n### Documentation\n\nDocumentation on [GoDoc](https://godoc.org/github.com/gen2brain/dlgs).\n\n### Examples\n\n```go\nitem, _, err := dlgs.List(\"List\", \"Select item from list:\", []string{\"Bug\", \"New Feature\", \"Improvement\"})\nif err != nil {\n    panic(err)\n}\n```\n\n```go\npasswd, _, err := dlgs.Password(\"Password\", \"Enter your API key:\")\nif err != nil {\n    panic(err)\n}\n```\n\n```go\nyes, err := dlgs.Question(\"Question\", \"Are you sure you want to format this media?\", true)\nif err != nil {\n    panic(err)\n}\n```\n\n## More\n\nFor cross-platform notifications and alerts see [beeep](https://github.com/gen2brain/beeep).\n","funding_links":[],"categories":["Go","General Post Exploitation"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgen2brain%2Fdlgs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgen2brain%2Fdlgs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgen2brain%2Fdlgs/lists"}