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
MIT
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