An open API service indexing awesome lists of open source software.

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

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') %>