https://github.com/sunaku/rumai
Ruby interface to 9P2000 protocol and WMII window manager
https://github.com/sunaku/rumai
plan9 ruby window-manager
Last synced: about 1 year ago
JSON representation
Ruby interface to 9P2000 protocol and WMII window manager
- Host: GitHub
- URL: https://github.com/sunaku/rumai
- Owner: sunaku
- License: isc
- Created: 2009-01-25T20:00:45.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2016-05-23T16:41:26.000Z (almost 10 years ago)
- Last Synced: 2025-04-15T10:08:34.448Z (about 1 year ago)
- Topics: plan9, ruby, window-manager
- Language: Ruby
- Homepage: http://snk.tuxfamily.org/lib/rumai/
- Size: 327 KB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: HISTORY
- License: LICENSE
Awesome Lists containing this project
README
== DESCRIPTION
Rumai is a pure <> interface to the <> window manager. Its name
is a portmanteau of "**Ru**by" and "w**mi**i", which I pronounce as "vim eye".
=== Features
* Provides an interactive shell for live experimentation.
* Arranges clients, columns, views, and tags dynamically.
* Talks directly to wmii's <>.
* Includes a pure Ruby client for the <>.
* Powers http://github.com/sunaku/wmiirc[my personal] wmiirc and
http://github.com/sunaku/wmiirc/network[many others] like it.
=== Resources
Project website::
<%= @proj_home_url = Rumai::WEBSITE %>
Announcements feed::
<%= @ann_feed_url = File.join(@proj_home_url, 'ann.xml') %>
API documentation::
<%= @api_docs_url = File.join(@proj_home_url, 'api/') %>
Source code (browse online, download, or checkout)::
<%= @code_repo_url = 'http://github.com/sunaku/rumai' %>
Issue tracker (report bugs, request features, get help)::
<%= @bug_track_url = File.join(@code_repo_url, 'issues') %>