GithubHelp home page GithubHelp logo

captured's Introduction

captured

Quick screen capture and sharing for Mac OS X.

Note: I have switched my efforts to working on a native Mac version of Captured, which is avaliable on the Mac App Store. I recomend it over the ruby version because it is faster, lighter on system resources, and has a slightly diffrent feature set. The native version is a paid app (only 99¢), and the ruby version will always be free and open source. Thanks, Chris

Screen Capture Sharing Tool

I made captured because I wanted to customize and extend screen capture sharing programs, it is really intended for the commandline savvy.

So, I am making some assumptions about the environment that captured runs in. In particular it expects:

  • A decent understanding of installing ruby gems
  • That Growl is installed

With that said, once things are installed and configured it really is handy.

Install

To install captured:

$ sudo gem install captured
$ captured --install

When you install an example config file to ~/.captured.yml, which has a few examples of possible configuration types.

Using Captured

The main use is to upload a screen shot taken using OS X's built in screen capture.

  1. Press ⌘-⇧-4 to capture
  2. Paste the link

Captured can also be used from the command line to easily share files.

  1. Run captured path/to/file
  2. Paste the link

Configuration

By default captured uses Imgur as the default host, but you can configure it to upload and share images by other services.

To edit the configuraiton:

$ open -e ~/.captured.yml

Type: Imgur

The simple image sharer. The default option.

upload:
  type: imgur

Type: Imageshack

This service is a little slower, but is free and easy.

upload:
  type: imageshack

Type: scp

If you have you own web server scp is a very handy way to host your own captures.

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

The Logo was made from the fantastic Vector Wood Signs by DragonArt under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.

Copyright

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

captured's People

Contributors

csexton avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.