sc_tmux 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +4 -0
- data/lib/sc_tmux/version.rb +1 -1
- data/sc_tmux.gemspec +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -26,6 +26,10 @@ Installation is simple:
|
|
|
26
26
|
|
|
27
27
|
$ gem install sc_tmux
|
|
28
28
|
|
|
29
|
+
You will also want to add this alias wherever you store your aliases:
|
|
30
|
+
|
|
31
|
+
alias fixssh='eval $(sc -f)'
|
|
32
|
+
|
|
29
33
|
## Usage
|
|
30
34
|
sc is run both with arguments to interact with tmux & your shell as well
|
|
31
35
|
as run as an ssh replacement.
|
data/lib/sc_tmux/version.rb
CHANGED
data/sc_tmux.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["anichols@trumped.org"]
|
|
11
11
|
spec.description = %q{Make a remote tmux play well with ssh-agent}
|
|
12
12
|
spec.summary = %q{Make a remote tmux play well with ssh-agent}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "http://github.com/adnichols/sc_tmux"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sc_tmux
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -146,7 +146,7 @@ files:
|
|
|
146
146
|
- lib/sc_tmux/version.rb
|
|
147
147
|
- sc_tmux.gemspec
|
|
148
148
|
- spec/something_spec.rb
|
|
149
|
-
homepage:
|
|
149
|
+
homepage: http://github.com/adnichols/sc_tmux
|
|
150
150
|
licenses:
|
|
151
151
|
- MIT
|
|
152
152
|
post_install_message:
|