{"id":19903722,"url":"https://github.com/regolith-linux/grelier","last_synced_at":"2026-01-28T20:40:32.594Z","repository":{"id":100743328,"uuid":"242637466","full_name":"regolith-linux/grelier","owner":"regolith-linux","description":"i3 IPC library in Vala","archived":false,"fork":false,"pushed_at":"2020-02-24T04:41:29.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T00:23:31.930Z","etag":null,"topics":["i3wm","vala"],"latest_commit_sha":null,"homepage":null,"language":"Vala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/regolith-linux.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}},"created_at":"2020-02-24T03:23:31.000Z","updated_at":"2020-02-29T18:21:53.000Z","dependencies_parsed_at":"2023-05-22T13:30:57.512Z","dependency_job_id":null,"html_url":"https://github.com/regolith-linux/grelier","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"6c090d6461aaafcde9dbcfec993edd2957159297"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/regolith-linux/grelier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regolith-linux%2Fgrelier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regolith-linux%2Fgrelier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regolith-linux%2Fgrelier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regolith-linux%2Fgrelier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/regolith-linux","download_url":"https://codeload.github.com/regolith-linux/grelier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regolith-linux%2Fgrelier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28851101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["i3wm","vala"],"created_at":"2024-11-12T20:25:04.646Z","updated_at":"2026-01-28T20:40:32.570Z","avatar_url":"https://github.com/regolith-linux.png","language":"Vala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grelier - A Vala i3 IPC Library\n\nThis is a partial implementation of a i3 IPC library written in Vala, intended for usages with other Vala programs that integrate with i3.\n\n## Maturity\n\nGrelier is only a partial implementation but is used in [Remontoire](https://github.com/regolith-linux/remontoire).  It should not be considered for inclusion in other projects unless there is the ability to update the client to add whatever features you may need.\n\n## Usage\n\nCreate a client instance:\n\n```vala\nvar client = new Grelier.Client(socket_address);\n```\n\nGet the i3 version:\n\n```vala\nstring version = client.getVersion().human_readable;\n```\n\nGet the i3 config file:\n\n```vala\nstring config = client.getConfig().config;\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregolith-linux%2Fgrelier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fregolith-linux%2Fgrelier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregolith-linux%2Fgrelier/lists"}