jump 0.3.2 → 0.3.3
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.
- checksums.yaml +7 -0
- data/Changelog +5 -0
- data/Gemfile +0 -5
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/lib/bookmarks.rb +1 -1
- metadata +55 -81
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 45cc11019d9e5241cd128a792b688a45af57f348
|
|
4
|
+
data.tar.gz: 9398823d3dcb0c0afe2a89714056aa63bd3526b2
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 4da2d885cde0c2b1572f00c9a7c282221e7999614155022606d12e71d7d4fc8bca8dbe93f34c94c8b2aeb512c0c437f1cded4d23b9610cd452299ebdefaac422
|
|
7
|
+
data.tar.gz: 5fa7e95fcc5b2712d1e8fe6af4ba751782ac74e320a5a47e148d9a63b78fe813b05613655343c71404859a78ce1ee658594044a31a665a509e694407ad011d41
|
data/Changelog
CHANGED
data/Gemfile
CHANGED
data/Rakefile
CHANGED
|
@@ -62,7 +62,7 @@ begin
|
|
|
62
62
|
gem.files = FileList[ '[A-Z]*', 'lib/**/*.rb', 'test/**/*.rb',
|
|
63
63
|
'bash_integration/**/*',
|
|
64
64
|
'zsh_integration/**/*']
|
|
65
|
-
|
|
65
|
+
gem.licenses = ['MIT']
|
|
66
66
|
gem.require_path = 'lib'
|
|
67
67
|
gem.bindir = 'bin'
|
|
68
68
|
gem.executables = ['jump-bin']
|
|
@@ -75,7 +75,7 @@ begin
|
|
|
75
75
|
gem.email = %w(flavio@castelli.name gcapizzi@gmail.com)
|
|
76
76
|
gem.homepage = "http://github.com/flavio/jump"
|
|
77
77
|
|
|
78
|
-
gem.
|
|
78
|
+
gem.add_runtime_dependency "terminal-table", '~> 1.4'
|
|
79
79
|
gem.add_development_dependency "fakefs"
|
|
80
80
|
|
|
81
81
|
gem.platform = Gem::Platform::RUBY
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.3
|
data/lib/bookmarks.rb
CHANGED
metadata
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jump
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.3.3
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Flavio Castelli
|
|
@@ -10,108 +9,71 @@ authors:
|
|
|
10
9
|
autorequire:
|
|
11
10
|
bindir: bin
|
|
12
11
|
cert_chain: []
|
|
13
|
-
date:
|
|
12
|
+
date: 2015-01-12 00:00:00.000000000 Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: rake
|
|
17
16
|
requirement: !ruby/object:Gem::Requirement
|
|
18
|
-
none: false
|
|
19
17
|
requirements:
|
|
20
|
-
- -
|
|
18
|
+
- - ">="
|
|
21
19
|
- !ruby/object:Gem::Version
|
|
22
20
|
version: '0'
|
|
23
21
|
type: :runtime
|
|
24
22
|
prerelease: false
|
|
25
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
-
none: false
|
|
27
24
|
requirements:
|
|
28
|
-
- -
|
|
25
|
+
- - ">="
|
|
29
26
|
- !ruby/object:Gem::Version
|
|
30
27
|
version: '0'
|
|
31
28
|
- !ruby/object:Gem::Dependency
|
|
32
29
|
name: jeweler
|
|
33
30
|
requirement: !ruby/object:Gem::Requirement
|
|
34
|
-
none: false
|
|
35
31
|
requirements:
|
|
36
|
-
- -
|
|
32
|
+
- - ">="
|
|
37
33
|
- !ruby/object:Gem::Version
|
|
38
34
|
version: '0'
|
|
39
35
|
type: :runtime
|
|
40
36
|
prerelease: false
|
|
41
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
42
|
-
none: false
|
|
43
38
|
requirements:
|
|
44
|
-
- -
|
|
39
|
+
- - ">="
|
|
45
40
|
- !ruby/object:Gem::Version
|
|
46
41
|
version: '0'
|
|
47
|
-
- !ruby/object:Gem::Dependency
|
|
48
|
-
name: fakefs
|
|
49
|
-
requirement: !ruby/object:Gem::Requirement
|
|
50
|
-
none: false
|
|
51
|
-
requirements:
|
|
52
|
-
- - ! '>='
|
|
53
|
-
- !ruby/object:Gem::Version
|
|
54
|
-
version: '0'
|
|
55
|
-
type: :runtime
|
|
56
|
-
prerelease: false
|
|
57
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
58
|
-
none: false
|
|
59
|
-
requirements:
|
|
60
|
-
- - ! '>='
|
|
61
|
-
- !ruby/object:Gem::Version
|
|
62
|
-
version: '0'
|
|
63
|
-
- !ruby/object:Gem::Dependency
|
|
64
|
-
name: terminal-table
|
|
65
|
-
requirement: !ruby/object:Gem::Requirement
|
|
66
|
-
none: false
|
|
67
|
-
requirements:
|
|
68
|
-
- - ! '>='
|
|
69
|
-
- !ruby/object:Gem::Version
|
|
70
|
-
version: 1.4.4
|
|
71
|
-
type: :runtime
|
|
72
|
-
prerelease: false
|
|
73
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
74
|
-
none: false
|
|
75
|
-
requirements:
|
|
76
|
-
- - ! '>='
|
|
77
|
-
- !ruby/object:Gem::Version
|
|
78
|
-
version: 1.4.4
|
|
79
42
|
- !ruby/object:Gem::Dependency
|
|
80
43
|
name: terminal-table
|
|
81
44
|
requirement: !ruby/object:Gem::Requirement
|
|
82
|
-
none: false
|
|
83
45
|
requirements:
|
|
84
|
-
- -
|
|
46
|
+
- - "~>"
|
|
85
47
|
- !ruby/object:Gem::Version
|
|
86
|
-
version: 1.4
|
|
48
|
+
version: '1.4'
|
|
87
49
|
type: :runtime
|
|
88
50
|
prerelease: false
|
|
89
51
|
version_requirements: !ruby/object:Gem::Requirement
|
|
90
|
-
none: false
|
|
91
52
|
requirements:
|
|
92
|
-
- -
|
|
53
|
+
- - "~>"
|
|
93
54
|
- !ruby/object:Gem::Version
|
|
94
|
-
version: 1.4
|
|
55
|
+
version: '1.4'
|
|
95
56
|
- !ruby/object:Gem::Dependency
|
|
96
57
|
name: fakefs
|
|
97
58
|
requirement: !ruby/object:Gem::Requirement
|
|
98
|
-
none: false
|
|
99
59
|
requirements:
|
|
100
|
-
- -
|
|
60
|
+
- - ">="
|
|
101
61
|
- !ruby/object:Gem::Version
|
|
102
62
|
version: '0'
|
|
103
63
|
type: :development
|
|
104
64
|
prerelease: false
|
|
105
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
106
|
-
none: false
|
|
107
66
|
requirements:
|
|
108
|
-
- -
|
|
67
|
+
- - ">="
|
|
109
68
|
- !ruby/object:Gem::Version
|
|
110
69
|
version: '0'
|
|
111
|
-
description:
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
70
|
+
description: |-
|
|
71
|
+
Jump is a tool that allows you to quickly change
|
|
72
|
+
directories in the bash and zsh shells using bookmarks.
|
|
73
|
+
Thanks to Jump, you won't have to type those long paths anymore.
|
|
74
|
+
|
|
75
|
+
Jump was inspired by go-tool by ActiveState
|
|
76
|
+
(http://code.google.com/p/go-tool/).
|
|
115
77
|
email:
|
|
116
78
|
- flavio@castelli.name
|
|
117
79
|
- gcapizzi@gmail.com
|
|
@@ -130,51 +92,63 @@ files:
|
|
|
130
92
|
- VERSION
|
|
131
93
|
- bash_integration/bash_completion/jump
|
|
132
94
|
- bash_integration/shell_driver
|
|
95
|
+
- bin/jump-bin
|
|
133
96
|
- lib/bookmarks.rb
|
|
134
97
|
- test/bookmarks_test.rb
|
|
135
98
|
- test/completion_test.rb
|
|
136
99
|
- test/test_helper.rb
|
|
137
100
|
- zsh_integration/jump
|
|
138
|
-
- bin/jump-bin
|
|
139
101
|
homepage: http://github.com/flavio/jump
|
|
140
|
-
licenses:
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
102
|
+
licenses:
|
|
103
|
+
- MIT
|
|
104
|
+
metadata: {}
|
|
105
|
+
post_install_message: |+
|
|
106
|
+
Notes for bash users:
|
|
107
|
+
It's strongly recommended to install bash_completion. In this way you will have
|
|
108
|
+
the best user experience.
|
|
109
|
+
Linux users can install it using their package manager (apt, zypper, yum, emerge...),
|
|
110
|
+
while OSX users can install it via ports, fink or brew.
|
|
111
|
+
|
|
112
|
+
Now that jump is installed execute the following command:
|
|
113
|
+
sudo cp `jump-bin --bash-integration`/bash_completion/jump /path_to/bash_completion.d
|
|
114
|
+
|
|
115
|
+
The 'bash_completion.d' directory is usually located under /etc/.
|
|
116
|
+
OSX users will find this directory under fink/port/brew installation directory (e.g. '/opt/local/etc').
|
|
117
|
+
|
|
118
|
+
If you do not want to install <i>bash_completion</i> then add the following code
|
|
119
|
+
to your bash configuration file (e.g. <i>~/.bash_profile</i> or <i>~/.bashrc'</i>:
|
|
120
|
+
|
|
121
|
+
source `jump-bin --bash-integration`/shell_driver
|
|
122
|
+
|
|
123
|
+
Beware: without bash_completion you won't be able use jump's advanced completion features.
|
|
124
|
+
|
|
125
|
+
Notes for zsh users:
|
|
126
|
+
Now that jump is installed, add the following code to your .zshrc file:
|
|
127
|
+
|
|
128
|
+
source `jump-bin --zsh-integration`
|
|
129
|
+
|
|
154
130
|
rdoc_options:
|
|
155
|
-
- --line-numbers
|
|
156
|
-
- --main
|
|
131
|
+
- "--line-numbers"
|
|
132
|
+
- "--main"
|
|
157
133
|
- README.rdoc
|
|
158
134
|
require_paths:
|
|
159
135
|
- lib
|
|
160
136
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
161
|
-
none: false
|
|
162
137
|
requirements:
|
|
163
|
-
- -
|
|
138
|
+
- - ">="
|
|
164
139
|
- !ruby/object:Gem::Version
|
|
165
140
|
version: '0'
|
|
166
141
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
167
|
-
none: false
|
|
168
142
|
requirements:
|
|
169
|
-
- -
|
|
143
|
+
- - ">="
|
|
170
144
|
- !ruby/object:Gem::Version
|
|
171
145
|
version: '0'
|
|
172
146
|
requirements: []
|
|
173
147
|
rubyforge_project:
|
|
174
|
-
rubygems_version:
|
|
148
|
+
rubygems_version: 2.2.2
|
|
175
149
|
signing_key:
|
|
176
|
-
specification_version:
|
|
150
|
+
specification_version: 4
|
|
177
151
|
summary: A bookmarking system for bash and zsh shells
|
|
178
152
|
test_files:
|
|
179
|
-
- test/completion_test.rb
|
|
180
153
|
- test/bookmarks_test.rb
|
|
154
|
+
- test/completion_test.rb
|