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.
- Host: GitHub
- URL: https://github.com/vanilla-os/adwdialog
- Owner: Vanilla-OS
- License: gpl-3.0
- Created: 2022-12-03T13:50:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T10:00:01.000Z (4 months ago)
- Last Synced: 2025-04-09T02:08:27.117Z (2 months ago)
- Topics: adwdialog, gnome, gtk, gtk4, hacktoberfest, libadwaita, python, vanillaos
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 26
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 optionsApplication 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
```