vimdeck 0.0.9 → 0.1.0
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/Gemfile +1 -0
- data/Gemfile.lock +2 -0
- data/LICENSE.txt +21 -0
- data/README.md +35 -4
- data/VERSION +1 -1
- data/bin/vimdeck +1 -1
- data/lib/templates/script.vim.erb +2 -0
- data/lib/vimdeck.rb +141 -93
- data/presentation/script.vim +111 -0
- data/presentation/slide001.md +92 -0
- data/presentation/slide002.md +105 -0
- data/presentation/slide003.md +89 -0
- data/presentation/slide004.md +90 -0
- data/presentation/slide005.md +90 -0
- data/presentation/slide006.md +90 -0
- data/presentation/slide007.md +97 -0
- data/presentation/slide008.md +97 -0
- data/presentation/slide009.md +97 -0
- data/presentation/slide010.md +97 -0
- data/presentation/slide011.md +97 -0
- data/presentation/slide012.md +97 -0
- data/presentation/slide013.md +97 -0
- data/presentation/slide014.md +87 -0
- data/vimdeck-0.0.9.gem +0 -0
- data/vimdeck.gemspec +1 -0
- metadata +34 -1
@@ -0,0 +1,97 @@
|
|
1
|
+
_________ ___ ____
|
2
|
+
/ ___/ __ \/ _ \/ __/
|
3
|
+
/ /__/ /_/ / // / _/
|
4
|
+
\___/\____/____/___/
|
5
|
+
|
6
|
+
module Parts
|
7
|
+
class foo
|
8
|
+
def slide
|
9
|
+
"of a"
|
10
|
+
end
|
11
|
+
|
12
|
+
def can
|
13
|
+
highlight = "vimdeck"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
slide 9
|
@@ -0,0 +1,97 @@
|
|
1
|
+
_________ ___ ____
|
2
|
+
/ ___/ __ \/ _ \/ __/
|
3
|
+
/ /__/ /_/ / // / _/
|
4
|
+
\___/\____/____/___/
|
5
|
+
|
6
|
+
module Parts
|
7
|
+
class foo
|
8
|
+
def slide
|
9
|
+
"of a"
|
10
|
+
end
|
11
|
+
|
12
|
+
def can
|
13
|
+
highlight = "vimdeck"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
slide 10
|
@@ -0,0 +1,97 @@
|
|
1
|
+
_________ ___ ____
|
2
|
+
/ ___/ __ \/ _ \/ __/
|
3
|
+
/ /__/ /_/ / // / _/
|
4
|
+
\___/\____/____/___/
|
5
|
+
|
6
|
+
module Parts
|
7
|
+
class foo
|
8
|
+
def slide
|
9
|
+
"of a"
|
10
|
+
end
|
11
|
+
|
12
|
+
def can
|
13
|
+
highlight = "vimdeck"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
slide 11
|
@@ -0,0 +1,97 @@
|
|
1
|
+
_________ ___ ____
|
2
|
+
/ ___/ __ \/ _ \/ __/
|
3
|
+
/ /__/ /_/ / // / _/
|
4
|
+
\___/\____/____/___/
|
5
|
+
|
6
|
+
module Parts
|
7
|
+
class foo
|
8
|
+
def slide
|
9
|
+
"of a"
|
10
|
+
end
|
11
|
+
|
12
|
+
def can
|
13
|
+
highlight = "vimdeck"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
slide 12
|
@@ -0,0 +1,97 @@
|
|
1
|
+
_________ ___ ____
|
2
|
+
/ ___/ __ \/ _ \/ __/
|
3
|
+
/ /__/ /_/ / // / _/
|
4
|
+
\___/\____/____/___/
|
5
|
+
|
6
|
+
module Parts
|
7
|
+
class foo
|
8
|
+
def slide
|
9
|
+
"of a"
|
10
|
+
end
|
11
|
+
|
12
|
+
def can
|
13
|
+
highlight = "vimdeck"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
slide 13
|
@@ -0,0 +1,87 @@
|
|
1
|
+
________ ______ ____
|
2
|
+
/_ __/ /_ ___ / ____/___ ____/ / /
|
3
|
+
/ / / __ \/ _ \ / __/ / __ \/ __ / /
|
4
|
+
/ / / / / / __/ / /___/ / / / /_/ /_/
|
5
|
+
/_/ /_/ /_/\___/ /_____/_/ /_/\__,_(_)
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
slide 14
|
data/vimdeck-0.0.9.gem
ADDED
Binary file
|
data/vimdeck.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vimdeck
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -43,6 +43,22 @@ dependencies:
|
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '0'
|
46
|
+
- !ruby/object:Gem::Dependency
|
47
|
+
name: redcarpet
|
48
|
+
requirement: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
50
|
+
requirements:
|
51
|
+
- - ! '>='
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '0'
|
54
|
+
type: :runtime
|
55
|
+
prerelease: false
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
58
|
+
requirements:
|
59
|
+
- - ! '>='
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
46
62
|
description: VIM as a presentation tool
|
47
63
|
email: tabenziger@gmail.com
|
48
64
|
executables:
|
@@ -61,9 +77,26 @@ files:
|
|
61
77
|
- lib/templates/script.vim.erb
|
62
78
|
- lib/test
|
63
79
|
- lib/vimdeck.rb
|
80
|
+
- LICENSE.txt
|
81
|
+
- presentation/script.vim
|
82
|
+
- presentation/slide001.md
|
83
|
+
- presentation/slide002.md
|
84
|
+
- presentation/slide003.md
|
85
|
+
- presentation/slide004.md
|
86
|
+
- presentation/slide005.md
|
87
|
+
- presentation/slide006.md
|
88
|
+
- presentation/slide007.md
|
89
|
+
- presentation/slide008.md
|
90
|
+
- presentation/slide009.md
|
91
|
+
- presentation/slide010.md
|
92
|
+
- presentation/slide011.md
|
93
|
+
- presentation/slide012.md
|
94
|
+
- presentation/slide013.md
|
95
|
+
- presentation/slide014.md
|
64
96
|
- README.md
|
65
97
|
- slides.md
|
66
98
|
- VERSION
|
99
|
+
- vimdeck-0.0.9.gem
|
67
100
|
- vimdeck.gemspec
|
68
101
|
homepage: http://github.com/tybenz/vimdeck
|
69
102
|
licenses:
|