{"id":28366455,"url":"https://github.com/hiddenalpha/gateleenresclone","last_synced_at":"2026-02-16T05:32:27.567Z","repository":{"id":197416909,"uuid":"698605019","full_name":"hiddenalpha/GateleenResclone","owner":"hiddenalpha","description":"Commandline utility to clone subtrees from gateleen","archived":false,"fork":false,"pushed_at":"2025-09-16T22:11:33.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-17T00:39:16.337Z","etag":null,"topics":["gateleen","tool","utility"],"latest_commit_sha":null,"homepage":"https://git.hiddenalpha.ch/gateleen-resclone.git/tree/README.txt","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiddenalpha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-30T12:16:07.000Z","updated_at":"2025-02-07T01:47:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"e83f8403-0170-4cd1-8bd0-4a4541522b83","html_url":"https://github.com/hiddenalpha/GateleenResclone","commit_stats":null,"previous_names":["hiddenalpha/gateleenresclone"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/hiddenalpha/GateleenResclone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiddenalpha%2FGateleenResclone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiddenalpha%2FGateleenResclone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiddenalpha%2FGateleenResclone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiddenalpha%2FGateleenResclone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiddenalpha","download_url":"https://codeload.github.com/hiddenalpha/GateleenResclone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiddenalpha%2FGateleenResclone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29500832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T03:57:51.541Z","status":"ssl_error","status_checked_at":"2026-02-16T03:55:59.854Z","response_time":115,"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":["gateleen","tool","utility"],"created_at":"2025-05-28T23:08:42.491Z","updated_at":"2026-02-16T05:32:27.552Z","avatar_url":"https://github.com/hiddenalpha.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nGateleen Resclone\n=================\n\nCommandline utility to clone subtrees from gateleen instances.\n\n[Downloads](https://github.com/hiddenalpha/GateleenResclone/releases)\n\n\n\n## Cited from `gateleen-resclone --help`:\n\n```\n--pull|--push\n    Choose to download or upload.\n\n--url \u003curl\u003e\n    Root node of remote tree.\n\n--filter-part \u003cpath-filter\u003e\n    Regex pattern applied as predicate to the path starting after the path\n    specified in '--url'. Each path segment will be handled as its\n    individual pattern. If there are longer paths to process, they will be\n    accepted, as long they at least start-with specified filter.\n    Example:  /foo/[0-9]+/bar\n\n--filter-full \u003cpath-filter\u003e\n    Nearly same as '--filter-part'. But paths with more segments than the\n    pattern, will be rejected.\n\n--file \u003cpath.tar\u003e\n    (optional) Path to the archive file to read/write. Defaults to\n    stdin/stdout if ommitted.\n```\n\n\n## Stats For Nerds\n\n```\ngithub.com/AlDanial/cloc\n-------------------------------------------------\nLanguage        files    blank    comment    code\n-------------------------------------------------\nC                   6      146         79    1064\nmake                1       15          2     101\nC/C++ Header        7       44         35      55\nMarkdown            1       24          0      53\nBourne Shell        1        2          5       1\n-------------------------------------------------\nSUM:               16      231        121    1274\n-------------------------------------------------\n```\n\n\n## Build\n\n```\n./configure\nmake clean\nmake\nmake install\n```\n\nJust in case you've no build machine at hand. I've uploaded my qemu\nbuild machines alongside the released artifacts. Just look out for\n\"qcow2\" files at the github release page.\n\n\n## Dependencies\n\n- libc\n- cJSON\n- libcurl\n- libarchive\n- pcre\n\n\n## Dockerimage?\n\nUsually there's no need to have a dockerimage.\nBut anyway, here your Dockerfile of desire:\n\n```Dockerfile\nFROM docker.io/alpine:3.21.2\nRUN true \\\n  \u0026\u0026 apk add gcompat \\\n  \u0026\u0026 wget -O- 'https://github.com/hiddenalpha/GateleenResclone/releases/download/v0.0.5/GateleenResclone-0.0.5+x86_64-linux-gnu.tgz' \\\n     | tar -C /usr -xz -- bin \\\n  \u0026\u0026 true\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiddenalpha%2Fgateleenresclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiddenalpha%2Fgateleenresclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiddenalpha%2Fgateleenresclone/lists"}