{"id":26066302,"url":"https://github.com/lazypwny751/grubthemegen","last_synced_at":"2025-10-16T03:15:12.312Z","repository":{"id":273152348,"uuid":"918828365","full_name":"lazypwny751/grubthemegen","owner":"lazypwny751","description":"Simple library for grub theme file format generator written in ruby.","archived":false,"fork":false,"pushed_at":"2025-02-16T13:02:20.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T14:30:19.107Z","etag":null,"topics":["codegen","grub-theme","grub2-theme","library","ruby","theme"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lazypwny751.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-19T00:37:13.000Z","updated_at":"2025-02-16T13:02:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"86117467-2f1c-4f20-9db3-4caf3a76863a","html_url":"https://github.com/lazypwny751/grubthemegen","commit_stats":null,"previous_names":["lazypwny751/rubythemegen","lazypwny751/grubthemegen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazypwny751%2Fgrubthemegen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazypwny751%2Fgrubthemegen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazypwny751%2Fgrubthemegen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazypwny751%2Fgrubthemegen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lazypwny751","download_url":"https://codeload.github.com/lazypwny751/grubthemegen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242603703,"owners_count":20156588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codegen","grub-theme","grub2-theme","library","ruby","theme"],"created_at":"2025-03-08T20:21:03.992Z","updated_at":"2025-10-16T03:15:07.270Z","avatar_url":"https://github.com/lazypwny751.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grubthemegen\n\n![\"Gamer Car\"](https://media.tenor.com/QAIGME2QHqkAAAAj/capoo-gaming.gif)\n\nSimple ruby library for generate cool(😎) GNU/Grub theme files.\n\n# Installation.\n## From source.\n```sh\ngit clone https://github.com/lazypwny751/grubthemegen.git \u0026\u0026 cd grubthemegen\nmake\n```\n\n## Or via gem.\n```sh\ngem install grubthemegen\n# for uninstall.\ngem uninstall grubthemegen\n```\n\n# Usage\nHere is a sample, you can use that gnu grub file format components and properties.\n```rb\nrequire \"grubthemegen\"\n\ntheme = GrubTheme.new(title_text: \"Init Title.\")\n\ntheme.title_text = \"Main Title.\"\ntheme.push(\n\ttheme.label(\n\t\ttext: %x(printf \"%s\" $(grub-install --version))\n\t)\n)\n\ntext = theme.gen()\n\nputs(text)\n```\n\n\n# Also look.\n- [ref](https://www.gnu.org/software/grub/manual/grub/html_node/Theme-file-format.html)\n\n\n# Contributing.\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n# License\n[GPL3](https://choosealicense.com/licenses/gpl-3.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazypwny751%2Fgrubthemegen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flazypwny751%2Fgrubthemegen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazypwny751%2Fgrubthemegen/lists"}