rumai 3.2.4 → 3.3.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/CREDITS +4 -9
- data/lib/rumai/fs.rb +16 -8
- data/lib/rumai/inochi.rb +7 -7
- data/lib/rumai/ixp/transport.rb +9 -19
- data/lib/rumai/wm.rb +966 -866
- data/man.html +105 -91
- data/man/man1/rumai.1.gz +0 -0
- metadata +15 -5
data/man.html
CHANGED
@@ -2,81 +2,69 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv='content-type' value='text/html;charset=utf8'>
|
5
|
-
<meta name='generator' value='Ronn/v0.
|
5
|
+
<meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
|
6
6
|
<title>rumai(1) - Ruby interface to the wmii window manager</title>
|
7
7
|
<style type='text/css' media='all'>
|
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
|
-
#man {text-align:justify;background:#fff}
|
45
|
-
#man, #man code, #man pre, #man pre code,
|
46
|
-
#man tt, #man kbd, #man samp {color:#131211}
|
47
|
-
#man h1, #man h2, #man h3, #man h4 {color:#030201}
|
48
|
-
#man ol.man, #man ol.man li {color:#636261}
|
49
|
-
|
50
|
-
#man code, #man strong, #man b {font-weight:bold;color:#131211}
|
51
|
-
|
52
|
-
#man em, #man var, #man u {font-style:italic;color:#434241;text-decoration:none}
|
53
|
-
|
54
|
-
#man pre {background:#edeceb;padding:5px 1ex;border-left:1ex solid #ddd}
|
55
|
-
#man pre code {font-weight:normal;background:inherit}
|
56
|
-
|
57
|
-
/* DOCUMENT HEADER AND FOOTER AREAS */
|
58
|
-
|
59
|
-
#man ol.man, #man ol.man li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
|
60
|
-
#man ol.man {width:100%}
|
61
|
-
#man ol.man li.tl {text-align:left}
|
62
|
-
#man ol.man li.tc {text-align:center;letter-spacing:4px}
|
63
|
-
#man ol.man li.tr {text-align:right;float:right}
|
64
|
-
|
65
|
-
/* SECTION TOC NAVIGATION */
|
66
|
-
|
67
|
-
#man div.man-navigation {position:fixed;top:0;left:96ex;height:100%;width:100%;padding:1ex 0 0 2ex;border-left:0.25ex solid #DCDCDC;background-color: #F5F5F5}
|
68
|
-
#man div.man-navigation a {display:block;margin-bottom:1.5ex}
|
8
|
+
/* style: man */
|
9
|
+
body#manpage {margin:0}
|
10
|
+
.mp {max-width:100ex;padding:0 9ex 1ex 4ex}
|
11
|
+
.mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
|
12
|
+
.mp h2 {margin:10px 0 0 0}
|
13
|
+
.mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
|
14
|
+
.mp h3 {margin:0 0 0 4ex}
|
15
|
+
.mp dt {margin:0;clear:left}
|
16
|
+
.mp dt.flush {float:left;width:8ex}
|
17
|
+
.mp dd {margin:0 0 0 9ex}
|
18
|
+
.mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
|
19
|
+
.mp pre {margin-bottom:20px}
|
20
|
+
.mp pre+h2,.mp pre+h3 {margin-top:22px}
|
21
|
+
.mp h2+pre,.mp h3+pre {margin-top:5px}
|
22
|
+
.mp img {display:block;margin:auto}
|
23
|
+
.mp h1.man-title {display:none}
|
24
|
+
.mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
|
25
|
+
.mp h2 {font-size:16px;line-height:1.25}
|
26
|
+
.mp h1 {font-size:20px;line-height:2}
|
27
|
+
.mp {text-align:justify;background:#fff}
|
28
|
+
.mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
|
29
|
+
.mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
|
30
|
+
.mp u {text-decoration:underline}
|
31
|
+
.mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
|
32
|
+
.mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
|
33
|
+
.mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
|
34
|
+
.mp b.man-ref {font-weight:normal;color:#434241}
|
35
|
+
.mp pre {padding:0 4ex}
|
36
|
+
.mp pre code {font-weight:normal;color:#434241}
|
37
|
+
.mp h2+pre,h3+pre {padding-left:0}
|
38
|
+
ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
|
39
|
+
ol.man-decor {width:100%}
|
40
|
+
ol.man-decor li.tl {text-align:left}
|
41
|
+
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
|
42
|
+
ol.man-decor li.tr {text-align:right;float:right}
|
69
43
|
</style>
|
70
|
-
<style type='text/css' media='
|
71
|
-
|
72
|
-
|
73
|
-
|
44
|
+
<style type='text/css' media='all'>
|
45
|
+
/* style: toc */
|
46
|
+
.man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
|
47
|
+
.man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
|
48
|
+
.man-navigation a:hover {color:#111;text-decoration:underline}
|
49
|
+
</style>
|
50
|
+
<style type='text/css' media='all'>
|
51
|
+
/* style: 80c */
|
52
|
+
.mp {max-width:86ex}
|
53
|
+
|
54
|
+
.man-navigation {left:101ex}
|
74
55
|
</style>
|
75
56
|
</head>
|
57
|
+
<!--
|
58
|
+
The following styles are deprecated and will be removed at some point:
|
59
|
+
div#man, div#man ol.man, div#man ol.head, div#man ol.man.
|
60
|
+
|
61
|
+
The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
|
62
|
+
.man-navigation should be used instead.
|
63
|
+
-->
|
76
64
|
<body id='manpage'>
|
77
|
-
<div id='man'>
|
65
|
+
<div class='mp' id='man'>
|
78
66
|
|
79
|
-
<div class='man-navigation'>
|
67
|
+
<div class='man-navigation' style='display:none'>
|
80
68
|
<a href="#NAME">NAME</a>
|
81
69
|
<a href="#SYNOPSIS">SYNOPSIS</a>
|
82
70
|
<a href="#DESCRIPTION">DESCRIPTION</a>
|
@@ -90,16 +78,16 @@
|
|
90
78
|
<a href="#SEE-ALSO">SEE ALSO</a>
|
91
79
|
</div>
|
92
80
|
|
93
|
-
<
|
94
|
-
|
95
|
-
<ol class='man head'>
|
81
|
+
<ol class='man-decor man-head man head'>
|
96
82
|
<li class='tl'>rumai(1)</li>
|
97
|
-
<li class='tc'>Version 3.
|
83
|
+
<li class='tc'>Version 3.3.0</li>
|
98
84
|
<li class='tr'>rumai(1)</li>
|
99
85
|
</ol>
|
100
86
|
|
101
|
-
<h2 id=
|
102
|
-
<p
|
87
|
+
<h2 id="NAME">NAME</h2>
|
88
|
+
<p class="man-name">
|
89
|
+
<code>rumai</code> - <span class="man-whatis">Ruby interface to the wmii window manager</span>
|
90
|
+
</p>
|
103
91
|
|
104
92
|
<p>Rumai is a pure <a href="http://ruby-lang.org">Ruby</a> interface to the <a href="http://wmii.suckless.org">wmii</a> window manager. Its name is a
|
105
93
|
portmanteau of "<em>Ru</em>by" and "w<em>mi</em>i" (which I pronounce as "vim eye").</p>
|
@@ -123,7 +111,7 @@ portmanteau of "<em>Ru</em>by" and "w<em>mi</em>i" (which I pronounce as "vim ey
|
|
123
111
|
<dt>Source code (browse online or obtain with <a href="http://git-scm.com">Git</a>)</dt><dd><p><a href="http://github.com/sunaku/rumai" data-bare-link="true">http://github.com/sunaku/rumai</a></p></dd>
|
124
112
|
<dt>API documentation</dt><dd><p><a href="http://snk.tuxfamily.org/lib/rumai/api/" data-bare-link="true">http://snk.tuxfamily.org/lib/rumai/api/</a></p></dd>
|
125
113
|
<dt>Announcements feed</dt><dd><p><a href="http://snk.tuxfamily.org/lib/rumai/ann.xml" data-bare-link="true">http://snk.tuxfamily.org/lib/rumai/ann.xml</a></p></dd>
|
126
|
-
<dt>Official website</dt><dd><p><a href="http://snk.tuxfamily.org/lib/
|
114
|
+
<dt>Official website</dt><dd><p><a href="http://snk.tuxfamily.org/lib/rumai/" data-bare-link="true">http://snk.tuxfamily.org/lib/rumai/</a></p></dd>
|
127
115
|
</dl>
|
128
116
|
|
129
117
|
|
@@ -160,7 +148,7 @@ portmanteau of "<em>Ru</em>by" and "w<em>mi</em>i" (which I pronounce as "vim ey
|
|
160
148
|
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
161
149
|
|
162
150
|
<p>Starts an interactive Ruby shell (IRB) session by passing the given
|
163
|
-
<var>IRB_OPTIONS</var> to irb(1)
|
151
|
+
<var>IRB_OPTIONS</var> to <span class="man-ref">irb<span class="s">(1)</span></span>. This puts you at a command prompt as follows:</p>
|
164
152
|
|
165
153
|
<pre><code>irb(Rumai):001:0>
|
166
154
|
</code></pre>
|
@@ -537,6 +525,32 @@ in the <code>test/test_helper.rb</code> file.</p>
|
|
537
525
|
|
538
526
|
<p>This section contains release notes of current and past releases.</p>
|
539
527
|
|
528
|
+
<h3 id="Version-3-3-0-2010-07-16-">Version 3.3.0 (2010-07-16)</h3>
|
529
|
+
|
530
|
+
<p>This release adds support for growing and nudging clients, adds an
|
531
|
+
abstraction for status bar applets, and beautifies the source code.</p>
|
532
|
+
|
533
|
+
<p>New features:</p>
|
534
|
+
|
535
|
+
<ul>
|
536
|
+
<li><p>Add <code>Rumai::Barlet</code> class for easier status bar applets. It exposes the
|
537
|
+
new, independent <code>colors</code> and <code>label</code> attributes introduced into the bar
|
538
|
+
file format by wmii-hg2743. It is also backwards-compatible with older
|
539
|
+
wmii versions where the aforementioned attributes were conjoined.</p></li>
|
540
|
+
<li><p>Add <code>Rumai::Client#grow</code> and <code>Rumai::Client#nudge</code> methods <a href="http://github.com/sunaku/rumai/issues/6">requested</a> by Nathan Neff. See "The
|
541
|
+
/tag/ Hierarchy" in the wmii manpage for usage information.</p></li>
|
542
|
+
</ul>
|
543
|
+
|
544
|
+
|
545
|
+
<p>Housekeeping:</p>
|
546
|
+
|
547
|
+
<ul>
|
548
|
+
<li><p>Add workaround for <a href="http://code.google.com/p/wmii/issues/detail?id=206">wmii-hg2734 color tuple bug</a> in the test suite.</p></li>
|
549
|
+
<li><p>Found real names for some anonymous contributors.</p></li>
|
550
|
+
<li><p>Clean up the source code formatting and organization.</p></li>
|
551
|
+
</ul>
|
552
|
+
|
553
|
+
|
540
554
|
<h3 id="Version-3-2-4-2010-06-06-">Version 3.2.4 (2010-06-06)</h3>
|
541
555
|
|
542
556
|
<p>This release fixes an IXP transport layer bug under Ruby 1.8.7.</p>
|
@@ -546,7 +560,7 @@ in the <code>test/test_helper.rb</code> file.</p>
|
|
546
560
|
<ul>
|
547
561
|
<li><p><code>IO#ungetc</code> does not accept a one-character string in Ruby 1.8.7.</p>
|
548
562
|
|
549
|
-
<p>Thanks to
|
563
|
+
<p>Thanks to Sebastian Chmielewski for reporting <a href="http://github.com/sunaku/rumai/issues/3">this issue</a>.</p></li>
|
550
564
|
</ul>
|
551
565
|
|
552
566
|
|
@@ -560,7 +574,7 @@ in the <code>test/test_helper.rb</code> file.</p>
|
|
560
574
|
<li><p><code>Rumai::Area#unshift</code> needs wmii 3.9 or newer.
|
561
575
|
The help manual has been corrected accordingly.</p>
|
562
576
|
|
563
|
-
<p>Thanks to
|
577
|
+
<p>Thanks to Mattia Gheda for reporting <a href="http://github.com/sunaku/wmiirc/issues/8">this issue</a>.</p></li>
|
564
578
|
</ul>
|
565
579
|
|
566
580
|
|
@@ -568,7 +582,7 @@ The help manual has been corrected accordingly.</p>
|
|
568
582
|
|
569
583
|
<ul>
|
570
584
|
<li><p>Upgrade to Inochi 3.0.0. Run <code>rumai --help</code> to see the UNIX manual page!</p></li>
|
571
|
-
<li><p>Move IRB session creation code from rumai(1) into <code>rumai/irb</code> sub-library.</p></li>
|
585
|
+
<li><p>Move IRB session creation code from <a class="man-ref" href="rumai.1.html">rumai<span class="s">(1)</span></a> into <code>rumai/irb</code> sub-library.</p></li>
|
572
586
|
</ul>
|
573
587
|
|
574
588
|
|
@@ -585,7 +599,7 @@ performs some minor housekeeping.</p>
|
|
585
599
|
<pre><code>Unrecognized directive '...' in lib/rumai/inochi.yaml
|
586
600
|
</code></pre>
|
587
601
|
|
588
|
-
<p>Thanks to
|
602
|
+
<p>Thanks to Mattia Gheda for reporting this.</p></dd>
|
589
603
|
</dl>
|
590
604
|
|
591
605
|
|
@@ -604,7 +618,7 @@ implementation of the <a href="http://libs.suckless.org/libixp">IXP file-system
|
|
604
618
|
<p>Thank you:</p>
|
605
619
|
|
606
620
|
<ul>
|
607
|
-
<li
|
621
|
+
<li>Kenneth De Winter reported the issue of status bar applets not refreshing
|
608
622
|
according to their prescribed schedule (this is particularly noticable
|
609
623
|
in the clock applet) and verified my fix for the problem.</li>
|
610
624
|
</ul>
|
@@ -900,18 +914,18 @@ which lets you manipulate the <a href="http://wmii.suckless.org">wmii</a> window
|
|
900
914
|
<h2 id="CREDITS">CREDITS</h2>
|
901
915
|
|
902
916
|
<p>Christoph Blank,
|
903
|
-
|
917
|
+
Kenneth De Winter,
|
918
|
+
Mattia Gheda,
|
904
919
|
Michael Andrus,
|
905
920
|
Nathan Neff,
|
906
|
-
|
907
|
-
|
908
|
-
<a href="http://github.com/skirge">skirge</a></p>
|
921
|
+
Sebastian Chmielewski,
|
922
|
+
Simon Hafner</p>
|
909
923
|
|
910
924
|
<h2 id="LICENSE">LICENSE</h2>
|
911
925
|
|
912
926
|
<p>(the ISC license)</p>
|
913
927
|
|
914
|
-
<p>Copyright 2006 Suraj N. Kurapati <a href="m&#
|
928
|
+
<p>Copyright 2006 Suraj N. Kurapati <a href="mailto:sunaku@gmail.com" data-bare-link="true">sunaku@gmail.com</a></p>
|
915
929
|
|
916
930
|
<p>Permission to use, copy, modify, and/or distribute this software for any
|
917
931
|
purpose with or without fee is hereby granted, provided that the above
|
@@ -927,14 +941,14 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p>
|
|
927
941
|
|
928
942
|
<h2 id="SEE-ALSO">SEE ALSO</h2>
|
929
943
|
|
930
|
-
<p>irb(1)
|
931
|
-
wmiir(1)
|
932
|
-
wmii(1)</p>
|
944
|
+
<p><span class="man-ref">irb<span class="s">(1)</span></span>,
|
945
|
+
<span class="man-ref">wmiir<span class="s">(1)</span></span>,
|
946
|
+
<span class="man-ref">wmii<span class="s">(1)</span></span></p>
|
933
947
|
|
934
948
|
|
935
|
-
<ol class='man foot'>
|
949
|
+
<ol class='man-decor man-foot man foot'>
|
936
950
|
<li class='tl'></li>
|
937
|
-
<li class='tc'>
|
951
|
+
<li class='tc'>July 2010</li>
|
938
952
|
<li class='tr'>rumai(1)</li>
|
939
953
|
</ol>
|
940
954
|
|
data/man/man1/rumai.1.gz
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rumai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: 11
|
4
5
|
prerelease: false
|
5
6
|
segments:
|
6
7
|
- 3
|
7
|
-
-
|
8
|
-
-
|
9
|
-
version: 3.
|
8
|
+
- 3
|
9
|
+
- 0
|
10
|
+
version: 3.3.0
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Suraj N. Kurapati
|
@@ -14,16 +15,18 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date: 2010-
|
18
|
+
date: 2010-07-16 00:00:00 -07:00
|
18
19
|
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
21
22
|
name: inochi
|
22
23
|
prerelease: false
|
23
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
24
26
|
requirements:
|
25
27
|
- - ">="
|
26
28
|
- !ruby/object:Gem::Version
|
29
|
+
hash: 7
|
27
30
|
segments:
|
28
31
|
- 3
|
29
32
|
- 0
|
@@ -31,6 +34,7 @@ dependencies:
|
|
31
34
|
version: 3.0.0
|
32
35
|
- - <
|
33
36
|
- !ruby/object:Gem::Version
|
37
|
+
hash: 11
|
34
38
|
segments:
|
35
39
|
- 4
|
36
40
|
version: "4"
|
@@ -40,9 +44,11 @@ dependencies:
|
|
40
44
|
name: dfect
|
41
45
|
prerelease: false
|
42
46
|
requirement: &id002 !ruby/object:Gem::Requirement
|
47
|
+
none: false
|
43
48
|
requirements:
|
44
49
|
- - ~>
|
45
50
|
- !ruby/object:Gem::Version
|
51
|
+
hash: 7
|
46
52
|
segments:
|
47
53
|
- 2
|
48
54
|
version: "2"
|
@@ -80,23 +86,27 @@ rdoc_options: []
|
|
80
86
|
require_paths:
|
81
87
|
- lib
|
82
88
|
required_ruby_version: !ruby/object:Gem::Requirement
|
89
|
+
none: false
|
83
90
|
requirements:
|
84
91
|
- - ">="
|
85
92
|
- !ruby/object:Gem::Version
|
93
|
+
hash: 3
|
86
94
|
segments:
|
87
95
|
- 0
|
88
96
|
version: "0"
|
89
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
98
|
+
none: false
|
90
99
|
requirements:
|
91
100
|
- - ">="
|
92
101
|
- !ruby/object:Gem::Version
|
102
|
+
hash: 3
|
93
103
|
segments:
|
94
104
|
- 0
|
95
105
|
version: "0"
|
96
106
|
requirements: []
|
97
107
|
|
98
108
|
rubyforge_project:
|
99
|
-
rubygems_version: 1.3.
|
109
|
+
rubygems_version: 1.3.7
|
100
110
|
signing_key:
|
101
111
|
specification_version: 3
|
102
112
|
summary: Ruby interface to the wmii window manager
|