├── CMakeLists.txt ├── LICENSE ├── PKGBUILD ├── README.md └── src └── jsonmenu.c /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marvinkreis/rofi-json-menu/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marvinkreis/rofi-json-menu/HEAD/LICENSE -------------------------------------------------------------------------------- /PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marvinkreis/rofi-json-menu/HEAD/PKGBUILD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marvinkreis/rofi-json-menu/HEAD/README.md -------------------------------------------------------------------------------- /src/jsonmenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marvinkreis/rofi-json-menu/HEAD/src/jsonmenu.c --------------------------------------------------------------------------------