https://github.com/mdouchement/gexplorer
File dialog for several OSes.
https://github.com/mdouchement/gexplorer
explorer file filechooser gio gioui gui
Last synced: 17 days ago
JSON representation
File dialog for several OSes.
- Host: GitHub
- URL: https://github.com/mdouchement/gexplorer
- Owner: mdouchement
- License: mit
- Created: 2023-05-04T14:13:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-01T09:00:25.000Z (about 2 months ago)
- Last Synced: 2026-05-01T11:03:50.907Z (about 2 months ago)
- Topics: explorer, file, filechooser, gio, gioui, gui
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[GODOC](https://pkg.go.dev/github.com/mdouchement/gexplorer)
# gexplorer
gexplorer is a package that provides file dialog for several OSes. It aims to be not dependent of any GUI framework.
Supported operations:
- CreateFile
- ChooseFile
- ChooseFiles
Supported OSes:
- Linux
- Fedora
- macOS
- Big Sur 11.6.8
- Windows
- 11
Supported GUI frameworks:
- [Gio UI](https://gioui.org) using `github.com/mdouchement/gexplorer/gioexplorer`
_This project is based on https://github.com/gioui/gio-x/tree/main/explorer work_
## License
**MIT**
## Contributing
All PRs are welcome.
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
5. Push to the branch (git push origin my-new-feature)
6. Create new Pull Request