{"id":13344087,"url":"https://github.com/iddev5/scafetch","last_synced_at":"2025-03-12T06:31:12.120Z","repository":{"id":43127301,"uuid":"462293426","full_name":"iddev5/scafetch","owner":"iddev5","description":"A command line tool to display information about remote repositories","archived":false,"fork":false,"pushed_at":"2024-07-11T15:27:23.000Z","size":81,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-24T16:50:39.731Z","etag":null,"topics":["cli-app","git","zig","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/iddev5.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":"2022-02-22T12:44:18.000Z","updated_at":"2024-07-11T15:16:17.000Z","dependencies_parsed_at":"2024-10-24T07:04:42.226Z","dependency_job_id":"928f7b0a-610e-4dd3-bcdb-db132a58bcad","html_url":"https://github.com/iddev5/scafetch","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddev5%2Fscafetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddev5%2Fscafetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddev5%2Fscafetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddev5%2Fscafetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iddev5","download_url":"https://codeload.github.com/iddev5/scafetch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243171635,"owners_count":20247878,"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-app","git","zig","ziglang"],"created_at":"2024-07-29T19:32:20.222Z","updated_at":"2025-03-12T06:31:11.825Z","avatar_url":"https://github.com/iddev5.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scafetch\n[![CI](https://github.com/iddev5/scafetch/actions/workflows/ci.yml/badge.svg)](https://github.com/iddev5/scafetch/actions)\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)\n[![zig](https://img.shields.io/badge/zig-0.13.0-orange.svg)](https://ziglang.org)\n\nScafetch is a command-line tool to display information about your remote Git repositories in an aesthetic and visually pleasing way.\n\nIt currently supports fetching repository information from Github, Gitlab and Codeberg (Gitea).\n\n![](.data/scafetch.png)\n\n# Installation\n## Releases\nYou can get the latest stable [release](https://github.com/iddev5/scafetch/releases) from Github.\n\n## Arch Linux (AUR)\nInstall the community maintained [scafetch](https://aur.archlinux.org/packages/scafetch) package.\n\n# Usage\nYou only need Zig master to compile.\n\nUse zig to build:\n```\nzig build -Doptimize=ReleaseSafe\n```\n(You can optionally install it in a system or user wide directory for easier access, use the ``-p \u003cprefix\u003e`` flag for convenience)\n\nThen, run the application:\n```\n./zig-out/bin/scafetch ziglang/zig\n```\nwhere ``ziglang/zig`` is taken as an example repository address, and the host defaults to Github\n\nIt is also possible to explicitly state the host service name using ``-o \u003chostname\u003e`` flag. See ``--help`` for more information.  \n\nScafetch can additionally infer the host service from hints present in the given URL:\n\nHost name | 1                      | 2                            | 3\n----------|------------------------|------------------------------|---------------------------------\nGithub    | ``gh/\u003cauthor\u003e/\u003crepo\u003e`` | ``github/\u003cauthor\u003e/\u003crepo\u003e``   | ``github.com/\u003cauthor\u003e/\u003crepo\u003e``\nGitlab    | ``gl/\u003cauthor\u003e/\u003crepo\u003e`` | ``gitlab/\u003cauthor\u003e/\u003crepo\u003e``   | ``gitlab.com/\u003cauthor\u003e/\u003crepo\u003e``\nCodeberg  | ``cb/\u003cauthor\u003e/\u003crepo\u003e`` | ``codeberg/\u003cauthor\u003e/\u003crepo\u003e`` | ``codeberg.org/\u003cauthor\u003e/\u003crepo\u003e``\n\n# Todo\n- More CLI flags, like opt out of coloring, what info to display etc.\n- Authentication support\n- Show an ASCII art of the primary language(?) of the repository\n\n# License\nscafetch is licensed under [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiddev5%2Fscafetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiddev5%2Fscafetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiddev5%2Fscafetch/lists"}