https://github.com/ftl/gmtry
A Go library to store and restore window geometry between sessions.
https://github.com/ftl/gmtry
Last synced: 9 months ago
JSON representation
A Go library to store and restore window geometry between sessions.
- Host: GitHub
- URL: https://github.com/ftl/gmtry
- Owner: ftl
- License: mit
- Created: 2019-12-12T11:07:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T19:28:18.000Z (over 5 years ago)
- Last Synced: 2025-08-13T18:58:01.235Z (10 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gmtry
gmtry is a Go library that allows to store and restore the geometry of windows on the screen.
### Protobuf
To generate the Go-code related to Protobuf, use the following command:
```
go generate ./...
```
This will generate the Go-code into the packge `pb`.
## Disclaimer
I develop this tool for myself and just for fun in my free time. If you find it useful, I'm happy to hear about that. If you have trouble using it, you have all the source code to fix the problem yourself (although pull requests are welcome).
## License
This tool is published under the [MIT License](https://www.tldrlegal.com/l/mit).
Copyright [Florian Thienel](http://thecodingflow.com/) 2019