{"id":20520870,"url":"https://github.com/owlinux1000/gcstree","last_synced_at":"2025-08-28T05:32:34.099Z","repository":{"id":196626203,"uuid":"696781280","full_name":"owlinux1000/gcstree","owner":"owlinux1000","description":"Tree command for GCS (Google Cloud Storage)","archived":false,"fork":false,"pushed_at":"2023-10-01T12:06:04.000Z","size":55,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T02:34:02.923Z","etag":null,"topics":["golang","google-cloud-storage","tree"],"latest_commit_sha":null,"homepage":"","language":"Go","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/owlinux1000.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-09-26T12:29:02.000Z","updated_at":"2024-01-09T03:35:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0aebd0d-1806-4ade-bcc8-0007bce8d4cb","html_url":"https://github.com/owlinux1000/gcstree","commit_stats":null,"previous_names":["owlinux1000/gcstree"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/owlinux1000/gcstree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owlinux1000%2Fgcstree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owlinux1000%2Fgcstree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owlinux1000%2Fgcstree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owlinux1000%2Fgcstree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owlinux1000","download_url":"https://codeload.github.com/owlinux1000/gcstree/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owlinux1000%2Fgcstree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272446392,"owners_count":24936517,"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","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["golang","google-cloud-storage","tree"],"created_at":"2024-11-15T22:24:03.885Z","updated_at":"2025-08-28T05:32:34.053Z","avatar_url":"https://github.com/owlinux1000.png","language":"Go","funding_links":[],"categories":["\u003ca name=\"file-handling\"\u003e\u003c/a\u003eFile and file system handling"],"sub_categories":[],"readme":"# gcstree\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![](https://github.com/owlinux1000/gcstree/actions/workflows/release.yaml/badge.svg)](https://github.com/owlinux1000/gcstree/actions)\n\n`gcstree` is a CLI tool to list objects in Google Cloud Storage.\n\n## Installation\n\nYou can install `gcstree` by `go install` or `brew`. In addition, you can download the binary from [releases](https://github.com/owlinux1000/gcstree/releases)\n\n```\ngo install github.com/owlinux1000/gcstree@latest\n```\n\n```\nbrew install owlinux1000/tap/gcstree\n```\n\n\n## How to use\n\nIn advance, you might want to login to Google Cloud as follows:\n\n```\ngcloud auth application-default login\n```\n\n```console\n$ gcstree\nA tree command for Google Cloud Storage\n\nUsage:\n  gcstree \u003cbucket\u003e [flags]\n\nFlags:\n  -h, --help      help for gcstree\n  -n, --no-color   disable colorized outputs\n  -v, --version   show the gcstree version\n```\n\n```console\n$ gcstree test\ntest\n├── folder1\n│   ├── folder1-1\n│   │   └── hello.txt\n│   └── folder1-2\n└── folder2\n    └── hello.txt\n\n4 directories, 2 files\n```\n\n```console\n$ gcstree test/folder1\ntest\n└── folder1\n    ├── folder1-1\n    │   └── hello.txt\n    └── folder1-2\n\n3 directories, 1 files\n```\n\n## Special thanks :tada:\n\nhttps://github.com/ddddddO/gtree\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowlinux1000%2Fgcstree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowlinux1000%2Fgcstree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowlinux1000%2Fgcstree/lists"}