{"id":16679008,"url":"https://github.com/dcoles/tools","last_synced_at":"2026-04-13T11:02:35.302Z","repository":{"id":68738337,"uuid":"156034730","full_name":"dcoles/tools","owner":"dcoles","description":"A collection of useful tools.","archived":false,"fork":false,"pushed_at":"2022-11-02T04:43:57.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T09:10:25.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/dcoles.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":"2018-11-04T00:08:42.000Z","updated_at":"2021-11-06T03:55:31.000Z","dependencies_parsed_at":"2023-02-22T05:30:25.369Z","dependency_job_id":null,"html_url":"https://github.com/dcoles/tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcoles/tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Ftools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Ftools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Ftools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Ftools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcoles","download_url":"https://codeload.github.com/dcoles/tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Ftools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"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":"2024-10-12T13:32:35.733Z","updated_at":"2026-04-13T11:02:35.285Z","avatar_url":"https://github.com/dcoles.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tools\n\nA collection of useful tools and short scripts that might make your day a little better.\n\n## choot\n\nSimple namespace-based chroot in Bash.\n\n### Usage\n\n```\n$ choot [-R] /path/to/sysroot [cmd [args...]]\n```\n\nIf the `-R` option is given then the sysroot will be mounted read-only.\n\nIf `cmd` is not given then runs `$SHELL -i` (default: `/bin/sh -i`), otherwise runs the provided command inside the sysroot.\n\n## ghcat\n\nCat a file on GitHub.\n\n### Usage\n\nCat a file:\n\n```\n$ ghcat owner/repo/path/in/repo.ext\n```\n\nCat a private file:\n\n```\n$ ghcat -u username:password owner/repo/path/in/repo.ext\n```\n\n## gist\n\nCreate a GitHub gist from the command-line.\n\n### Usage\n\nCreate a gist of one or more files:\n```\n$ gist -u username file [file...]\n```\n\nProvide password or [Personal Access Token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)\non the command-line:\n```\n$ gist -u username:token file [file...]\n```\n\nCreate a public gist:\n```\n$ gist -u username -P file [file...]\n```\n\nProvide a gist description:\n```\n$ gist -u username -d 'My files' file [file...]\n```\n\nCreate a gist from STDIN:\n```\n$ gist -u username -\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoles%2Ftools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcoles%2Ftools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoles%2Ftools/lists"}