{"id":18037973,"url":"https://github.com/quantumsheep/taco","last_synced_at":"2026-05-02T06:44:15.591Z","repository":{"id":96168293,"uuid":"212688254","full_name":"quantumsheep/taco","owner":"quantumsheep","description":"Take the control back over your terminal.","archived":false,"fork":false,"pushed_at":"2019-10-05T22:02:18.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T08:47:51.043Z","etag":null,"topics":["cpp","cpp17","library","terminal"],"latest_commit_sha":null,"homepage":null,"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/quantumsheep.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":"2019-10-03T21:57:04.000Z","updated_at":"2023-09-08T17:58:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b7a165a-2d17-4c3b-a3ea-f765c7a19abe","html_url":"https://github.com/quantumsheep/taco","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantumsheep%2Ftaco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantumsheep%2Ftaco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantumsheep%2Ftaco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantumsheep%2Ftaco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quantumsheep","download_url":"https://codeload.github.com/quantumsheep/taco/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247268014,"owners_count":20911065,"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":["cpp","cpp17","library","terminal"],"created_at":"2024-10-30T13:14:31.093Z","updated_at":"2026-05-02T06:44:10.573Z","avatar_url":"https://github.com/quantumsheep.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terminal Absolute Control and Owning\nTake the control back over your terminal.\n\nTACO implements utilities that ease the development of terminal applications, games, and other.\n\n# Building it manually\n## Install CMake\n- Debian/Ubuntu: `sudo apt-get install cmake`\n- MacOS (Brew): `brew install cmake`\n- Windows: https://cmake.org/download/\n\n## Get the source\n```bash\ngit clone https://github.com/quantumsheep/taco.git\n```\nor via `git submodule`:\n```bash\ngit submodule add https://github.com/quantumsheep/taco.git\n```\n\n## Configure TACO inside a CMakeLists.txt file\n```cmake\nset(TACO_PATH taco)\n\nadd_subdirectory(${TACO_PATH})\ninclude_directories(${TACO_PATH}/include)\n```\n\n### Link with `taco` (equivalent of `-ltaco`)\n```cmake\ntarget_link_libraries(${PROJECT_NAME} taco)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantumsheep%2Ftaco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantumsheep%2Ftaco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantumsheep%2Ftaco/lists"}