Skip to content
This repository was archived by the owner on Jun 12, 2022. It is now read-only.

Commit 1e9f3a5

Browse files
committed
fixes 0.0.2
1 parent 7392b6e commit 1e9f3a5

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ A dead simple cli ssh server list.
1313
$ ssh-bookmarks
1414

1515

16-
## Configure SSH server list
16+
## Configure
1717

1818
$ man ssh_config
1919

2020

21-
## Screenshoots
21+
---
2222

2323
![Server selection](https://raw.githubusercontent.com/AndreyAntipov/ssh-bookmarks-shell/media/screenshoot.png "Server selection")
2424

bin/ssh-bookmarks

-3
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ class Application
4848
index = index-1
4949
# catch options between range
5050
raw[@prev_index..index].each do |opt|
51-
p opt
52-
ask("#{@prev_index}..#{index}")
5351
if comment?(opt) && option?(opt)
5452
options.merge!(opt[1].downcase.to_sym => true)
5553
end
@@ -94,7 +92,6 @@ class Application
9492
end
9593

9694
def show_menu(list, title)
97-
puts list
9895
t = title.to_sym
9996
proposal = 'Please choose the server which you would like to connect?'
10097
choose do |menu|

lib/ssh-bookmarks/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SshBookmarks
2-
VERSION = "0.0.1"
2+
VERSION = "0.0.2"
33
end

ssh-bookmarks.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
require 'ssh-bookmarks/version'
55

66
Gem::Specification.new do |spec|
7-
spec.name = "SSH-Bookmarks"
7+
spec.name = "ssh-bookmarks"
88
spec.version = SshBookmarks::VERSION
99
spec.authors = ["Andrey Antipov"]
1010
spec.email = ["[email protected]"]
1111
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.}
1313
spec.homepage = "https://github.com/AndreyAntipov/ssh-bookmarks"
1414
spec.license = "MIT"
1515

0 commit comments

Comments
 (0)