{"id":13739750,"url":"https://github.com/gennaro-tedesco/archimede","last_synced_at":"2025-04-22T20:15:02.114Z","repository":{"id":43124807,"uuid":"372167647","full_name":"gennaro-tedesco/archimede","owner":"gennaro-tedesco","description":"💡 Unobtrusive directory information fetcher","archived":false,"fork":false,"pushed_at":"2023-04-05T09:07:27.000Z","size":89,"stargazers_count":45,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T20:14:55.418Z","etag":null,"topics":["cli","command-line","go","screenfetch"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gennaro-tedesco.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":"2021-05-30T08:58:26.000Z","updated_at":"2025-03-28T13:40:35.000Z","dependencies_parsed_at":"2024-06-19T05:30:58.936Z","dependency_job_id":null,"html_url":"https://github.com/gennaro-tedesco/archimede","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/gennaro-tedesco%2Farchimede","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gennaro-tedesco%2Farchimede/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gennaro-tedesco%2Farchimede/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gennaro-tedesco%2Farchimede/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gennaro-tedesco","download_url":"https://codeload.github.com/gennaro-tedesco/archimede/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250316066,"owners_count":21410476,"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","command-line","go","screenfetch"],"created_at":"2024-08-03T04:00:37.170Z","updated_at":"2025-04-22T20:15:02.092Z","avatar_url":"https://github.com/gennaro-tedesco.png","language":"Go","funding_links":[],"categories":["Operation System","Packages"],"sub_categories":["Cross Platform","CLI Tools"],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg width=\"500\" src=\"logo.png\"\u003e\n  \u003cbr\u003e\n  archimede\n\u003c/h1\u003e\n\n\u003ch2 align=\"center\"\u003e\n  \u003ca href=\"#\" onclick=\"return false;\"\u003e\n    \u003cimg alt=\"PR\" src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://golang.org/\"\u003e\n    \u003cimg alt=\"Go\" src=\"https://img.shields.io/badge/go-%2300ADD8.svg?\u0026style=flat\u0026logo=go\u0026logoColor=white\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/gennaro-tedesco/archimede/releases\"\u003e\n    \u003cimg alt=\"releases\" src=\"https://img.shields.io/github/release/gennaro-tedesco/archimede\"/\u003e\n  \u003c/a\u003e\n\u003c/h2\u003e\n\n\u003ch4 align=\"center\"\u003eUnobtrusive project information fetcher\u003c/h4\u003e\n\u003ch3 align=\"center\"\u003e\n  \u003ca href=\"#Installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#Usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#Examples\"\u003eExamples\u003c/a\u003e\n\u003c/h3\u003e\n\n\nThe unobtrusive, fast and informative project information fetcher. Whether it is a new git project or old legacy code, visualise a quick summary of directory structure, files composition, disk space and status.\n\n\n## Installation\nGo get it!\n```\ngo install github.com/gennaro-tedesco/archimede@latest\n```\n\n## Usage\n\n![demo](https://user-images.githubusercontent.com/15387611/120531489-f970b000-c3de-11eb-8965-2efca47fe8c1.gif)\n\nVarious flags allow to customise the output: see `archimede --help` for full details or examples below\n\n| flag             | type   | description                               | default\n|:---------------- |:------ |:----------------------------------------- |:-------\n| -s/--short       | bool   | display output in short format?           | false\n| -g/--git         | bool   | include `./.git` folder in files stats?   | false\n| -e/--exclude-dir | string | directory to exclude from stats/counts    | none\n| -v/--exclude-file| string | file type to exclude from stats/counts    | none\n| -c/--colour      | string | choose display text color (see `--help`)  | cyan\n| -d/--delimiter   | string | choose delimiter character                | empty string\n| -h/--help        |        | open the help page                        |\n\nNotice that the default display option in long format (no `-s` flag) makes use of unicode\nterminal characters that may not render perfectly with all terminals/fonts: if so use `-s`.\n\n## Examples\n```\n# short format, blue text\narchimede -s -c blue\n\n# change delimiter, exclude test folder\narchimede -d\":\" -e test\n\n# short format, exclude .vim files\narchimede -s -v .vim\n\n# display help page\narchimede --help\n```\n\n## Feedback\nIf you find this application useful consider awarding it a ⭐, it is a great way to give feedback! Otherwise, any additional suggestions or merge request is warmly welcome!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgennaro-tedesco%2Farchimede","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgennaro-tedesco%2Farchimede","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgennaro-tedesco%2Farchimede/lists"}