{"id":13687802,"url":"https://github.com/h5law/paste-cli","last_synced_at":"2025-07-22T10:38:10.506Z","repository":{"id":231698919,"uuid":"527187520","full_name":"h5law/paste-cli","owner":"h5law","description":"A CLI tool to interact with a paste-server instance","archived":false,"fork":false,"pushed_at":"2023-02-23T10:31:57.000Z","size":74,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-30T22:29:57.602Z","etag":null,"topics":["cli","go","golang","pastebin","pastebin-client"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/h5law.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}},"created_at":"2022-08-21T11:33:31.000Z","updated_at":"2024-04-05T10:20:04.000Z","dependencies_parsed_at":"2024-04-05T12:30:14.964Z","dependency_job_id":null,"html_url":"https://github.com/h5law/paste-cli","commit_stats":null,"previous_names":["h5law/paste-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/h5law/paste-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h5law%2Fpaste-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h5law%2Fpaste-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h5law%2Fpaste-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h5law%2Fpaste-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h5law","download_url":"https://codeload.github.com/h5law/paste-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h5law%2Fpaste-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266477174,"owners_count":23935390,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["cli","go","golang","pastebin","pastebin-client"],"created_at":"2024-08-02T15:01:00.870Z","updated_at":"2025-07-22T10:38:10.484Z","avatar_url":"https://github.com/h5law.png","language":"Go","readme":"# paste-cli\n\nThis is a simple CLI tool written in Go to interact with a\n[paste-server](https://github.com/h5law/paste-server) either a self hosted\ninstance or the main hosted site.\n\n[![asciicast](https://asciinema.org/a/UeJw4fxNgcgHfrS5SoGYHuuRW.svg)](https://asciinema.org/a/UeJw4fxNgcgHfrS5SoGYHuuRW)\n\n## Install\n\nTo install and run this project simply clone the repo:\n```\ngit clone https://github.com/h5law/paste-cli\n```\n\nThen install the dependencies and build the binary:\n```\ncd paste-cli\ngo mod tidy\ngo build -o paste\n```\n\nYou can then run the command with `./paste` or move it into your `$PATH` and\nexecute it via `paste` anywhere on the computer.\n\n## Config\n\nThe paste command will look for a config file (by default `$HOME/.paste.yaml`)\nwhich can control the url of the paste-server instance to interact with.\n\nThe document should look like this:\n```\nurl: \"\u003cpaste-server instance url goes here\u003e:\u003cport to use here\u003e\"\n```\n\nSo for local instances on port 3000 it would look like:\n```\nurl: \"http://127.0.0.1:3000\"\n```\n\nYou can also use the `--config` flag to use a config file elsewhere or if no\nconfig file is found / given the paste command will default to using the main\nserver URL.\n","funding_links":[],"categories":["golang"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh5law%2Fpaste-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh5law%2Fpaste-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh5law%2Fpaste-cli/lists"}