dialogs
wraps GTK+ or Windows' open file dialogs
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:23 |
Tags
Installation
nimble install dialogs
choosenim install dialogs
git clone https://github.com/nim-lang/dialogs
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| dialogs | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/nim-lang/dialogs |
|---|---|
| Homepage | https://github.com/nim-lang/dialogs |
| Registry Source | nimble_official |
README
dialogs
This module implements portable dialogs for Nim; the implementation builds on the GTK interface. On Windows, native dialogs are shown instead.
Copyright (c) Andreas Rumpf 2015