{"id":24750010,"url":"https://github.com/lamerous/cuimenulib","last_synced_at":"2026-05-07T07:32:09.603Z","repository":{"id":273382159,"uuid":"919515703","full_name":"lamerous/CUIMenuLib","owner":"lamerous","description":"Simple Console UI writen on CLang","archived":false,"fork":false,"pushed_at":"2025-01-20T15:20:19.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T08:55:21.627Z","etag":null,"topics":["c","clang","library","menu"],"latest_commit_sha":null,"homepage":"","language":"C","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/lamerous.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-20T14:33:03.000Z","updated_at":"2025-01-20T15:20:20.000Z","dependencies_parsed_at":"2025-01-20T15:46:41.490Z","dependency_job_id":"a955c892-7c6b-41e6-859c-1d5da8e12760","html_url":"https://github.com/lamerous/CUIMenuLib","commit_stats":null,"previous_names":["lamerous/cuimenulib"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamerous%2FCUIMenuLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamerous%2FCUIMenuLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamerous%2FCUIMenuLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamerous%2FCUIMenuLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lamerous","download_url":"https://codeload.github.com/lamerous/CUIMenuLib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245048711,"owners_count":20552558,"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":["c","clang","library","menu"],"created_at":"2025-01-28T08:55:24.691Z","updated_at":"2026-05-07T07:32:09.578Z","avatar_url":"https://github.com/lamerous.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eCompilation\u003c/h1\u003e\n1. First of all, you should compile the library using these commands:\n  \n```\ngcc -c getch.c\ngcc -c CUIMenuLib.c\n```\n\n2. Next, you should compile your file that uses this library:\n  \n`gcc -c yourfile.c`\n\n3. Finally, you should create your binary file:\n  \n`gcc getch.o CUIMenuLib.o yourfile.o -o your_bin_filename`\n\n4. All in one block:\n\n```\ngcc -c getch.c\ngcc -c CUIMenuLib.c\ngcc -c yourfile.c\ngcc getch.o CUIMenuLib.o yourfile.o -o your_bin_filename\n  ```\n\nDone.\n\n\n\u003ci\u003eP.S.  If you're on Windows you can use a ready-made library getch, by adding #include \u003cgetch.h\u003e to CUIMenuLib.h file\u003c/i\u003e\n  \n\u003ci\u003eP.S.2 You can get compiler.sh file on the CUIMenuLib directory, which also contains these commands\u003c/i\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamerous%2Fcuimenulib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flamerous%2Fcuimenulib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamerous%2Fcuimenulib/lists"}