{"id":16906573,"url":"https://github.com/rsms/scrup","last_synced_at":"2025-07-12T07:02:24.941Z","repository":{"id":731030,"uuid":"380244","full_name":"rsms/scrup","owner":"rsms","description":"Take a screenshot (in OS X) — paste the URL somewhere a second later","archived":false,"fork":false,"pushed_at":"2014-01-23T18:14:33.000Z","size":1760,"stargazers_count":404,"open_issues_count":23,"forks_count":44,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-07-09T13:22:11.403Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":false,"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/rsms.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":"2009-11-21T02:15:48.000Z","updated_at":"2024-09-23T11:15:11.000Z","dependencies_parsed_at":"2022-07-18T12:31:44.723Z","dependency_job_id":null,"html_url":"https://github.com/rsms/scrup","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/rsms/scrup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsms%2Fscrup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsms%2Fscrup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsms%2Fscrup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsms%2Fscrup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsms","download_url":"https://codeload.github.com/rsms/scrup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsms%2Fscrup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264951976,"owners_count":23687993,"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-13T18:43:23.868Z","updated_at":"2025-07-12T07:02:24.903Z","avatar_url":"https://github.com/rsms.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scrup\n\n\u003e **Stale** — Scrup is no longer being developed. It's left here for the sake of the codez. For a great and secure (encrypted) screenshot service that's as free as Scrup, I'd recommend [the screenshot feature of Dropbox](https://www.dropbox.com/help/1964).\n\n[\u003cimg src=\"http://farm3.static.flickr.com/2567/4121191747_3002198bb5_o.png\" width=\"126\" height=\"96\" alt=\"Scrup icon\" align=\"right\" /\u003e](http://data.hunch.se/scrup/Scrup-1.3.3-bd23160.zip) \u003cimg src=\"http://farm3.static.flickr.com/2522/4122092624_b2a9450bfe_o.png\" width=\"350\" height=\"382\" alt=\"Scrup in the menu bar\" /\u003e [\u003cimg src=\"http://farm5.static.flickr.com/4058/4311662638_5ff27abfde_m.jpg\" width=\"240\" height=\"158\" alt=\"Scrup 1.3\" /\u003e](http://farm5.static.flickr.com/4058/4311662638_00be0d79d3_o.png)\n\nTake a screenshot in OS X and have a URL to the picture in your pasteboard a second later.\n\n*A free and open source version of the different commercial variants (GrabUp, Tiny Grab, etc).*\n\nFor Mac OS X 10.6-10.8.\n\n\n## Download \u0026 install\n\n- [Download Scrup](http://data.hunch.se/scrup/Scrup-1.3.3-bd23160.zip)\n\n- Move Scrup to your Applications folder and double-click the bastard.\n\n- Scrup appears in the top right corner of your screen and looks like a twirly hand with and arrow. Click it and select \"Preferences...\"\n\n- In the \"Receiver URL\" text field, enter the URL to something which receives files. For instance a copy of [`recv.php`](http://github.com/rsms/scrup/blob/master/recv.php) which you have uploaded to your server.\n\n- Please note that the recv.php requires php5 to work, since it's using the PHP5-only stream_copy_to_stream() function to grab the image data stream.\n\n- Take a screenshot and you should see the Scrup icon turning into a check mark, indicating success. (If you see a red badge something failed. Open Console.app and look what Scrup says.)\n\n\n## Receivers \u0026 extensions\n\n- **[django-scrup](http://github.com/idangazit/django-scrup/)** is a Django-based web receiver which stores screen captures on Amazon S3.\n\n- **[Indexr](http://code.google.com/p/indexr/)** is a \"small footprint image/file lister\" written in PHP which provides a sort of browser/gallery. [Live demo here](http://firedev.com/indexr/)\n\n- **[scrup-node-receiver](https://github.com/benmills/scrup-node-receiver)** is a simple Scrup receiver for Node.js which keeps a backlog of images in memory rather than writing them to disk.\n\n\n## Alternate versions\n\nThere are a few forks (alternate versions) of Scrup (e.g. adding Growl support, playing sounds, etc) which might be interesting. Check out [the fork network](http://github.com/rsms/scrup/network) for a list of these variants.\n\n\n## Details\n\n- Lives in the menu bar (up there to your right, where the clock is).\n\n- When a screenshot is taken, Scrup simply performs a `HTTP POST`, sending the image.\n\n- After the screenshot has been sent, the server replies with the URL to the newly uploaded file.\n\n- The URL is placed in the pasteboard, ready for you to  ⌘V somewhere.\n\nThere is an example PHP implementation called [`recv.php`](http://github.com/rsms/scrup/blob/master/recv.php) which you can use and/or modify to setup your receiver. Make sure to set your URL in the preferences.\n\n\n## Building\n\nYou'll need libpngcrush to build Scrup. libpngcrush is an external submodule of Scrup which you'll need to update after you've checked out the scrup source:\n\n\tcd scrup-source\n\tgit submodule update --init pngcrush SCEvents\n\nYou only need to do this once. Now, build the \"Scrup\" target in Xcode.\n\n\n## License\n\nOpen source licensed under MIT (see _LICENSE_ file for details).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsms%2Fscrup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsms%2Fscrup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsms%2Fscrup/lists"}