Open tataDan opened 5 years ago
Simple cross-platform dialog API for go-lang: https://github.com/sqweek/dialog . I have been using it with no problems so far (only used .Load()
).
If you want to avoid CGO (as well as threading issues, event loops, etc), consider: https://github.com/ncruces/zenity
The README.md states "native OS dialogs are still possible via 3rd-party libraries". Can anyone recommend any such library for implementing a file save dialog in Linux (or possibly Windows)?