Inferno Software
Arvindh Rajesh Tamilmani
arvindht@gmail.com
Rect is useful when dealing with text in multi-column formats (e.g. log files). It is also used to comment/uncomment, indent/unindent source code.
Inspired by Emacs rectangle commands, I first wrote rect as an rc script. While rewriting it to avoid the dependency on sam(1), I encountered an acme bug. Russ Cox fixed the bug and rewrote rect in C, which I converted to Limbo.
echo -n ',d' >/mnt/acme/$acmewin/edit
Before running the script for the first time, create /dis/hg (similar to /dis/svn) and set up an empty repository.
% cd /n/d/src % hg init acme-sac % pull acme-0.9.6 % pull acme-0.9.7