{"id":33185714,"url":"https://github.com/vaaleyard/gocatgo","last_synced_at":"2026-01-14T18:00:41.775Z","repository":{"id":60761127,"uuid":"525226844","full_name":"vaaleyard/gocatgo","owner":"vaaleyard","description":"Let's upload it once again for... 🥁","archived":false,"fork":false,"pushed_at":"2025-05-06T15:37:48.000Z","size":391,"stargazers_count":22,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-22T04:02:50.319Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gcg.sh","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/vaaleyard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["vaaleyard"]}},"created_at":"2022-08-16T04:12:16.000Z","updated_at":"2025-05-06T15:37:45.000Z","dependencies_parsed_at":"2024-01-07T21:02:22.582Z","dependency_job_id":"71992dbc-b7d8-431a-9617-64d8a85a659e","html_url":"https://github.com/vaaleyard/gocatgo","commit_stats":{"total_commits":26,"total_committers":2,"mean_commits":13.0,"dds":"0.038461538461538436","last_synced_commit":"4f883d0e066032b7274926951908d059d495e5e4"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/vaaleyard/gocatgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaaleyard%2Fgocatgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaaleyard%2Fgocatgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaaleyard%2Fgocatgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaaleyard%2Fgocatgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaaleyard","download_url":"https://codeload.github.com/vaaleyard/gocatgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaaleyard%2Fgocatgo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28429323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-11-16T05:00:20.099Z","updated_at":"2026-01-14T18:00:41.713Z","avatar_url":"https://github.com/vaaleyard.png","language":"Go","funding_links":["https://github.com/sponsors/vaaleyard"],"categories":["\u003ca name=\"pastebin\"\u003e\u003c/a\u003ePastebin"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ch1\u003e GoCatGo \u003c/h1\u003e\n\n[GoCatGo](https://gcg.sh/) is another simple pastebin tool.\u003cbr\u003e\nYou can check its [uptime](https://status.gcg.sh/)! \u003cbr\u003e\n\n\u003cbr\u003e\n\n\n![uptime](https://status.gcg.sh/api/badge/12/uptime) ![lines of code](https://sloc.xyz/github/vaaleyard/gocatgo) ![Code Size](https://img.shields.io/github/languages/code-size/vaaleyard/gocatgo) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)\n\n\u003c/div\u003e \n\nGoCatGo provides a way of uploading a file to share with someone, you pass a file, and it returns a link. Simple as that!  \nWith this short url, you can remember the links easily.\n\n# Preview\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./preview.png\" width=\"700\"\u003e\n\u003c/div\u003e\n\n\n## Requirements\nIt's a simple tool, you only need `curl`.\n\n---\n\n# Usage\n```bash\n# With a file\ncat file.txt | curl -F \"file=@-\" gcg.sh\n# or\ncurl -F \"file=@file.txt\" gcg.sh\n```\n\n```bash\n# Passing any string\necho \"some cool code\" | curl -F \"file=@-\" gcg.sh\n```\n\n```bash\n# Upload images\ncurl -F \"file=@image.png\" gcg.sh\n```\n\n\n## Shell function\nYou can add gcg function to your shell to make it easier to upload files:\n```bash\necho \"$(curl https://gcg.sh/function)\" \u003e\u003e ~/.bashrc\n```\n\n```bash\n# with the function\ngcg file.txt\n```\n\n## Transparency\nSee [wiki](https://github.com/vaaleyard/gocatgo/wiki).\n\n## Contribution\nSee [CONTRIBUTING.md](./CONTRIBUTING.md)\n\n## FAQ\n1. How do I know the code running is the same as the repository?  \n   I've created a URL so you can check the sha256 of current code running: [gcg.sh/sha256](https://gcg.sh/sha256)  \n2. How can I delete a paste I've created?  \n   For now, you can request me at `contact@gcg.sh`. In the future it will be implemented.\n\n## License\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaaleyard%2Fgocatgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaaleyard%2Fgocatgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaaleyard%2Fgocatgo/lists"}