Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bailuk/composer
Minimalistic GUI key composer
https://github.com/bailuk/composer
Last synced: 10 days ago
JSON representation
Minimalistic GUI key composer
- Host: GitHub
- URL: https://github.com/bailuk/composer
- Owner: bailuk
- License: mit
- Created: 2020-11-05T21:18:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T13:27:10.000Z (about 4 years ago)
- Last Synced: 2024-10-25T09:28:02.778Z (about 2 months ago)
- Language: C
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Meson](https://github.com/bailuk/composer/workflows/Meson/badge.svg)
# composer
Minimalistic GUI key composer# dependencies
- [meson](https://mesonbuild.com)
- [libgtk-3-dev](https://www.gtk.org)
- [libxdo-dev](https://github.com/jordansissel/xdotool)# install and run
```shell
meson build
cd build
ninja && ./composer
```