yap-shell 0.7.1 → 0.7.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.
- checksums.yaml +4 -4
- data/.gitignore +9 -24
- data/Gemfile +1 -5
- data/LICENSE.txt +17 -18
- data/README.md +28 -14
- data/Rakefile +4 -1
- data/bin/yap +1 -3
- data/lib/.gitkeep +0 -0
- data/yap-shell.gemspec +12 -11
- metadata +19 -184
- data/.rspec +0 -2
- data/.travis.yml +0 -11
- data/DESIGN.md +0 -87
- data/Gemfile.travis +0 -8
- data/Gemfile.travis.lock +0 -104
- data/WISHLIST.md +0 -54
- data/bin/yap-dev +0 -45
- data/lib/tasks/gem.rake +0 -62
- data/lib/yap.rb +0 -52
- data/lib/yap/addon.rb +0 -24
- data/lib/yap/addon/base.rb +0 -52
- data/lib/yap/addon/export_as.rb +0 -12
- data/lib/yap/addon/loader.rb +0 -84
- data/lib/yap/addon/path.rb +0 -56
- data/lib/yap/addon/rc_file.rb +0 -21
- data/lib/yap/addon/reference.rb +0 -22
- data/lib/yap/cli.rb +0 -4
- data/lib/yap/cli/commands.rb +0 -6
- data/lib/yap/cli/commands/addon.rb +0 -14
- data/lib/yap/cli/commands/addon/disable.rb +0 -35
- data/lib/yap/cli/commands/addon/enable.rb +0 -35
- data/lib/yap/cli/commands/addon/list.rb +0 -37
- data/lib/yap/cli/commands/addon/search.rb +0 -99
- data/lib/yap/cli/commands/generate.rb +0 -13
- data/lib/yap/cli/commands/generate/addon.rb +0 -258
- data/lib/yap/cli/commands/generate/addonrb.template +0 -22
- data/lib/yap/cli/commands/generate/gemspec.template +0 -25
- data/lib/yap/cli/commands/generate/license.template +0 -21
- data/lib/yap/cli/commands/generate/rakefile.template +0 -6
- data/lib/yap/cli/commands/generate/readme.template +0 -40
- data/lib/yap/cli/options.rb +0 -162
- data/lib/yap/cli/options/addon.rb +0 -64
- data/lib/yap/cli/options/addon/disable.rb +0 -62
- data/lib/yap/cli/options/addon/enable.rb +0 -63
- data/lib/yap/cli/options/addon/list.rb +0 -65
- data/lib/yap/cli/options/addon/search.rb +0 -76
- data/lib/yap/cli/options/generate.rb +0 -59
- data/lib/yap/cli/options/generate/addon.rb +0 -63
- data/lib/yap/configuration.rb +0 -74
- data/lib/yap/gem_helper.rb +0 -195
- data/lib/yap/gem_tasks.rb +0 -6
- data/lib/yap/shell.rb +0 -116
- data/lib/yap/shell/aliases.rb +0 -58
- data/lib/yap/shell/builtins.rb +0 -18
- data/lib/yap/shell/builtins/alias.rb +0 -42
- data/lib/yap/shell/builtins/cd.rb +0 -57
- data/lib/yap/shell/builtins/env.rb +0 -11
- data/lib/yap/shell/commands.rb +0 -163
- data/lib/yap/shell/evaluation.rb +0 -439
- data/lib/yap/shell/evaluation/shell_expansions.rb +0 -99
- data/lib/yap/shell/event_emitter.rb +0 -18
- data/lib/yap/shell/execution.rb +0 -16
- data/lib/yap/shell/execution/builtin_command_execution.rb +0 -20
- data/lib/yap/shell/execution/command_execution.rb +0 -30
- data/lib/yap/shell/execution/context.rb +0 -128
- data/lib/yap/shell/execution/file_system_command_execution.rb +0 -137
- data/lib/yap/shell/execution/result.rb +0 -18
- data/lib/yap/shell/execution/ruby_command_execution.rb +0 -80
- data/lib/yap/shell/execution/shell_command_execution.rb +0 -30
- data/lib/yap/shell/prompt.rb +0 -21
- data/lib/yap/shell/repl.rb +0 -237
- data/lib/yap/shell/version.rb +0 -5
- data/lib/yap/world.rb +0 -286
- data/rcfiles/yaprc +0 -390
- data/scripts/4 +0 -8
- data/scripts/bg-vim +0 -4
- data/scripts/fail +0 -3
- data/scripts/letters +0 -8
- data/scripts/lots-of-output +0 -6
- data/scripts/pass +0 -3
- data/scripts/simulate-long-running +0 -4
- data/scripts/write-to-stderr.rb +0 -3
- data/scripts/write-to-stdout.rb +0 -3
- data/spec/features/addons/generating_an_addon_spec.rb +0 -55
- data/spec/features/addons/using_an_addon_spec.rb +0 -182
- data/spec/features/aliases_spec.rb +0 -78
- data/spec/features/environment_variables_spec.rb +0 -69
- data/spec/features/filesystem_commands_spec.rb +0 -61
- data/spec/features/first_time_spec.rb +0 -45
- data/spec/features/grouping_spec.rb +0 -81
- data/spec/features/line_editing_spec.rb +0 -174
- data/spec/features/range_spec.rb +0 -35
- data/spec/features/redirection_spec.rb +0 -234
- data/spec/features/repetition_spec.rb +0 -118
- data/spec/features/shell_expansions_spec.rb +0 -127
- data/spec/spec_helper.rb +0 -172
- data/spec/support/matchers/have_not_printed.rb +0 -30
- data/spec/support/matchers/have_printed.rb +0 -68
- data/spec/support/very_soon.rb +0 -9
- data/spec/support/yap_spec_dsl.rb +0 -258
- data/test.rb +0 -206
- data/update-rawline.sh +0 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba5b60d481f6ac89cdfdcde824feccd79459349a
|
4
|
+
data.tar.gz: c0f95eb00403ceaac23bf5ef08dfde0b9785cb42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 184fd442069d4110b1abd41eb4e78aa08ae4e24b7958ef20bfdf2413f3dbcc439a4bb300c5023a7674f32f8e5912671bf4f886c3a89e9f26fc8f053d79c0857f
|
7
|
+
data.tar.gz: 6c01817545a3a9533929cab667d5aa50cc391f16b630bd9bc3a8326a91ebc5aa4811f6542e806a2e2a403330ff0713f8baef5b779a4ba02d837628496dd9eaf4
|
data/.gitignore
CHANGED
@@ -1,24 +1,9 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
.
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
doc/
|
11
|
-
lib/bundler/man
|
12
|
-
pkg
|
13
|
-
rdoc
|
14
|
-
spec/reports
|
15
|
-
test/tmp
|
16
|
-
test/version_tmp
|
17
|
-
tmp
|
18
|
-
*.bundle
|
19
|
-
*.so
|
20
|
-
*.o
|
21
|
-
*.a
|
22
|
-
mkmf.log
|
23
|
-
|
24
|
-
wiki/
|
1
|
+
/.bundle/
|
2
|
+
/.yardoc
|
3
|
+
/Gemfile.lock
|
4
|
+
/_yardoc/
|
5
|
+
/coverage/
|
6
|
+
/doc/
|
7
|
+
/pkg/
|
8
|
+
/spec/reports/
|
9
|
+
/tmp/
|
data/Gemfile
CHANGED
@@ -1,8 +1,4 @@
|
|
1
1
|
source 'https://rubygems.org'
|
2
2
|
|
3
|
+
# Specify your gem's dependencies in yap-shell.gemspec
|
3
4
|
gemspec
|
4
|
-
|
5
|
-
gem 'treefell', path: '../treefell'
|
6
|
-
gem 'yap-shell-parser', path: '../yap-shell-parser'
|
7
|
-
gem 'terminal-layout', path: '../terminal-layout'
|
8
|
-
gem 'yap-rawline', path: '../yap-rawline'
|
data/LICENSE.txt
CHANGED
@@ -1,22 +1,21 @@
|
|
1
|
-
|
1
|
+
The MIT License (MIT)
|
2
2
|
|
3
|
-
|
3
|
+
Copyright (c) 2016 Zach Dennis
|
4
4
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
the following conditions:
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
12
11
|
|
13
|
-
The above copyright notice and this permission notice shall be
|
14
|
-
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
15
14
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
OF
|
22
|
-
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
CHANGED
@@ -1,27 +1,41 @@
|
|
1
|
-
|
1
|
+
# Yap::Shell
|
2
2
|
|
3
|
-
|
3
|
+
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/yap/shell`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
See the slide deck that [introduces Yap](http://slides.com/zdennis/yaptastic-1#/)
|
5
|
+
TODO: Delete this and the text above, and describe your gem
|
8
6
|
|
9
7
|
## Installation
|
10
8
|
|
11
|
-
|
9
|
+
Add this line to your application's Gemfile:
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
gem 'yap-shell'
|
13
|
+
```
|
14
|
+
|
15
|
+
And then execute:
|
12
16
|
|
13
|
-
|
17
|
+
$ bundle
|
14
18
|
|
15
|
-
|
19
|
+
Or install it yourself as:
|
20
|
+
|
21
|
+
$ gem install yap-shell
|
16
22
|
|
17
23
|
## Usage
|
18
24
|
|
19
|
-
|
25
|
+
TODO: Write usage instructions here
|
26
|
+
|
27
|
+
## Development
|
28
|
+
|
29
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
30
|
+
|
31
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
20
32
|
|
21
33
|
## Contributing
|
22
34
|
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
35
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/yap-shell.
|
36
|
+
|
37
|
+
|
38
|
+
## License
|
39
|
+
|
40
|
+
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
41
|
+
|
data/Rakefile
CHANGED
data/bin/yap
CHANGED
@@ -44,11 +44,9 @@ trap "SIGINT", "IGNORE"
|
|
44
44
|
trap "SIGTTIN", "IGNORE"
|
45
45
|
trap "SIGTTOU", "IGNORE"
|
46
46
|
|
47
|
-
$LOAD_PATH.unshift File.dirname(file) + '/../lib'
|
48
|
-
|
49
47
|
ENV['TERM'] ||= 'linux'
|
50
48
|
|
51
|
-
require "yap"
|
49
|
+
require "yap-shell-core"
|
52
50
|
|
53
51
|
STDOUT.sync = true
|
54
52
|
STDERR.sync = true
|
data/lib/.gitkeep
ADDED
File without changes
|
data/yap-shell.gemspec
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
lib = File.expand_path('../lib', __FILE__)
|
3
3
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
|
4
|
+
|
5
|
+
yap_shell_version = "0.7.2"
|
5
6
|
|
6
7
|
Gem::Specification.new do |spec|
|
7
8
|
spec.name = "yap-shell"
|
8
|
-
spec.version =
|
9
|
+
spec.version = yap_shell_version
|
9
10
|
spec.authors = ["Zach Dennis"]
|
10
11
|
spec.email = ["zach.dennis@gmail.com"]
|
11
12
|
spec.summary = %q{The Lagniappe "Yap" shell.}
|
@@ -64,16 +65,16 @@ Gem::Specification.new do |spec|
|
|
64
65
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
65
66
|
spec.require_paths = ["lib"]
|
66
67
|
|
67
|
-
|
68
|
-
spec.add_dependency "yap-shell-
|
69
|
-
|
70
|
-
|
71
|
-
spec.add_dependency "
|
72
|
-
spec.add_dependency "yap-
|
73
|
-
spec.add_dependency "
|
68
|
+
# Default add-ons
|
69
|
+
spec.add_dependency "yap-shell-core", "= #{yap_shell_version}"
|
70
|
+
|
71
|
+
# Default add-ons
|
72
|
+
spec.add_dependency "yap-shell-addon-history", "~> 0.1.1"
|
73
|
+
spec.add_dependency "yap-shell-addon-history-search", "~> 0.1.1"
|
74
|
+
spec.add_dependency "yap-shell-addon-keyboard-macros", "~> 0.1.1"
|
75
|
+
spec.add_dependency "yap-shell-addon-tab-completion", "~> 0.1.1"
|
76
|
+
# spec.add_dependency "yap-shell-addon-right-prompt", "~> 0.1.1"
|
74
77
|
|
75
78
|
spec.add_development_dependency "bundler", "~> 1.6"
|
76
79
|
spec.add_development_dependency "rake", "~> 11"
|
77
|
-
spec.add_development_dependency "rspec", "~> 3.0"
|
78
|
-
spec.add_development_dependency "childprocess", "~> 0.5.9"
|
79
80
|
end
|
metadata
CHANGED
@@ -1,73 +1,45 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yap-shell
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zach Dennis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07-
|
11
|
+
date: 2016-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: yap-shell-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '3.3'
|
20
|
-
type: :runtime
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - "~>"
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: '3.3'
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: yap-shell-parser
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - "~>"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: 0.7.1
|
34
|
-
type: :runtime
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - "~>"
|
17
|
+
- - '='
|
39
18
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.7.
|
41
|
-
- !ruby/object:Gem::Dependency
|
42
|
-
name: term-ansicolor
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
44
|
-
requirements:
|
45
|
-
- - "~>"
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: '1.3'
|
19
|
+
version: 0.7.2
|
48
20
|
type: :runtime
|
49
21
|
prerelease: false
|
50
22
|
version_requirements: !ruby/object:Gem::Requirement
|
51
23
|
requirements:
|
52
|
-
- -
|
24
|
+
- - '='
|
53
25
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
26
|
+
version: 0.7.2
|
55
27
|
- !ruby/object:Gem::Dependency
|
56
|
-
name:
|
28
|
+
name: yap-shell-addon-history
|
57
29
|
requirement: !ruby/object:Gem::Requirement
|
58
30
|
requirements:
|
59
31
|
- - "~>"
|
60
32
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.
|
33
|
+
version: 0.1.1
|
62
34
|
type: :runtime
|
63
35
|
prerelease: false
|
64
36
|
version_requirements: !ruby/object:Gem::Requirement
|
65
37
|
requirements:
|
66
38
|
- - "~>"
|
67
39
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.
|
40
|
+
version: 0.1.1
|
69
41
|
- !ruby/object:Gem::Dependency
|
70
|
-
name:
|
42
|
+
name: yap-shell-addon-history-search
|
71
43
|
requirement: !ruby/object:Gem::Requirement
|
72
44
|
requirements:
|
73
45
|
- - "~>"
|
@@ -81,33 +53,33 @@ dependencies:
|
|
81
53
|
- !ruby/object:Gem::Version
|
82
54
|
version: 0.1.1
|
83
55
|
- !ruby/object:Gem::Dependency
|
84
|
-
name: yap-
|
56
|
+
name: yap-shell-addon-keyboard-macros
|
85
57
|
requirement: !ruby/object:Gem::Requirement
|
86
58
|
requirements:
|
87
59
|
- - "~>"
|
88
60
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.
|
61
|
+
version: 0.1.1
|
90
62
|
type: :runtime
|
91
63
|
prerelease: false
|
92
64
|
version_requirements: !ruby/object:Gem::Requirement
|
93
65
|
requirements:
|
94
66
|
- - "~>"
|
95
67
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.
|
68
|
+
version: 0.1.1
|
97
69
|
- !ruby/object:Gem::Dependency
|
98
|
-
name:
|
70
|
+
name: yap-shell-addon-tab-completion
|
99
71
|
requirement: !ruby/object:Gem::Requirement
|
100
72
|
requirements:
|
101
73
|
- - "~>"
|
102
74
|
- !ruby/object:Gem::Version
|
103
|
-
version: 0.
|
75
|
+
version: 0.1.1
|
104
76
|
type: :runtime
|
105
77
|
prerelease: false
|
106
78
|
version_requirements: !ruby/object:Gem::Requirement
|
107
79
|
requirements:
|
108
80
|
- - "~>"
|
109
81
|
- !ruby/object:Gem::Version
|
110
|
-
version: 0.
|
82
|
+
version: 0.1.1
|
111
83
|
- !ruby/object:Gem::Dependency
|
112
84
|
name: bundler
|
113
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -136,142 +108,22 @@ dependencies:
|
|
136
108
|
- - "~>"
|
137
109
|
- !ruby/object:Gem::Version
|
138
110
|
version: '11'
|
139
|
-
- !ruby/object:Gem::Dependency
|
140
|
-
name: rspec
|
141
|
-
requirement: !ruby/object:Gem::Requirement
|
142
|
-
requirements:
|
143
|
-
- - "~>"
|
144
|
-
- !ruby/object:Gem::Version
|
145
|
-
version: '3.0'
|
146
|
-
type: :development
|
147
|
-
prerelease: false
|
148
|
-
version_requirements: !ruby/object:Gem::Requirement
|
149
|
-
requirements:
|
150
|
-
- - "~>"
|
151
|
-
- !ruby/object:Gem::Version
|
152
|
-
version: '3.0'
|
153
|
-
- !ruby/object:Gem::Dependency
|
154
|
-
name: childprocess
|
155
|
-
requirement: !ruby/object:Gem::Requirement
|
156
|
-
requirements:
|
157
|
-
- - "~>"
|
158
|
-
- !ruby/object:Gem::Version
|
159
|
-
version: 0.5.9
|
160
|
-
type: :development
|
161
|
-
prerelease: false
|
162
|
-
version_requirements: !ruby/object:Gem::Requirement
|
163
|
-
requirements:
|
164
|
-
- - "~>"
|
165
|
-
- !ruby/object:Gem::Version
|
166
|
-
version: 0.5.9
|
167
111
|
description: The Lagniappe "Yap" shell description.
|
168
112
|
email:
|
169
113
|
- zach.dennis@gmail.com
|
170
114
|
executables:
|
171
115
|
- yap
|
172
|
-
- yap-dev
|
173
116
|
extensions: []
|
174
117
|
extra_rdoc_files: []
|
175
118
|
files:
|
176
119
|
- ".gitignore"
|
177
|
-
- ".rspec"
|
178
120
|
- ".ruby-version"
|
179
|
-
- ".travis.yml"
|
180
|
-
- DESIGN.md
|
181
121
|
- Gemfile
|
182
|
-
- Gemfile.travis
|
183
|
-
- Gemfile.travis.lock
|
184
122
|
- LICENSE.txt
|
185
123
|
- README.md
|
186
124
|
- Rakefile
|
187
|
-
- WISHLIST.md
|
188
125
|
- bin/yap
|
189
|
-
-
|
190
|
-
- lib/tasks/gem.rake
|
191
|
-
- lib/yap.rb
|
192
|
-
- lib/yap/addon.rb
|
193
|
-
- lib/yap/addon/base.rb
|
194
|
-
- lib/yap/addon/export_as.rb
|
195
|
-
- lib/yap/addon/loader.rb
|
196
|
-
- lib/yap/addon/path.rb
|
197
|
-
- lib/yap/addon/rc_file.rb
|
198
|
-
- lib/yap/addon/reference.rb
|
199
|
-
- lib/yap/cli.rb
|
200
|
-
- lib/yap/cli/commands.rb
|
201
|
-
- lib/yap/cli/commands/addon.rb
|
202
|
-
- lib/yap/cli/commands/addon/disable.rb
|
203
|
-
- lib/yap/cli/commands/addon/enable.rb
|
204
|
-
- lib/yap/cli/commands/addon/list.rb
|
205
|
-
- lib/yap/cli/commands/addon/search.rb
|
206
|
-
- lib/yap/cli/commands/generate.rb
|
207
|
-
- lib/yap/cli/commands/generate/addon.rb
|
208
|
-
- lib/yap/cli/commands/generate/addonrb.template
|
209
|
-
- lib/yap/cli/commands/generate/gemspec.template
|
210
|
-
- lib/yap/cli/commands/generate/license.template
|
211
|
-
- lib/yap/cli/commands/generate/rakefile.template
|
212
|
-
- lib/yap/cli/commands/generate/readme.template
|
213
|
-
- lib/yap/cli/options.rb
|
214
|
-
- lib/yap/cli/options/addon.rb
|
215
|
-
- lib/yap/cli/options/addon/disable.rb
|
216
|
-
- lib/yap/cli/options/addon/enable.rb
|
217
|
-
- lib/yap/cli/options/addon/list.rb
|
218
|
-
- lib/yap/cli/options/addon/search.rb
|
219
|
-
- lib/yap/cli/options/generate.rb
|
220
|
-
- lib/yap/cli/options/generate/addon.rb
|
221
|
-
- lib/yap/configuration.rb
|
222
|
-
- lib/yap/gem_helper.rb
|
223
|
-
- lib/yap/gem_tasks.rb
|
224
|
-
- lib/yap/shell.rb
|
225
|
-
- lib/yap/shell/aliases.rb
|
226
|
-
- lib/yap/shell/builtins.rb
|
227
|
-
- lib/yap/shell/builtins/alias.rb
|
228
|
-
- lib/yap/shell/builtins/cd.rb
|
229
|
-
- lib/yap/shell/builtins/env.rb
|
230
|
-
- lib/yap/shell/commands.rb
|
231
|
-
- lib/yap/shell/evaluation.rb
|
232
|
-
- lib/yap/shell/evaluation/shell_expansions.rb
|
233
|
-
- lib/yap/shell/event_emitter.rb
|
234
|
-
- lib/yap/shell/execution.rb
|
235
|
-
- lib/yap/shell/execution/builtin_command_execution.rb
|
236
|
-
- lib/yap/shell/execution/command_execution.rb
|
237
|
-
- lib/yap/shell/execution/context.rb
|
238
|
-
- lib/yap/shell/execution/file_system_command_execution.rb
|
239
|
-
- lib/yap/shell/execution/result.rb
|
240
|
-
- lib/yap/shell/execution/ruby_command_execution.rb
|
241
|
-
- lib/yap/shell/execution/shell_command_execution.rb
|
242
|
-
- lib/yap/shell/prompt.rb
|
243
|
-
- lib/yap/shell/repl.rb
|
244
|
-
- lib/yap/shell/version.rb
|
245
|
-
- lib/yap/world.rb
|
246
|
-
- rcfiles/yaprc
|
247
|
-
- scripts/4
|
248
|
-
- scripts/bg-vim
|
249
|
-
- scripts/fail
|
250
|
-
- scripts/letters
|
251
|
-
- scripts/lots-of-output
|
252
|
-
- scripts/pass
|
253
|
-
- scripts/simulate-long-running
|
254
|
-
- scripts/write-to-stderr.rb
|
255
|
-
- scripts/write-to-stdout.rb
|
256
|
-
- spec/features/addons/generating_an_addon_spec.rb
|
257
|
-
- spec/features/addons/using_an_addon_spec.rb
|
258
|
-
- spec/features/aliases_spec.rb
|
259
|
-
- spec/features/environment_variables_spec.rb
|
260
|
-
- spec/features/filesystem_commands_spec.rb
|
261
|
-
- spec/features/first_time_spec.rb
|
262
|
-
- spec/features/grouping_spec.rb
|
263
|
-
- spec/features/line_editing_spec.rb
|
264
|
-
- spec/features/range_spec.rb
|
265
|
-
- spec/features/redirection_spec.rb
|
266
|
-
- spec/features/repetition_spec.rb
|
267
|
-
- spec/features/shell_expansions_spec.rb
|
268
|
-
- spec/spec_helper.rb
|
269
|
-
- spec/support/matchers/have_not_printed.rb
|
270
|
-
- spec/support/matchers/have_printed.rb
|
271
|
-
- spec/support/very_soon.rb
|
272
|
-
- spec/support/yap_spec_dsl.rb
|
273
|
-
- test.rb
|
274
|
-
- update-rawline.sh
|
126
|
+
- lib/.gitkeep
|
275
127
|
- yap-shell.gemspec
|
276
128
|
homepage: https://github.com/zdennis/yap-shell
|
277
129
|
licenses:
|
@@ -313,22 +165,5 @@ rubygems_version: 2.5.1
|
|
313
165
|
signing_key:
|
314
166
|
specification_version: 4
|
315
167
|
summary: The Lagniappe "Yap" shell.
|
316
|
-
test_files:
|
317
|
-
- spec/features/addons/generating_an_addon_spec.rb
|
318
|
-
- spec/features/addons/using_an_addon_spec.rb
|
319
|
-
- spec/features/aliases_spec.rb
|
320
|
-
- spec/features/environment_variables_spec.rb
|
321
|
-
- spec/features/filesystem_commands_spec.rb
|
322
|
-
- spec/features/first_time_spec.rb
|
323
|
-
- spec/features/grouping_spec.rb
|
324
|
-
- spec/features/line_editing_spec.rb
|
325
|
-
- spec/features/range_spec.rb
|
326
|
-
- spec/features/redirection_spec.rb
|
327
|
-
- spec/features/repetition_spec.rb
|
328
|
-
- spec/features/shell_expansions_spec.rb
|
329
|
-
- spec/spec_helper.rb
|
330
|
-
- spec/support/matchers/have_not_printed.rb
|
331
|
-
- spec/support/matchers/have_printed.rb
|
332
|
-
- spec/support/very_soon.rb
|
333
|
-
- spec/support/yap_spec_dsl.rb
|
168
|
+
test_files: []
|
334
169
|
has_rdoc:
|