https://github.com/geopjr/crycord-gui
A GUI for Crycord written in Crystal, GTK and Glade
https://github.com/geopjr/crycord-gui
Last synced: over 1 year ago
JSON representation
A GUI for Crycord written in Crystal, GTK and Glade
- Host: GitHub
- URL: https://github.com/geopjr/crycord-gui
- Owner: GeopJr
- License: mit
- Created: 2020-12-18T22:49:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T22:57:10.000Z (over 5 years ago)
- Last Synced: 2025-01-23T01:25:46.922Z (over 1 year ago)
- Language: Crystal
- Homepage: https://crycord.geopjr.xyz/
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crycord-GUI
Crycord-GUI is a gui for [Crycord](https://github.com/GeopJr/crycord) using GTK.
## Installation
You can download the ~~*statically* linked~~ build from the releases page!
## Usage
- Run it
- Ta-da!
## Development
Most of the interface is made using Glade.
Use IDs only on widgets you are planning to modify.
Switches' IDs in the 'Plugins' tab should match the names of plugins and groups of Crycord.
## Screenshots





## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [GeopJr](https://github.com/GeopJr) - creator and maintainer