captured 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.markdown +16 -3
  2. data/lib/captured.rb +2 -2
  3. metadata +2 -2
@@ -3,6 +3,17 @@ captured
3
3
 
4
4
  Quick screen capture and sharing application for Mac OS X.
5
5
 
6
+ By programmers for programmers
7
+ ==============================
8
+
9
+ While I would love to tinker with this to make it easy to install (it is really easy to use once it is setup), it proved to be non-trivial.
10
+
11
+ So, I am making some assumptions about the environment that captured runs in. In particular it expects:
12
+
13
+ * A decent understanding of scp and ssh
14
+ * That [Growl](http://growl.info/) (and the [growlnotify](http://growl.info/documentation/growlnotify.php) command-line tool) are installed
15
+
16
+ With that said, once things are installed and configured it really is handy.
6
17
 
7
18
  Install
8
19
  =======
@@ -13,11 +24,13 @@ to install captured:
13
24
  $ captured --install
14
25
  $ open -e ~/.captured.yml
15
26
 
16
- Then you will need to exit that config file with the approprate settings for your server.
27
+ Then you will need to exit that config file with the appropriate settings for your server.
28
+
29
+ When you install it will copy an example config file to ~/.captured.yml, which has a few examples of possible configuration types.
17
30
 
18
- The simplest way is to use the scp type.
31
+ The simplest of this is to the scp type:
19
32
 
20
- * user - optinal if your remote user is the same as your local user
33
+ * user - optional if your remote user is the same as your local user
21
34
  * password - optional if you have setup key pair authentication
22
35
  * host - the remote host name
23
36
  * url - the public url to the remote host+path
@@ -10,11 +10,11 @@ class Captured
10
10
  if `sw_vers | awk '/ProductVersion:/ {print $2}'` =~ /10\.5/
11
11
  "Picture**.png"
12
12
  else
13
- "Screenshot**.png"
13
+ "Screen**.png"
14
14
  end
15
15
  rescue => e
16
16
  puts e
17
- "Screenshot**.png"
17
+ "Screen**.png"
18
18
  end
19
19
 
20
20
  def self.run_once!(options)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: captured
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Sexton
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-02 00:00:00 -04:00
12
+ date: 2009-07-10 00:00:00 -04:00
13
13
  default_executable: captured
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency