swiftDialog
swiftDialog copied to clipboard
Create user-notifications on macOS with swiftDialog
I am building an input form that has three selectable lists (drop down menus) and two text input boxes. Currently the text input appears *before* the drop-downs but I'd like...
To prevent a user from quickly dismissing **dialog** by pressing Escape or Return/Enter, or in the case that the dialog appears while they are in the middle of typing something...
Given a jsonfile that contains; `"selectitems"" [ { "title":"Country", "values": [ "Albania". "Algeria", ...` and specifying that dialog should output the result as json, nothing is returned in SelectedOption
When running Dialog via json input or something as simple as `dialog --title "Hello"` on macOS Ventura Customer Seed (22A5321d), Dialog is outputting the below error to stdout, which must...
I would like for my SwiftDialog text field to have the cursor active as soon as the window draws. In other words, the blinky line for me to type would...
Hello @bartreardon Thank you for the wonderful app **swiftDialog** I was looking at the project and was wondering if it is possible to create a webview with swift using Webkit....
Unsure of the effort required, but it would be great if any functionality that can be triggered via Command Line options when Dialog is launched, could also be triggered in...
Hi there. In addition to the checkbox option that swiftDialog already supports, I'd like to see an option for radio buttons. Although probably less commonly used than checkboxes, radio buttons...
I would love to be able to specify a specific icon for dark mode. We've found that our icon/logo does not look great on either one or the other. Either...
Would be pretty cool to be able to pop open basic dialogs using the shortcuts app. Looking at the intents framework, it might be a bit of work but worthwhile....