captured

Quick screen capture and sharing application for Mac OS X.

Install

to install captured:

$ sudo gem install captured
$ captured --install
$ open -e ~/.captured.yml

Then you will need to exit that config file with the approprate settings for your server.

The simplest way is to use the scp type.

  • user - optinal if your remote user is the same as your local user
  • password - optional if you have setup key pair authentication
  • host - the remote host name
  • url - the public url to the remote host+path
  • path - the remote path to upload to

    upload:
      type: scp
      user: user
      password: secret
      host: example.com
      path: path/to/captured/
      url: "http://example.com/captured/"

Icons

Icons from the Crystal Clear icon set by Everaldo Coelho. – The icons are licensed under the GNU Lesser General Public License (LGPL).

Copyright

Copyright (c) 2009 Christopher Sexton. See LICENSE for details.