clio 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (145) hide show
  1. data/COPYING +170 -0
  2. data/HISTORY +11 -0
  3. data/MANIFEST +181 -0
  4. data/METADATA +18 -0
  5. data/NEWS +10 -0
  6. data/README +52 -0
  7. data/admin/config/reap.yaml +30 -0
  8. data/admin/depot/commandline.rb +219 -0
  9. data/admin/depot/multicommand.rb +403 -0
  10. data/admin/depot/test_multicommand.rb +40 -0
  11. data/admin/log/notes.xml +28 -0
  12. data/admin/log/stats.html +25 -0
  13. data/admin/log/syntax.log +0 -0
  14. data/admin/log/testunit.log +16 -0
  15. data/admin/pack/clio-0.0.1.gem +0 -0
  16. data/admin/share/reap/example.rb +7 -0
  17. data/admin/temps/lib/clio/about.rb.erb +4 -0
  18. data/lib/clio/ansicode.rb +319 -0
  19. data/lib/clio/command.rb +296 -0
  20. data/lib/clio/commandable.rb +195 -0
  21. data/lib/clio/commandline.rb +275 -0
  22. data/lib/clio/consoleutils.rb +117 -0
  23. data/lib/clio/errors.rb +16 -0
  24. data/lib/clio/option.rb +36 -0
  25. data/lib/clio/progressbar.rb +253 -0
  26. data/lib/clio/runmode.rb +126 -0
  27. data/lib/clio/string.rb +147 -0
  28. data/test/test_command.rb +42 -0
  29. data/test/test_commandline.rb +83 -0
  30. data/vendor/Console/Console.cpp +1203 -0
  31. data/vendor/Console/Console.rdoc +690 -0
  32. data/vendor/Console/Console_ANSI.rdoc +302 -0
  33. data/vendor/Console/HISTORY.txt +7 -0
  34. data/vendor/Console/INSTALL.txt +18 -0
  35. data/vendor/Console/Makefile +162 -0
  36. data/vendor/Console/README.txt +26 -0
  37. data/vendor/Console/doc/classes/Win32.html +115 -0
  38. data/vendor/Console/doc/classes/Win32/Console.html +650 -0
  39. data/vendor/Console/doc/classes/Win32/Console.src/M000001.html +31 -0
  40. data/vendor/Console/doc/classes/Win32/Console.src/M000002.html +23 -0
  41. data/vendor/Console/doc/classes/Win32/Console.src/M000003.html +23 -0
  42. data/vendor/Console/doc/classes/Win32/Console.src/M000004.html +27 -0
  43. data/vendor/Console/doc/classes/Win32/Console.src/M000005.html +23 -0
  44. data/vendor/Console/doc/classes/Win32/Console.src/M000006.html +28 -0
  45. data/vendor/Console/doc/classes/Win32/Console.src/M000007.html +23 -0
  46. data/vendor/Console/doc/classes/Win32/Console.src/M000008.html +24 -0
  47. data/vendor/Console/doc/classes/Win32/Console.src/M000009.html +44 -0
  48. data/vendor/Console/doc/classes/Win32/Console.src/M000010.html +23 -0
  49. data/vendor/Console/doc/classes/Win32/Console.src/M000011.html +33 -0
  50. data/vendor/Console/doc/classes/Win32/Console.src/M000012.html +26 -0
  51. data/vendor/Console/doc/classes/Win32/Console.src/M000013.html +27 -0
  52. data/vendor/Console/doc/classes/Win32/Console.src/M000014.html +28 -0
  53. data/vendor/Console/doc/classes/Win32/Console.src/M000015.html +23 -0
  54. data/vendor/Console/doc/classes/Win32/Console.src/M000016.html +23 -0
  55. data/vendor/Console/doc/classes/Win32/Console.src/M000017.html +23 -0
  56. data/vendor/Console/doc/classes/Win32/Console.src/M000018.html +29 -0
  57. data/vendor/Console/doc/classes/Win32/Console.src/M000019.html +23 -0
  58. data/vendor/Console/doc/classes/Win32/Console.src/M000020.html +23 -0
  59. data/vendor/Console/doc/classes/Win32/Console.src/M000021.html +28 -0
  60. data/vendor/Console/doc/classes/Win32/Console.src/M000022.html +23 -0
  61. data/vendor/Console/doc/classes/Win32/Console.src/M000023.html +28 -0
  62. data/vendor/Console/doc/classes/Win32/Console.src/M000024.html +35 -0
  63. data/vendor/Console/doc/classes/Win32/Console.src/M000025.html +28 -0
  64. data/vendor/Console/doc/classes/Win32/Console.src/M000026.html +28 -0
  65. data/vendor/Console/doc/classes/Win32/Console.src/M000027.html +28 -0
  66. data/vendor/Console/doc/classes/Win32/Console.src/M000028.html +31 -0
  67. data/vendor/Console/doc/classes/Win32/Console.src/M000029.html +23 -0
  68. data/vendor/Console/doc/classes/Win32/Console.src/M000030.html +23 -0
  69. data/vendor/Console/doc/classes/Win32/Console.src/M000031.html +23 -0
  70. data/vendor/Console/doc/classes/Win32/Console.src/M000032.html +27 -0
  71. data/vendor/Console/doc/classes/Win32/Console.src/M000033.html +27 -0
  72. data/vendor/Console/doc/classes/Win32/Console.src/M000034.html +25 -0
  73. data/vendor/Console/doc/classes/Win32/Console/ANSI.html +103 -0
  74. data/vendor/Console/doc/classes/Win32/Console/ANSI/IO.html +220 -0
  75. data/vendor/Console/doc/classes/Win32/Console/ANSI/IO.src/M000035.html +32 -0
  76. data/vendor/Console/doc/classes/Win32/Console/ANSI/IO.src/M000036.html +205 -0
  77. data/vendor/Console/doc/classes/Win32/Console/ANSI/IO.src/M000037.html +40 -0
  78. data/vendor/Console/doc/classes/Win32/Console/ANSI/IO.src/M000038.html +25 -0
  79. data/vendor/Console/doc/classes/Win32/Console/API.html +758 -0
  80. data/vendor/Console/doc/classes/Win32/Console/API.src/M000039.html +27 -0
  81. data/vendor/Console/doc/classes/Win32/Console/API.src/M000040.html +27 -0
  82. data/vendor/Console/doc/classes/Win32/Console/API.src/M000041.html +27 -0
  83. data/vendor/Console/doc/classes/Win32/Console/API.src/M000042.html +32 -0
  84. data/vendor/Console/doc/classes/Win32/Console/API.src/M000043.html +32 -0
  85. data/vendor/Console/doc/classes/Win32/Console/API.src/M000044.html +28 -0
  86. data/vendor/Console/doc/classes/Win32/Console/API.src/M000045.html +26 -0
  87. data/vendor/Console/doc/classes/Win32/Console/API.src/M000046.html +26 -0
  88. data/vendor/Console/doc/classes/Win32/Console/API.src/M000047.html +27 -0
  89. data/vendor/Console/doc/classes/Win32/Console/API.src/M000048.html +30 -0
  90. data/vendor/Console/doc/classes/Win32/Console/API.src/M000049.html +29 -0
  91. data/vendor/Console/doc/classes/Win32/Console/API.src/M000050.html +27 -0
  92. data/vendor/Console/doc/classes/Win32/Console/API.src/M000051.html +28 -0
  93. data/vendor/Console/doc/classes/Win32/Console/API.src/M000052.html +30 -0
  94. data/vendor/Console/doc/classes/Win32/Console/API.src/M000053.html +27 -0
  95. data/vendor/Console/doc/classes/Win32/Console/API.src/M000054.html +29 -0
  96. data/vendor/Console/doc/classes/Win32/Console/API.src/M000055.html +29 -0
  97. data/vendor/Console/doc/classes/Win32/Console/API.src/M000056.html +28 -0
  98. data/vendor/Console/doc/classes/Win32/Console/API.src/M000057.html +27 -0
  99. data/vendor/Console/doc/classes/Win32/Console/API.src/M000058.html +47 -0
  100. data/vendor/Console/doc/classes/Win32/Console/API.src/M000059.html +32 -0
  101. data/vendor/Console/doc/classes/Win32/Console/API.src/M000060.html +47 -0
  102. data/vendor/Console/doc/classes/Win32/Console/API.src/M000061.html +34 -0
  103. data/vendor/Console/doc/classes/Win32/Console/API.src/M000062.html +32 -0
  104. data/vendor/Console/doc/classes/Win32/Console/API.src/M000063.html +32 -0
  105. data/vendor/Console/doc/classes/Win32/Console/API.src/M000064.html +35 -0
  106. data/vendor/Console/doc/classes/Win32/Console/API.src/M000065.html +26 -0
  107. data/vendor/Console/doc/classes/Win32/Console/API.src/M000066.html +27 -0
  108. data/vendor/Console/doc/classes/Win32/Console/API.src/M000067.html +29 -0
  109. data/vendor/Console/doc/classes/Win32/Console/API.src/M000068.html +27 -0
  110. data/vendor/Console/doc/classes/Win32/Console/API.src/M000069.html +27 -0
  111. data/vendor/Console/doc/classes/Win32/Console/API.src/M000070.html +28 -0
  112. data/vendor/Console/doc/classes/Win32/Console/API.src/M000071.html +27 -0
  113. data/vendor/Console/doc/classes/Win32/Console/API.src/M000072.html +26 -0
  114. data/vendor/Console/doc/classes/Win32/Console/API.src/M000073.html +27 -0
  115. data/vendor/Console/doc/classes/Win32/Console/API.src/M000074.html +31 -0
  116. data/vendor/Console/doc/classes/Win32/Console/API.src/M000075.html +27 -0
  117. data/vendor/Console/doc/classes/Win32/Console/API.src/M000076.html +32 -0
  118. data/vendor/Console/doc/classes/Win32/Console/API.src/M000077.html +27 -0
  119. data/vendor/Console/doc/classes/Win32/Console/API.src/M000078.html +32 -0
  120. data/vendor/Console/doc/classes/Win32/Console/API.src/M000079.html +32 -0
  121. data/vendor/Console/doc/classes/Win32/Console/API.src/M000080.html +32 -0
  122. data/vendor/Console/doc/classes/Win32/Console/Constants.html +360 -0
  123. data/vendor/Console/doc/created.rid +1 -0
  124. data/vendor/Console/doc/files/Console_ANSI_rdoc.html +407 -0
  125. data/vendor/Console/doc/files/Console_cpp.html +104 -0
  126. data/vendor/Console/doc/files/Console_rdoc.html +964 -0
  127. data/vendor/Console/doc/files/lib/Win32/Console/ANSI_rb.html +123 -0
  128. data/vendor/Console/doc/files/lib/Win32/Console_rb.html +297 -0
  129. data/vendor/Console/doc/fr_class_index.html +32 -0
  130. data/vendor/Console/doc/fr_file_index.html +31 -0
  131. data/vendor/Console/doc/fr_method_index.html +106 -0
  132. data/vendor/Console/doc/index.html +24 -0
  133. data/vendor/Console/doc/rdoc-style.css +172 -0
  134. data/vendor/Console/extconf.rb +18 -0
  135. data/vendor/Console/lib/Term/ansicolor.rb +76 -0
  136. data/vendor/Console/lib/Win32/Console.rb +970 -0
  137. data/vendor/Console/lib/Win32/Console/ANSI.rb +305 -0
  138. data/vendor/Console/test/test_cursor.rb +9 -0
  139. data/vendor/Console/test/test_mouse.rb +6 -0
  140. data/vendor/Console/test/test_readinput.rb +62 -0
  141. data/vendor/Console/test/test_readoutput.rb +52 -0
  142. data/vendor/Console/test/test_sendevent.rb +17 -0
  143. data/vendor/Console/test/test_title.rb +14 -0
  144. data/vendor/Console/test/test_write.rb +36 -0
  145. metadata +253 -0
data/COPYING ADDED
@@ -0,0 +1,170 @@
1
+
2
+ Clio, Copyright 2008 Tiger Ops & Thomas Sawyer
3
+
4
+
5
+ GNU LESSER GENERAL PUBLIC LICENSE
6
+ Version 3, 29 June 2007
7
+
8
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
9
+ Everyone is permitted to copy and distribute verbatim copies
10
+ of this license document, but changing it is not allowed.
11
+
12
+
13
+ This version of the GNU Lesser General Public License incorporates
14
+ the terms and conditions of version 3 of the GNU General Public
15
+ License, supplemented by the additional permissions listed below.
16
+
17
+ 0. Additional Definitions.
18
+
19
+ As used herein, "this License" refers to version 3 of the GNU Lesser
20
+ General Public License, and the "GNU GPL" refers to version 3 of the GNU
21
+ General Public License.
22
+
23
+ "The Library" refers to a covered work governed by this License,
24
+ other than an Application or a Combined Work as defined below.
25
+
26
+ An "Application" is any work that makes use of an interface provided
27
+ by the Library, but which is not otherwise based on the Library.
28
+ Defining a subclass of a class defined by the Library is deemed a mode
29
+ of using an interface provided by the Library.
30
+
31
+ A "Combined Work" is a work produced by combining or linking an
32
+ Application with the Library. The particular version of the Library
33
+ with which the Combined Work was made is also called the "Linked
34
+ Version".
35
+
36
+ The "Minimal Corresponding Source" for a Combined Work means the
37
+ Corresponding Source for the Combined Work, excluding any source code
38
+ for portions of the Combined Work that, considered in isolation, are
39
+ based on the Application, and not on the Linked Version.
40
+
41
+ The "Corresponding Application Code" for a Combined Work means the
42
+ object code and/or source code for the Application, including any data
43
+ and utility programs needed for reproducing the Combined Work from the
44
+ Application, but excluding the System Libraries of the Combined Work.
45
+
46
+ 1. Exception to Section 3 of the GNU GPL.
47
+
48
+ You may convey a covered work under sections 3 and 4 of this License
49
+ without being bound by section 3 of the GNU GPL.
50
+
51
+ 2. Conveying Modified Versions.
52
+
53
+ If you modify a copy of the Library, and, in your modifications, a
54
+ facility refers to a function or data to be supplied by an Application
55
+ that uses the facility (other than as an argument passed when the
56
+ facility is invoked), then you may convey a copy of the modified
57
+ version:
58
+
59
+ a) under this License, provided that you make a good faith effort to
60
+ ensure that, in the event an Application does not supply the
61
+ function or data, the facility still operates, and performs
62
+ whatever part of its purpose remains meaningful, or
63
+
64
+ b) under the GNU GPL, with none of the additional permissions of
65
+ this License applicable to that copy.
66
+
67
+ 3. Object Code Incorporating Material from Library Header Files.
68
+
69
+ The object code form of an Application may incorporate material from
70
+ a header file that is part of the Library. You may convey such object
71
+ code under terms of your choice, provided that, if the incorporated
72
+ material is not limited to numerical parameters, data structure
73
+ layouts and accessors, or small macros, inline functions and templates
74
+ (ten or fewer lines in length), you do both of the following:
75
+
76
+ a) Give prominent notice with each copy of the object code that the
77
+ Library is used in it and that the Library and its use are
78
+ covered by this License.
79
+
80
+ b) Accompany the object code with a copy of the GNU GPL and this license
81
+ document.
82
+
83
+ 4. Combined Works.
84
+
85
+ You may convey a Combined Work under terms of your choice that,
86
+ taken together, effectively do not restrict modification of the
87
+ portions of the Library contained in the Combined Work and reverse
88
+ engineering for debugging such modifications, if you also do each of
89
+ the following:
90
+
91
+ a) Give prominent notice with each copy of the Combined Work that
92
+ the Library is used in it and that the Library and its use are
93
+ covered by this License.
94
+
95
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
96
+ document.
97
+
98
+ c) For a Combined Work that displays copyright notices during
99
+ execution, include the copyright notice for the Library among
100
+ these notices, as well as a reference directing the user to the
101
+ copies of the GNU GPL and this license document.
102
+
103
+ d) Do one of the following:
104
+
105
+ 0) Convey the Minimal Corresponding Source under the terms of this
106
+ License, and the Corresponding Application Code in a form
107
+ suitable for, and under terms that permit, the user to
108
+ recombine or relink the Application with a modified version of
109
+ the Linked Version to produce a modified Combined Work, in the
110
+ manner specified by section 6 of the GNU GPL for conveying
111
+ Corresponding Source.
112
+
113
+ 1) Use a suitable shared library mechanism for linking with the
114
+ Library. A suitable mechanism is one that (a) uses at run time
115
+ a copy of the Library already present on the user's computer
116
+ system, and (b) will operate properly with a modified version
117
+ of the Library that is interface-compatible with the Linked
118
+ Version.
119
+
120
+ e) Provide Installation Information, but only if you would otherwise
121
+ be required to provide such information under section 6 of the
122
+ GNU GPL, and only to the extent that such information is
123
+ necessary to install and execute a modified version of the
124
+ Combined Work produced by recombining or relinking the
125
+ Application with a modified version of the Linked Version. (If
126
+ you use option 4d0, the Installation Information must accompany
127
+ the Minimal Corresponding Source and Corresponding Application
128
+ Code. If you use option 4d1, you must provide the Installation
129
+ Information in the manner specified by section 6 of the GNU GPL
130
+ for conveying Corresponding Source.)
131
+
132
+ 5. Combined Libraries.
133
+
134
+ You may place library facilities that are a work based on the
135
+ Library side by side in a single library together with other library
136
+ facilities that are not Applications and are not covered by this
137
+ License, and convey such a combined library under terms of your
138
+ choice, if you do both of the following:
139
+
140
+ a) Accompany the combined library with a copy of the same work based
141
+ on the Library, uncombined with any other library facilities,
142
+ conveyed under the terms of this License.
143
+
144
+ b) Give prominent notice with the combined library that part of it
145
+ is a work based on the Library, and explaining where to find the
146
+ accompanying uncombined form of the same work.
147
+
148
+ 6. Revised Versions of the GNU Lesser General Public License.
149
+
150
+ The Free Software Foundation may publish revised and/or new versions
151
+ of the GNU Lesser General Public License from time to time. Such new
152
+ versions will be similar in spirit to the present version, but may
153
+ differ in detail to address new problems or concerns.
154
+
155
+ Each version is given a distinguishing version number. If the
156
+ Library as you received it specifies that a certain numbered version
157
+ of the GNU Lesser General Public License "or any later version"
158
+ applies to it, you have the option of following the terms and
159
+ conditions either of that published version or of any later version
160
+ published by the Free Software Foundation. If the Library as you
161
+ received it does not specify a version number of the GNU Lesser
162
+ General Public License, you may choose any version of the GNU Lesser
163
+ General Public License ever published by the Free Software Foundation.
164
+
165
+ If the Library as you received it specifies that a proxy can decide
166
+ whether future versions of the GNU Lesser General Public License shall
167
+ apply, that proxy's public statement of acceptance of any version is
168
+ permanent authorization for you to choose that version for the
169
+ Library.
170
+
data/HISTORY ADDED
@@ -0,0 +1,11 @@
1
+ = Change History
2
+
3
+ == 0.0.1 // 2008-08-29
4
+
5
+ * The project is now minimumally useful.
6
+ * This is the initial release.
7
+
8
+ == 0.0.0 // 2008-03-04
9
+
10
+ * Started project.
11
+
@@ -0,0 +1,181 @@
1
+ vendor
2
+ vendor/Console
3
+ vendor/Console/doc
4
+ vendor/Console/doc/fr_file_index.html
5
+ vendor/Console/doc/classes
6
+ vendor/Console/doc/classes/Win32
7
+ vendor/Console/doc/classes/Win32/Console
8
+ vendor/Console/doc/classes/Win32/Console/ANSI.html
9
+ vendor/Console/doc/classes/Win32/Console/Constants.html
10
+ vendor/Console/doc/classes/Win32/Console/API.html
11
+ vendor/Console/doc/classes/Win32/Console/ANSI
12
+ vendor/Console/doc/classes/Win32/Console/ANSI/IO.src
13
+ vendor/Console/doc/classes/Win32/Console/ANSI/IO.src/M000037.html
14
+ vendor/Console/doc/classes/Win32/Console/ANSI/IO.src/M000035.html
15
+ vendor/Console/doc/classes/Win32/Console/ANSI/IO.src/M000036.html
16
+ vendor/Console/doc/classes/Win32/Console/ANSI/IO.src/M000038.html
17
+ vendor/Console/doc/classes/Win32/Console/ANSI/IO.html
18
+ vendor/Console/doc/classes/Win32/Console/API.src
19
+ vendor/Console/doc/classes/Win32/Console/API.src/M000047.html
20
+ vendor/Console/doc/classes/Win32/Console/API.src/M000052.html
21
+ vendor/Console/doc/classes/Win32/Console/API.src/M000066.html
22
+ vendor/Console/doc/classes/Win32/Console/API.src/M000069.html
23
+ vendor/Console/doc/classes/Win32/Console/API.src/M000041.html
24
+ vendor/Console/doc/classes/Win32/Console/API.src/M000073.html
25
+ vendor/Console/doc/classes/Win32/Console/API.src/M000063.html
26
+ vendor/Console/doc/classes/Win32/Console/API.src/M000076.html
27
+ vendor/Console/doc/classes/Win32/Console/API.src/M000046.html
28
+ vendor/Console/doc/classes/Win32/Console/API.src/M000050.html
29
+ vendor/Console/doc/classes/Win32/Console/API.src/M000039.html
30
+ vendor/Console/doc/classes/Win32/Console/API.src/M000080.html
31
+ vendor/Console/doc/classes/Win32/Console/API.src/M000048.html
32
+ vendor/Console/doc/classes/Win32/Console/API.src/M000071.html
33
+ vendor/Console/doc/classes/Win32/Console/API.src/M000072.html
34
+ vendor/Console/doc/classes/Win32/Console/API.src/M000062.html
35
+ vendor/Console/doc/classes/Win32/Console/API.src/M000079.html
36
+ vendor/Console/doc/classes/Win32/Console/API.src/M000078.html
37
+ vendor/Console/doc/classes/Win32/Console/API.src/M000060.html
38
+ vendor/Console/doc/classes/Win32/Console/API.src/M000057.html
39
+ vendor/Console/doc/classes/Win32/Console/API.src/M000044.html
40
+ vendor/Console/doc/classes/Win32/Console/API.src/M000058.html
41
+ vendor/Console/doc/classes/Win32/Console/API.src/M000067.html
42
+ vendor/Console/doc/classes/Win32/Console/API.src/M000053.html
43
+ vendor/Console/doc/classes/Win32/Console/API.src/M000068.html
44
+ vendor/Console/doc/classes/Win32/Console/API.src/M000055.html
45
+ vendor/Console/doc/classes/Win32/Console/API.src/M000049.html
46
+ vendor/Console/doc/classes/Win32/Console/API.src/M000065.html
47
+ vendor/Console/doc/classes/Win32/Console/API.src/M000064.html
48
+ vendor/Console/doc/classes/Win32/Console/API.src/M000045.html
49
+ vendor/Console/doc/classes/Win32/Console/API.src/M000075.html
50
+ vendor/Console/doc/classes/Win32/Console/API.src/M000070.html
51
+ vendor/Console/doc/classes/Win32/Console/API.src/M000077.html
52
+ vendor/Console/doc/classes/Win32/Console/API.src/M000059.html
53
+ vendor/Console/doc/classes/Win32/Console/API.src/M000051.html
54
+ vendor/Console/doc/classes/Win32/Console/API.src/M000040.html
55
+ vendor/Console/doc/classes/Win32/Console/API.src/M000043.html
56
+ vendor/Console/doc/classes/Win32/Console/API.src/M000056.html
57
+ vendor/Console/doc/classes/Win32/Console/API.src/M000061.html
58
+ vendor/Console/doc/classes/Win32/Console/API.src/M000042.html
59
+ vendor/Console/doc/classes/Win32/Console/API.src/M000054.html
60
+ vendor/Console/doc/classes/Win32/Console/API.src/M000074.html
61
+ vendor/Console/doc/classes/Win32/Console.html
62
+ vendor/Console/doc/classes/Win32/Console.src
63
+ vendor/Console/doc/classes/Win32/Console.src/M000030.html
64
+ vendor/Console/doc/classes/Win32/Console.src/M000031.html
65
+ vendor/Console/doc/classes/Win32/Console.src/M000002.html
66
+ vendor/Console/doc/classes/Win32/Console.src/M000014.html
67
+ vendor/Console/doc/classes/Win32/Console.src/M000019.html
68
+ vendor/Console/doc/classes/Win32/Console.src/M000017.html
69
+ vendor/Console/doc/classes/Win32/Console.src/M000033.html
70
+ vendor/Console/doc/classes/Win32/Console.src/M000028.html
71
+ vendor/Console/doc/classes/Win32/Console.src/M000020.html
72
+ vendor/Console/doc/classes/Win32/Console.src/M000009.html
73
+ vendor/Console/doc/classes/Win32/Console.src/M000015.html
74
+ vendor/Console/doc/classes/Win32/Console.src/M000029.html
75
+ vendor/Console/doc/classes/Win32/Console.src/M000005.html
76
+ vendor/Console/doc/classes/Win32/Console.src/M000001.html
77
+ vendor/Console/doc/classes/Win32/Console.src/M000003.html
78
+ vendor/Console/doc/classes/Win32/Console.src/M000021.html
79
+ vendor/Console/doc/classes/Win32/Console.src/M000011.html
80
+ vendor/Console/doc/classes/Win32/Console.src/M000006.html
81
+ vendor/Console/doc/classes/Win32/Console.src/M000013.html
82
+ vendor/Console/doc/classes/Win32/Console.src/M000010.html
83
+ vendor/Console/doc/classes/Win32/Console.src/M000012.html
84
+ vendor/Console/doc/classes/Win32/Console.src/M000032.html
85
+ vendor/Console/doc/classes/Win32/Console.src/M000034.html
86
+ vendor/Console/doc/classes/Win32/Console.src/M000025.html
87
+ vendor/Console/doc/classes/Win32/Console.src/M000008.html
88
+ vendor/Console/doc/classes/Win32/Console.src/M000022.html
89
+ vendor/Console/doc/classes/Win32/Console.src/M000004.html
90
+ vendor/Console/doc/classes/Win32/Console.src/M000027.html
91
+ vendor/Console/doc/classes/Win32/Console.src/M000026.html
92
+ vendor/Console/doc/classes/Win32/Console.src/M000007.html
93
+ vendor/Console/doc/classes/Win32/Console.src/M000018.html
94
+ vendor/Console/doc/classes/Win32/Console.src/M000023.html
95
+ vendor/Console/doc/classes/Win32/Console.src/M000024.html
96
+ vendor/Console/doc/classes/Win32/Console.src/M000016.html
97
+ vendor/Console/doc/classes/Win32.html
98
+ vendor/Console/doc/rdoc-style.css
99
+ vendor/Console/doc/files
100
+ vendor/Console/doc/files/Console_rdoc.html
101
+ vendor/Console/doc/files/lib
102
+ vendor/Console/doc/files/lib/Win32
103
+ vendor/Console/doc/files/lib/Win32/Console
104
+ vendor/Console/doc/files/lib/Win32/Console/ANSI_rb.html
105
+ vendor/Console/doc/files/lib/Win32/Console_rb.html
106
+ vendor/Console/doc/files/Console_ANSI_rdoc.html
107
+ vendor/Console/doc/files/Console_cpp.html
108
+ vendor/Console/doc/fr_class_index.html
109
+ vendor/Console/doc/index.html
110
+ vendor/Console/doc/created.rid
111
+ vendor/Console/doc/fr_method_index.html
112
+ vendor/Console/test
113
+ vendor/Console/test/test_readinput.rb
114
+ vendor/Console/test/test_mouse.rb
115
+ vendor/Console/test/test_write.rb
116
+ vendor/Console/test/test_sendevent.rb
117
+ vendor/Console/test/test_cursor.rb
118
+ vendor/Console/test/test_readoutput.rb
119
+ vendor/Console/test/test_title.rb
120
+ vendor/Console/INSTALL.txt
121
+ vendor/Console/README.txt
122
+ vendor/Console/Console_ANSI.rdoc
123
+ vendor/Console/Console.cpp
124
+ vendor/Console/HISTORY.txt
125
+ vendor/Console/Makefile
126
+ vendor/Console/lib
127
+ vendor/Console/lib/Win32
128
+ vendor/Console/lib/Win32/Console
129
+ vendor/Console/lib/Win32/Console/ANSI.rb
130
+ vendor/Console/lib/Win32/Console.rb
131
+ vendor/Console/lib/Term
132
+ vendor/Console/lib/Term/ansicolor.rb
133
+ vendor/Console/extconf.rb
134
+ vendor/Console/Console.rdoc
135
+ doc
136
+ doc/book
137
+ test
138
+ test/test_command.rb
139
+ test/test_commandline.rb
140
+ README
141
+ HISTORY
142
+ METADATA
143
+ lib
144
+ lib/clio
145
+ lib/clio/commandline.rb
146
+ lib/clio/command.rb
147
+ lib/clio/runmode.rb
148
+ lib/clio/ansicode.rb
149
+ lib/clio/commandable.rb
150
+ lib/clio/consoleutils.rb
151
+ lib/clio/errors.rb
152
+ lib/clio/option.rb
153
+ lib/clio/progressbar.rb
154
+ lib/clio/string.rb
155
+ data
156
+ NEWS
157
+ bin
158
+ admin
159
+ admin/web
160
+ admin/temps
161
+ admin/temps/lib
162
+ admin/temps/lib/clio
163
+ admin/temps/lib/clio/about.rb.erb
164
+ admin/config
165
+ admin/config/reap.yaml
166
+ admin/depot
167
+ admin/depot/commandline.rb
168
+ admin/depot/test_multicommand.rb
169
+ admin/depot/multicommand.rb
170
+ admin/share
171
+ admin/share/sow
172
+ admin/share/reap
173
+ admin/share/reap/example.rb
174
+ admin/pack
175
+ admin/pack/clio-0.0.1.gem
176
+ admin/log
177
+ admin/log/notes.xml
178
+ admin/log/stats.html
179
+ admin/log/syntax.log
180
+ admin/log/testunit.log
181
+ COPYING
@@ -0,0 +1,18 @@
1
+ name : clio
2
+ version : 0.0.1
3
+ status : BETA
4
+ license : LGPLv3
5
+ author : 7rans <transfire_@_gmail.com>
6
+
7
+ title : Clio
8
+ summary : Clio makes commandline interfaces easy.
9
+ abstract : Clio makes commandline interfaces easy.
10
+
11
+ homepage : http://clio.rubyforge.org
12
+ repository : git://rubyforge.org/clio.git
13
+
14
+ created : Fri Aug 08 23:09:48 -0400 2008
15
+
16
+ require :
17
+ - [facets, >= 2.4.4]
18
+
data/NEWS ADDED
@@ -0,0 +1,10 @@
1
+ = Release Notes
2
+
3
+ == 0.0.1 // 2008-08-29
4
+
5
+ This is the initial release of Clio. While useable,
6
+ it is still largely APLHA code. The API is still
7
+ in flux and needs a lot more testing before it
8
+ gets an okay for general use.
9
+
10
+
data/README ADDED
@@ -0,0 +1,52 @@
1
+ = Clio
2
+
3
+ http://clio.rubyforge.org
4
+
5
+
6
+ == INTRODUCTION
7
+
8
+ Clio is a great way to build commandline tools.
9
+ Clio provides a variety of ways to handle command
10
+ options parsing, to suit almost any perfered
11
+ style, and provides a very rich and and easy to
12
+ use library for generating console output.
13
+
14
+
15
+ == RELEASE NOTES
16
+
17
+ Please see NEWS file.
18
+
19
+
20
+ == RECENT CHANGES
21
+
22
+ Please see CHANGES file.
23
+
24
+
25
+ == INSTALL
26
+
27
+ To install with RubyGems simply open a console and type:
28
+
29
+ $ gem install clio
30
+
31
+ Direct installation requires Ruby Setup.rb package.
32
+ See http://setup.rubyforge.rb. Then download the
33
+ Clio .tgz package and type:
34
+
35
+ $ tar -xvzf clio-x.y.z.tgz
36
+ $ cd clio-x.y.z
37
+ $ sudo setup.rb
38
+
39
+
40
+ == USAGE
41
+
42
+ For the moment, please see the RDoc API.
43
+
44
+
45
+ == LICENSE
46
+
47
+ Copyright (c) 2008 FIX
48
+
49
+ This program is ditributed unser the terms of the GPLv3 license.
50
+
51
+ See LICENSE file for details.
52
+