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

https://github.com/vanilla-os/adwdialog

Display GTK4 / libadwaita dialogs from terminal and scripts.
https://github.com/vanilla-os/adwdialog

adwdialog gnome gtk gtk4 hacktoberfest libadwaita python vanillaos

Last synced: about 1 month ago
JSON representation

Display GTK4 / libadwaita dialogs from terminal and scripts.

Awesome Lists containing this project

README

        



AdwDialog


Display GTK4/libadwaita dialogs from terminal and scripts.



## Help

```sh
Usage:
adwdialog [OPTION…]

Help Options:
-h, --help Show help options
--help-all Show all help options
--help-gapplication Show GApplication options

Application Options:
-t, --title The dialog title
-d, --description The dialog description
-i, --icon The dialog icon (optional)
-y, --type The dialog type
```

## Build

```bash
meson setup build
ninja -C build install
```