{"id":13529701,"url":"https://github.com/skywind3000/CloudClip","last_synced_at":"2025-04-01T17:30:43.902Z","repository":{"id":55029916,"uuid":"118657288","full_name":"skywind3000/CloudClip","owner":"skywind3000","description":"Your own clipboard in the cloud, copy and paste text with gist between systems !!","archived":false,"fork":false,"pushed_at":"2018-03-15T03:53:12.000Z","size":18,"stargazers_count":77,"open_issues_count":0,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-02T07:10:39.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/skywind3000.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}},"created_at":"2018-01-23T19:18:14.000Z","updated_at":"2024-07-16T04:53:51.000Z","dependencies_parsed_at":"2022-08-14T09:31:25.521Z","dependency_job_id":null,"html_url":"https://github.com/skywind3000/CloudClip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2FCloudClip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2FCloudClip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2FCloudClip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2FCloudClip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skywind3000","download_url":"https://codeload.github.com/skywind3000/CloudClip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222748054,"owners_count":17031894,"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","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-08-01T07:00:38.651Z","updated_at":"2024-11-02T16:30:57.059Z","avatar_url":"https://github.com/skywind3000.png","language":"Python","funding_links":[],"categories":["Command-Line Productivity"],"sub_categories":[],"readme":"# CloudClip\n\nYour own clipboard in the cloud, copy and paste text with gist. Inspired by pbcopy/pbpaste from Mac OS X.\n\n## Tutorial\n\nCopy text on a remote system to the cloud:\n\n    echo \"Hello, Cloud Clipboard\" | cloudclip -c\n\nPaste on a local system from the cloud:\n\n    cloudclip -p\n\nAnd you will see the text coppied from the remote system:\n\n    Hello, Cloud Clipboard\n\nSame access token and gist id must be setup before copy/paste, see below\n\n\n## Installation\n\nClone the repository from github:\n\n```bash\ngit clone https://github.com/skywind3000/CloudClip.git\n```\n\nAdd repository path to your `$PATH`:\n\nFor linux, add these line at the bottom of your `.bashrc`:\n\n    export PATH=\"/path-to-cloud-clip:$PATH\"\n\nFor Windows:\n\nManully setup the PATH in your control panel. \n\n## Documentation\n\nusage: python cloudclip.py \u003coperation\u003e [...]\noperations:\n\n```bash\n-i \u003ctoken\u003e [id]  Initialize token and id, create a new gist if id is empty\n-c [name]      Takes the standard input and places it in the cloud\n-p [name]      Read content from cloud and output to standard output\n-l             List information of the gist\n-e             Clean the clipboard\n```\n\nA github access token is needed before everything, you can generate a new one from: https://github.com/settings/tokens\n\nCreate a new gist with \"-i token\" on your own PC, remember the gist id. then use \"-i token id\" on a remote one which you may exchange data with.\n\n## Aliases\n\nFor convenience, two aliases can be created:\n\n```bash\nalias cloudcopy='python /path/to/cloudclip.py -c'\nalias cloudpaste='python /path/to/cloudclip.py -p'\n```\n\n## Requirement\n\n* Python 2\n* [requests](http://www.python-requests.org/en/master/)\n\nInstall requests with pip:\n\n    pip install requests\n\n## Credit\n\nTODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywind3000%2FCloudClip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskywind3000%2FCloudClip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywind3000%2FCloudClip/lists"}