Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdouchement/gexplorer
File dialog for several OSes.
https://github.com/mdouchement/gexplorer
explorer file filechooser gio gioui gui
Last synced: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-18T21:47:03.000Z (about 1 year ago)
- Last Synced: 2023-11-18T22:46:07.637Z (about 1 year ago)
- Topics: explorer, file, filechooser, gio, gioui, gui
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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
- ChooseFilesSupported OSes:
- Linux
- Fedora
- macOS
- Big Sur 11.6.8
- Windows
- 11Supported 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