{"id":16793497,"url":"https://github.com/mdp/cist","last_synced_at":"2025-04-10T23:52:50.687Z","repository":{"id":7816707,"uuid":"9187541","full_name":"mdp/cist","owner":"mdp","description":"Curl to Gist","archived":false,"fork":false,"pushed_at":"2015-03-19T20:13:51.000Z","size":184,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T23:52:45.585Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-03T05:38:34.000Z","updated_at":"2021-11-22T15:54:16.000Z","dependencies_parsed_at":"2022-09-16T14:52:08.505Z","dependency_job_id":null,"html_url":"https://github.com/mdp/cist","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/mdp%2Fcist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fcist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fcist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fcist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdp","download_url":"https://codeload.github.com/mdp/cist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317703,"owners_count":21083528,"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-10-13T08:49:28.683Z","updated_at":"2025-04-10T23:52:50.664Z","avatar_url":"https://github.com/mdp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"TL;DR;\n\nUse curl to quickly send files to gist.\n\n    $ curl -sT README.md cist.mdp.im\n    # =\u003e https://gist.github.com/ed946bc6572be36f75e5\n\nFeel free to use my heroku hosted service, or run your own.\n\n\n# cist\n## curl to gist\n![cist](https://s3.amazonaws.com/img.mdp.im/cist.png)\n\n### Why\n\nI'm sometimes on a new machine and I'd like to stash something quickly. Rather\nthan setup the gist tool, I'd like to just curl the file and get back an\nanonymous private gist.\n\ncist does that.\n\n### How\n\nCurl the file you want to gist\n\n    $ curl -sT index.js cist.mdp.im\n    # =\u003e https://gist.github.com/ed946bc6572be36f75e5\n\nThis will return a gist URL with a single file named 'index.js' with the contents of index.js\n\n### Using it from vi\n\nSend a selection to a gist\n\n`:'\u003c,'\u003ew !curl -sT - cist.mdp.im`\n\nGist the entire file\n\n`:w !curl -sT - cist.mdp.im`\n\n### Run your own 'cist' server\n\nIt's designed to run on Heroku. Run it on Heroku.\n\n#### Further instructions\n\nIf you want to avoid the unauthenticated rate limit of 60 gists per hour, add some keys.\n\n1. Go to your Github account settings page and create a new application\n2. Add the keys the Heroku app\n\n    heroku config:set CLIENT_ID=\"1234\" CLIENT_SECRET=\"5678\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdp%2Fcist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdp%2Fcist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdp%2Fcist/lists"}