{"id":16652876,"url":"https://github.com/zerointensity/controlmanual","last_synced_at":"2025-09-01T19:39:53.180Z","repository":{"id":37960895,"uuid":"415351276","full_name":"ZeroIntensity/controlmanual","owner":"ZeroIntensity","description":"Advanced command interpreter.","archived":false,"fork":false,"pushed_at":"2023-07-05T18:08:18.000Z","size":239,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-29T23:29:03.362Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZeroIntensity.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,"zenodo":null}},"created_at":"2021-10-09T15:44:49.000Z","updated_at":"2022-07-11T14:46:39.000Z","dependencies_parsed_at":"2025-08-18T09:41:46.443Z","dependency_job_id":"48919d53-0ea2-408b-9d31-d9b80ad0cbb5","html_url":"https://github.com/ZeroIntensity/controlmanual","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZeroIntensity/controlmanual","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroIntensity%2Fcontrolmanual","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroIntensity%2Fcontrolmanual/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroIntensity%2Fcontrolmanual/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroIntensity%2Fcontrolmanual/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZeroIntensity","download_url":"https://codeload.github.com/ZeroIntensity/controlmanual/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroIntensity%2Fcontrolmanual/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273182818,"owners_count":25059809,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-12T09:30:16.343Z","updated_at":"2025-09-01T19:39:53.137Z","avatar_url":"https://github.com/ZeroIntensity.png","language":"C","readme":"# Control Manual\n\n## Alternative command interpreter\n\n### What is this?\n\nThis is an alternative to traditional command interpreters. I'll put more here as this project progresses, but essentially heres what it's supposed to look like:\n\n```\n# Bash\nif [[ $something -eq 0 ]]; then\n    echo \"Something happened\"\nelse\n    echo \"Something else happened\"\nfi\n\nls | grep myfile.txt\n```\n\n```\n# Control Manual\nif something == 0 {\n    echo \"Something happened\"\n} else {\n    echo \"Something else happened\"\n}\n\nmatch ls() \"myfile.txt\"\n```\n\n### Installation\n\nSince this is still a heavy WIP, there isn't really any installation process. However, you can clone the repository and build, like so:\n\n```bash\n$ git clone https://github.com/ZeroIntensity/controlmanual\n$ cd controlmanual\n$ ./build.sh\n$ gcc my_impl.c -Wall -l:libcontrolmanual.so -I include\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerointensity%2Fcontrolmanual","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerointensity%2Fcontrolmanual","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerointensity%2Fcontrolmanual/lists"}