This repository was archived by the owner on Jun 12, 2022. It is now read-only.
File tree 4 files changed +5
-8
lines changed
4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ A dead simple cli ssh server list.
13
13
$ ssh-bookmarks
14
14
15
15
16
- ## Configure SSH server list
16
+ ## Configure
17
17
18
18
$ man ssh_config
19
19
20
20
21
- ## Screenshoots
21
+ ---
22
22
23
23
![ Server selection] ( https://raw.githubusercontent.com/AndreyAntipov/ssh-bookmarks-shell/media/screenshoot.png " Server selection ")
24
24
Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ class Application
48
48
index = index -1
49
49
# catch options between range
50
50
raw [ @prev_index ..index ] . each do |opt |
51
- p opt
52
- ask ( "#{ @prev_index } ..#{ index } " )
53
51
if comment? ( opt ) && option? ( opt )
54
52
options . merge! ( opt [ 1 ] . downcase . to_sym => true )
55
53
end
@@ -94,7 +92,6 @@ class Application
94
92
end
95
93
96
94
def show_menu ( list , title )
97
- puts list
98
95
t = title . to_sym
99
96
proposal = 'Please choose the server which you would like to connect?'
100
97
choose do |menu |
Original file line number Diff line number Diff line change 1
1
module SshBookmarks
2
- VERSION = "0.0.1 "
2
+ VERSION = "0.0.2 "
3
3
end
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
require 'ssh-bookmarks/version'
5
5
6
6
Gem ::Specification . new do |spec |
7
- spec . name = "SSH-Bookmarks "
7
+ spec . name = "ssh-bookmarks "
8
8
spec . version = SshBookmarks ::VERSION
9
9
spec . authors = [ "Andrey Antipov" ]
10
10
spec . email = [ "[email protected] " ]
11
11
spec . summary = %q{A dead simple cli ssh server list.}
12
- spec . description = %q{TODO: Write a longer description. Optional.}
12
+ # spec.description = %q{TODO: Write a longer description. Optional.}
13
13
spec . homepage = "https://github.com/AndreyAntipov/ssh-bookmarks"
14
14
spec . license = "MIT"
15
15
You can’t perform that action at this time.
0 commit comments