{"id":16348895,"url":"https://github.com/alt-romes/llvm-c-search","last_synced_at":"2025-06-17T05:36:13.825Z","repository":{"id":123412629,"uuid":"437860447","full_name":"alt-romes/llvm-c-search","owner":"alt-romes","description":"Terminal interface to search the LLVM-C API","archived":false,"fork":false,"pushed_at":"2021-12-26T01:44:53.000Z","size":123,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T11:03:31.532Z","etag":null,"topics":["bubbletea","c","colly","llvm","llvm-c","scraper","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alt-romes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-12-13T12:16:07.000Z","updated_at":"2023-03-03T13:15:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc332f82-41aa-4b58-9758-56659a90e421","html_url":"https://github.com/alt-romes/llvm-c-search","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"34261eeb652542ea7d883d7dbc45f838c84d2028"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/alt-romes/llvm-c-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alt-romes%2Fllvm-c-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alt-romes%2Fllvm-c-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alt-romes%2Fllvm-c-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alt-romes%2Fllvm-c-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alt-romes","download_url":"https://codeload.github.com/alt-romes/llvm-c-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alt-romes%2Fllvm-c-search/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260299950,"owners_count":22988671,"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":["bubbletea","c","colly","llvm","llvm-c","scraper","tui"],"created_at":"2024-10-11T00:55:37.816Z","updated_at":"2025-06-17T05:36:13.758Z","avatar_url":"https://github.com/alt-romes.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n\nThis tool scrapes the LLVM-C API and provides a TUI to search and navigate the\nAPI from the terminal. It came to be from the lack of search options in the\n[llvm-c](https://llvm.org/doxygen/group__LLVMC.html) official documentation, and\ndifficulty to navigate the hyperlinks as a beginner to llvm.\n\nTo find, for example, the `sext` corresponding instruction, instead of clicking\nall apparently related hyperlinks of sub-modules (in\nfact, this exact function was the \"last-drop\", and the reason why I wrote\nprogram), simply run the program, and then filter for `sext` by tapping `/` when the TUI loads.\n\nAdditionally, pressing enter on the selected item will open the corresponding\nllvm-c API webpage on the browser.\n\n## v0.4 Preview\n\nSearching for the function that returns the LLVM pointer type of an LLVM type\n![Screenshot 2021-12-24 at 23 39 30](https://user-images.githubusercontent.com/21295306/147374322-b5833e04-1300-4b0f-b152-d2f91e970118.png)\n\n## Build and Run\n\n```\ngo get # fetch packages\ngo build # build program\n```\n\n```\n./search # run program\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falt-romes%2Fllvm-c-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falt-romes%2Fllvm-c-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falt-romes%2Fllvm-c-search/lists"}