Registry / utility / leaanthony-go-common-file-dialog

leaanthony-go-common-file-dialog

JSON →
library1.0.3gogounverified

Go library for opening native file dialogs (open/save) on Windows, macOS, and Linux.

go get github.com/leaanthony/go-common-file-dialog
INSTALL
IMPORT
SIG · LEAANTHONY-GO-COMM
L
leaanthony-go-common-file-dialog
utilitygov1.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

filedialog
github.com/leaanthony/go-common-file-dialog

Opens a native file open dialog and prints the selected file path.

package main import ( "fmt" "github.com/leaanthony/go-common-file-dialog/cfd" ) func main() { result, err := cfd.OpenFileDialog("Select a file", "*.txt") if err != nil { panic(err) } fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
leaanthony-go-common-file-dialog — go get leaanthony-go-common-file-dialog · libregistry