{"id":26506239,"url":"https://github.com/inthehack/ifconfig-cli","last_synced_at":"2026-05-08T18:36:06.768Z","repository":{"id":166860009,"uuid":"642338690","full_name":"inthehack/ifconfig-cli","owner":"inthehack","description":"Minimal CLI for interfacing https://ifconfig.co","archived":false,"fork":false,"pushed_at":"2023-05-18T15:08:27.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T22:28:25.758Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/inthehack.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":"2023-05-18T10:52:07.000Z","updated_at":"2023-05-18T10:55:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d20a238-6d7e-4059-9e59-ec6b9ac336a4","html_url":"https://github.com/inthehack/ifconfig-cli","commit_stats":null,"previous_names":["jpeeters/ifconfig-cli","inthehack/ifconfig-cli"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/inthehack/ifconfig-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inthehack%2Fifconfig-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inthehack%2Fifconfig-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inthehack%2Fifconfig-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inthehack%2Fifconfig-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inthehack","download_url":"https://codeload.github.com/inthehack/ifconfig-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inthehack%2Fifconfig-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32792457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-03-20T22:26:30.098Z","updated_at":"2026-05-08T18:36:06.736Z","avatar_url":"https://github.com/inthehack.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eifconfig CLI\u003c/h1\u003e\n\n# Introduction\n\nThis little CLI is a client to https://ifconfig.co. It retrieves the information from the API\nand displays it in the terminal.\n\nThis project is a toy CLI that demonstrates an implementation of clean architecture.\n\nIt also serves as a skeleton for other projects.\n\n# Usage\n\nThe call to the CLI does not need an argument. As a result of the call, it prints the JSON\noutput directly from the API.\n\n# Code organization\n\nThe repository uses the workspace organization offered by Cargo and Rust. Each package\nbelongs to at most one layer as described in clean architecture.\n\n```\napp/      (use cases) the applicative code that integrates all use cases and provides\n          a clear view of functionalities.\ncmd/      (adapter) the command line code that provides decoding of options and calls\n          the applicative code.\ndomain/   (domain) the core of business types and interfaces (i.e. use cases).\nifconfig/ (adapter) implementation to fetch ifconfig data from public API,\n          implementing the domain::Fetcher trait.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finthehack%2Fifconfig-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finthehack%2Fifconfig-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finthehack%2Fifconfig-cli/lists"}