CARVIEW |
csexton / captured
- Source
- Commits
- Network (2)
- Issues (1)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.document | Mon Jun 22 13:31:19 -0700 2009 | Initial commit to captured. [csexton] |
![]() |
.gitignore | Wed Oct 28 14:24:12 -0700 2009 | Adding some actual tests. Crazy. [csexton] |
![]() |
LICENSE | Fri Dec 04 07:04:42 -0800 2009 | Updated license to match ruby. [csexton] |
![]() |
README.markdown | Mon Dec 07 08:41:30 -0800 2009 | Cleanup Markdown. [csexton] |
![]() |
Rakefile | Tue May 18 07:47:12 -0700 2010 | Updated install message [csexton] |
![]() |
VERSION | Tue May 18 07:47:12 -0700 2010 | Updated install message [csexton] |
![]() |
bin/ | Mon May 17 21:01:57 -0700 2010 | Renamed launchd plist to com.codeography.captured [csexton] |
![]() |
captured.gemspec | Tue May 18 07:47:12 -0700 2010 | Updated install message [csexton] |
![]() |
etc/ | Mon May 17 21:01:57 -0700 2010 | Renamed launchd plist to com.codeography.captured [csexton] |
![]() |
lib/ | Mon Jan 11 13:48:09 -0800 2010 | History of uploads [csexton] |
![]() |
resources/ | Mon Dec 07 06:37:05 -0800 2009 | Including the growl binary. [csexton] |
![]() |
spec/ | Mon Jan 11 13:48:09 -0800 2010 | History of uploads [csexton] |
captured
Quick screen capture and sharing application for Mac OS X.
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.
- Press ⌘-⇧-4 to capture
- Paste the link
Captured can also be used from the command line to easily share files.
- Run
captured path/to/file
- 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: "https://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.