scrup

Take a screenshot (in OS X) — paste the URL somewhere a second later

  • 所有者: rsms/scrup
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Scrup

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.

Take a screenshot in OS X and have a URL to the picture in your pasteboard a second later.

A free and open source version of the different commercial variants (GrabUp, Tiny Grab, etc).

For Mac OS X 10.6-10.8.

Download & install

  • Download Scrup

  • Move Scrup to your Applications folder and double-click the bastard.

  • Scrup appears in the top right corner of your screen and looks like a twirly hand with and arrow. Click it and select "Preferences..."

  • In the "Receiver URL" text field, enter the URL to something which receives files. For instance a copy of recv.php which you have uploaded to your server.

  • 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.

  • 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.)

Receivers & extensions

  • django-scrup is a Django-based web receiver which stores screen captures on Amazon S3.

  • Indexr is a "small footprint image/file lister" written in PHP which provides a sort of browser/gallery. Live demo here

  • 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.

Alternate versions

There 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 for a list of these variants.

Details

  • Lives in the menu bar (up there to your right, where the clock is).

  • When a screenshot is taken, Scrup simply performs a HTTP POST, sending the image.

  • After the screenshot has been sent, the server replies with the URL to the newly uploaded file.

  • The URL is placed in the pasteboard, ready for you to ⌘V somewhere.

There is an example PHP implementation called recv.php which you can use and/or modify to setup your receiver. Make sure to set your URL in the preferences.

Building

You'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:

cd scrup-source
git submodule update --init pngcrush SCEvents

You only need to do this once. Now, build the "Scrup" target in Xcode.

License

Open source licensed under MIT (see LICENSE file for details).

概览

名称与所有者rsms/scrup
主编程语言Objective-C
编程语言Shell (语言数: 3)
平台
许可证MIT License
发布数7
最新版本名称v1.3.3 (发布于 2012-08-15 20:54:56)
第一版名称v1.0 (发布于 2009-11-21 03:26:26)
创建于2009-11-21 02:15:48
推送于2014-01-23 18:14:33
最后一次提交2014-01-23 10:14:33
星数405
关注者数19
派生数48
提交数106
已启用问题?
问题数0
打开的问题数0
拉请求数2
打开的拉请求数3
关闭的拉请求数2
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部