repositorypackage
0.0.0-20231118214700-7fd9240f0a3c
Repository: https://github.com/mdouchement/gexplorer.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
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 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.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request