shellplay 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/.travis.yml +2 -2
- data/CHANGELOG.md +26 -45
- data/README.md +1 -3
- data/shellplay.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b429546743e70286b1bdb6e67c0e3d4e85b63659
|
4
|
+
data.tar.gz: da81cbe54918ad86864907d9d9d437b9c45995d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a281d2afdb5deef4f8d72735da87724d19d950235455c558c3d2104dd5e5f04170709659e91148cab78c8377de4b48ce9ce7b35531c885754b4689e826a6263
|
7
|
+
data.tar.gz: 3ac0ca13e411291fc28a50ea3967f6f2696432788aac8cb77f2e30b352680d54804ad8c9737279be77ce70b14f71ad6c54f46416ecf8bb25e15de51cbcf92c4a
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.3
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,115 +1,96 @@
|
|
1
1
|
Shellplay Changelog
|
2
2
|
=========================
|
3
3
|
|
4
|
-
v0.1.
|
5
|
-
|
4
|
+
### v0.1.9 - 2017-07-24
|
5
|
+
- update deps on paint gem
|
6
|
+
|
7
|
+
### v0.1.8 - 2015-12-09
|
6
8
|
- fix clear screen on linux
|
7
|
-
- fix command execution to use
|
9
|
+
- fix command execution to use `$SHELL` rather than bash
|
8
10
|
for FreeBSD comopat
|
9
11
|
|
10
|
-
v0.1.7 - 2015-11-23
|
11
|
-
-------------------
|
12
|
+
### v0.1.7 - 2015-11-23
|
12
13
|
- create config dir if it does not exist (first time launch)
|
13
14
|
- add more code documentation
|
14
15
|
- update dependencies
|
15
16
|
|
16
|
-
v0.1.6 - 2014-08-19
|
17
|
+
### v0.1.6 - 2014-08-19
|
17
18
|
-------------------
|
18
19
|
- fix display of session prompt
|
19
20
|
- better quit on bash for shellplayer
|
20
21
|
|
21
|
-
v0.1.5 - 2014-08-19
|
22
|
-
-------------------
|
22
|
+
### v0.1.5 - 2014-08-19
|
23
23
|
- better initial prompt for html version
|
24
24
|
|
25
|
-
v0.1.4 - 2014-08-19
|
26
|
-
-------------------
|
25
|
+
### v0.1.4 - 2014-08-19
|
27
26
|
- optimize html export
|
28
27
|
- fix display of prompts in html export
|
29
28
|
|
30
|
-
v0.1.3 - 2014-08-19
|
31
|
-
-------------------
|
29
|
+
### v0.1.3 - 2014-08-19
|
32
30
|
- html export rudimentary but functional
|
33
31
|
|
34
|
-
v0.1.2 - 2014-08-18
|
35
|
-
-------------------
|
32
|
+
### v0.1.2 - 2014-08-18
|
36
33
|
- fix recording that was broken in 0.1.1
|
37
34
|
- add experimental html export
|
38
35
|
|
39
|
-
v0.1.1 - 2014-08-17
|
40
|
-
--------------------
|
36
|
+
### v0.1.1 - 2014-08-17
|
41
37
|
- remove the need for input of prompt and timeformat if they are included in the session
|
42
38
|
|
43
|
-
v0.1.0 - 2014-08-17
|
44
|
-
----------------------
|
39
|
+
### v0.1.0 - 2014-08-17
|
45
40
|
- first version seems ok, it's running and has been used on the field
|
46
41
|
|
47
|
-
v0.0.13 - 2014-08-15
|
48
|
-
-----------------
|
42
|
+
### v0.0.13 - 2014-08-15
|
49
43
|
- add a `x` command in recorder to cancel a record
|
50
44
|
- add a default prompt at config creation
|
51
45
|
- improve the session selection menu to include remote recording
|
52
46
|
- add a 'type enter to begin' at the first screen
|
53
47
|
|
54
|
-
v0.0.12 - 2014-08-15
|
55
|
-
-----------------
|
48
|
+
### v0.0.12 - 2014-08-15
|
56
49
|
- fix recorder to take account of `cd` properly
|
57
50
|
- fix recorder command execution
|
58
51
|
|
59
|
-
v0.0.11 - 2014-08-14
|
60
|
-
------------------
|
52
|
+
### v0.0.11 - 2014-08-14
|
61
53
|
- made possible to open a remote json file with `shellplay http://example.com/something.json`
|
62
54
|
- moved config vars (prompt and timeformat) to session file
|
63
55
|
|
64
|
-
v0.0.10 - 2014-08-13
|
65
|
-
-------------------
|
56
|
+
### v0.0.10 - 2014-08-13
|
66
57
|
- added a `shellcat` command to merge sessions
|
67
58
|
|
68
|
-
v0.0.9 - 2014-08-13
|
69
|
-
------------------
|
59
|
+
### v0.0.9 - 2014-08-13
|
70
60
|
- fix the fix of creation of config dir
|
71
61
|
|
72
|
-
v0.0.8 - 2014-08-13
|
73
|
-
------------------
|
62
|
+
### v0.0.8 - 2014-08-13
|
74
63
|
- fix creation of the config dir at first launch
|
75
64
|
|
76
|
-
v0.0.7 - 2014-08-13
|
77
|
-
-------------------
|
65
|
+
### v0.0.7 - 2014-08-13
|
78
66
|
- fix exec of commands in shellplay
|
79
67
|
- implement a `p` command in play mode for switching to previous screen
|
80
68
|
- added management of bash escape char for colorization in output texts
|
81
69
|
|
82
|
-
|
83
|
-
v0.0.6 - 2014-08-13
|
84
|
-
--------------------
|
70
|
+
### v0.0.6 - 2014-08-13
|
85
71
|
- save json session in pretty format for manual intervention
|
86
72
|
- chomp output so there is less spaces
|
87
73
|
- add a config param for setting time format on the elapsed time of last command
|
88
74
|
- fix display of playprompt
|
89
75
|
- improved styling on 'timespent' display
|
90
76
|
|
91
|
-
v0.0.5 - 2014-08-12
|
92
|
-
------------------
|
77
|
+
### v0.0.5 - 2014-08-12
|
93
78
|
- add a `/` record prefix for clearscreen, works with iterm2 on mac, linux trick don't work yet
|
94
79
|
- add a `?` record prefix for faking output, in case of ssh connection for example
|
95
80
|
- add a `>` to change the prompt and a `>>` to switch prompt back and forth
|
96
81
|
- code is getting messy, it will be time to refactor the record into some classes soon
|
97
82
|
|
98
|
-
v0.0.4 - 2014-08-12
|
99
|
-
------------------
|
83
|
+
### v0.0.4 - 2014-08-12
|
100
84
|
- add changelog link in the gemspec
|
101
85
|
- add a `##` record option for inhibiting display of the play prompt
|
102
86
|
- add a `d` record command to drop last screen
|
103
87
|
|
104
|
-
v0.0.3 - 2014-08-11
|
105
|
-
-------------------
|
88
|
+
### v0.0.3 - 2014-08-11
|
106
89
|
- fix shellrecord that was broken after incomplete file renaming
|
107
90
|
|
108
|
-
v0.0.2 - 2014-08-10
|
109
|
-
---------------
|
91
|
+
### v0.0.2 - 2014-08-10
|
110
92
|
- made recorder and player more or less working
|
111
93
|
- changed project name twice. First shellprez, then shreplay, finally shellplay rocks better
|
112
94
|
|
113
|
-
v0.0.1 - 2014-08-08
|
114
|
-
------------------
|
95
|
+
### v0.0.1 - 2014-08-08
|
115
96
|
- just initial code
|
data/README.md
CHANGED
@@ -14,8 +14,6 @@ This is a CLI tool for recording and presenting step by step operations from the
|
|
14
14
|
|
15
15
|
It can record a session and playback from it, so if internet fails in your conference room you are safe.
|
16
16
|
|
17
|
-
**Note: this is a barely working, use at your own risk.**
|
18
|
-
|
19
17
|
## Installation
|
20
18
|
|
21
19
|
gem install shellplay
|
@@ -120,7 +118,7 @@ Navigation on the html version is
|
|
120
118
|
- `p`, `left` for previous screen,
|
121
119
|
- `n`, `enter` or `right` for next screen
|
122
120
|
|
123
|
-
Demo HTML: http://mose.
|
121
|
+
Demo HTML: http://mose.fr/20140814-dokku/
|
124
122
|
|
125
123
|
## Todo
|
126
124
|
|
data/shellplay.gemspec
CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^spec/})
|
19
19
|
spec.require_paths = ["lib"]
|
20
20
|
|
21
|
-
spec.add_dependency 'paint', '~>
|
21
|
+
spec.add_dependency 'paint', '~> 2.0.0'
|
22
22
|
spec.add_dependency 'cliprompt', '~> 0.1.2'
|
23
23
|
spec.add_dependency 'configstruct', '~> 0.1.0'
|
24
24
|
spec.add_dependency 'shell2html', '~> 0.0.6'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shellplay
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mose
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: paint
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 2.0.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 2.0.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: cliprompt
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
195
195
|
version: '0'
|
196
196
|
requirements: []
|
197
197
|
rubyforge_project:
|
198
|
-
rubygems_version: 2.
|
198
|
+
rubygems_version: 2.6.11
|
199
199
|
signing_key:
|
200
200
|
specification_version: 4
|
201
201
|
summary: CLI tool for shell-based presentations.
|