sshy 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -2
  3. data/bin/sshy +1 -1
  4. data/lib/sshy/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6281e870335f7287511b1a4244f5a96c5da7e6f8
4
- data.tar.gz: 519ba62f78c0d71e466b1bd9da99b72a5ba7911f
3
+ metadata.gz: dd032828e812a4d0680cf8ad17db5c0de61a278c
4
+ data.tar.gz: 7fe2edddcc9ad7a7e23f37eea77658f8081c52dc
5
5
  SHA512:
6
- metadata.gz: 9595baaef0b48a1955d5e772cfbfc3546667e56a352ae2afd642226c04b3e969569d88fa2bea9a0149b8a2029c3d1c1cbf31f9aa39247a742eb88e8ce3ffb2bf
7
- data.tar.gz: c4c7017e87866907788d01de49466160c8a20fdc261a0126f424741bd88b3d909ff5b84335db01869d7b7fd42535f70c0a9832bcf4bb3d878201e39e612e7e25
6
+ metadata.gz: 4b41594761d8c74071f491226320e28cb1d7c53cdb857001fb29f02bb484d2b93233c20ef8979f66c8c6a24888c084eb425256c864a371e23c94264f27b18f54
7
+ data.tar.gz: 427c1f1d35127cdd51607939f8918a2a59eaa65a712ffe927229a3e5b043067c9a7eb418b1d4ba731ba3fd1c982037b2a451565eed678d96599c257196413c29
data/README.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # SSHY
2
2
 
3
- _version 0.0.2_
3
+ _version 0.0.5_
4
4
 
5
- Sshy help you connect to your ssh server without remember every name of it.
5
+ Sshy help you connect to your ssh server without remember every name of it. It only works on Mac OS X.
6
+
7
+ ## Prepare
8
+ 1. Install iTerm2
9
+ 2. Change URL Schemes.<br>Open iTerm2's Preference and click <b>_Profile_</b> tab and then click <b>_General_</b> subtab. Click <b>_Select URL Schemes_</b> and select ssh.
6
10
 
7
11
  ## Installation
8
12
 
@@ -29,6 +33,12 @@ server05
29
33
  ```
30
34
  And now you could select one and press `Enter` to ssh it
31
35
 
36
+ ## TODO
37
+ 1. show details when press TAB
38
+ 2. return error message when ssh failed
39
+ 3. auto detect whether os support ssh:// or not
40
+ 4. auto search when type
41
+
32
42
  ## Contributing
33
43
 
34
44
  1. Fork it ( https://github.com/[my-github-username]/sshy/fork )
data/bin/sshy CHANGED
@@ -39,7 +39,7 @@ end
39
39
 
40
40
  def formattd_output(rows)
41
41
  table = Terminal::Table.new :rows => rows
42
- table.style = {:width => 100, :border_x => " ", :border_i => " ", :border_y => " "}
42
+ table.style = {:width => 120, :border_x => " ", :border_i => " ", :border_y => " "}
43
43
  return table
44
44
  end
45
45
 
@@ -1,3 +1,3 @@
1
1
  module Sshy
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sshy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shown Tien
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-09 00:00:00.000000000 Z
11
+ date: 2015-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize