{"id":18878431,"url":"https://github.com/yellow-footed-honeyguide/codefetch","last_synced_at":"2026-02-19T16:30:17.104Z","repository":{"id":259193399,"uuid":"861750900","full_name":"yellow-footed-honeyguide/codefetch","owner":"yellow-footed-honeyguide","description":"Fast \u0026 comprehensive tool for source code analysis 📡","archived":false,"fork":false,"pushed_at":"2024-12-26T13:27:11.000Z","size":463,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-26T13:40:05.596Z","etag":null,"topics":["cli","cloc","code","cpp","sloc","sloccount","source-code","tokei"],"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/yellow-footed-honeyguide.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":"2024-09-23T13:03:49.000Z","updated_at":"2024-12-26T13:27:14.000Z","dependencies_parsed_at":"2024-12-26T13:36:47.330Z","dependency_job_id":"f0048673-323a-4488-b311-4e50d698ca21","html_url":"https://github.com/yellow-footed-honeyguide/codefetch","commit_stats":null,"previous_names":["yellow-footed-honeyguide/codefetch"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yellow-footed-honeyguide%2Fcodefetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yellow-footed-honeyguide%2Fcodefetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yellow-footed-honeyguide%2Fcodefetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yellow-footed-honeyguide%2Fcodefetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yellow-footed-honeyguide","download_url":"https://codeload.github.com/yellow-footed-honeyguide/codefetch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239841731,"owners_count":19705981,"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":["cli","cloc","code","cpp","sloc","sloccount","source-code","tokei"],"created_at":"2024-11-08T06:26:48.284Z","updated_at":"2026-02-19T16:30:16.992Z","avatar_url":"https://github.com/yellow-footed-honeyguide.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeFetch\n\nA modern, comprehensive code analysis tool for software projects.\n\n![codefetch in action](assets/codefetch_in_action.jpg)\n\n## Features\n\u003e CodeFetch provides detailed insights into your codebase,offering a complete analysis suite\u003cbr\u003e \n\u003e that helps developers understand their projects better through multiple metrics.\n\n- Line counting statistics (code, comments, total)\n- Language distribution analysis\n- License detection\n- Build system identification\n- Git repository statistics\n  - Commit history\n  - Contributor analysis\n  - Timeline information\n- Multi-threaded file processing\n- Beautiful, colorful console output\n\n## Getting Started\n### Requirments\n- clang compiler\n\n### Dependencies\n- libgit2 for Git statistics\n\n### Build \u0026 Install from source\n```bash\ngit clone https://github.com/yourusername/codefetch.git\ncd codefetch\nninja\n# for system-wide installation (may require elevated privileges):\nsudo ninja install\n# for system-wide removal (may require elevated privileges):\nsudo ninja uninstall\n```\n\n## Usage\n\nBasic usage:\n```bash\ncodefetch \u003cdirectory\u003e    # Analyze directory with all modules\n```\n\nAvailable options:\n```bash\n-c, --line_counter       Show line counter statistics\n-l, --languages          Show language statistics\n-g, --git-statistics     Show git statistics information\n-m, --metabuild_system   Show metabuild system information\n-i, --license            Show license information\n-v, --version            Show version information\n```\n\n\n\n## Contributing\nContributions are welcome! Please feel free to submit a Pull Request.\n- Fork the Project\n- Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n- Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n- Push to the Branch (`git push origin feature/AmazingFeature`)\n- Open a Pull Request\n\n### Adding New Modules\nThe project is designed to be modular. To add a new analysis module:\n1. Create a new class that inherits from `CodeFetchModule`\n2. Implement the required virtual functions:\n   - `process_file(const fs::path\u0026 file_path)`\n   - `print_stats() const`\n3. Add your module to the main processing loop in `main.cpp`\n\n## License\nDistributed under the MIT License. See `LICENSE` file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyellow-footed-honeyguide%2Fcodefetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyellow-footed-honeyguide%2Fcodefetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyellow-footed-honeyguide%2Fcodefetch/lists"}