I attached a version of acmebrowse that doesn't require tmux. I removed
readme from the script - you can still find it in a previous message.
Only pipes are used. Below is a generalized version that could be
adapted for other programs:
> #!/bin/rc
>
> . 9.rc
> . $PLAN9/lib/acme.rc
>
> fn event
On Fri, 25 Jul 2014 11:32:01 +0200
Teodoro Santoni wrote:
> How about using empty [1] instead of tmux? It seems to me that it's
> not the right tool.
Tmux isn't a right tool. It was just under the hand and I wanted to
hammer our basics fast. I started with unix fifos, but I'm not that
familiar
On Thu, Jul 24, 2014 at 11:15:35PM +0200, Paul Onyschuk wrote:
> I've been playing around with idea of using edbrowse (CLI web browser
> with ed-like interface) together with acme. Launching it using win(1)
> in acme is fine, but far from usable. I decided to improve on that.
> This script is res
I've been playing around with idea of using edbrowse (CLI web browser
with ed-like interface) together with acme. Launching it using win(1)
in acme is fine, but far from usable. I decided to improve on that.
This script is result of that - it needs to be launched in acme. Tmux
is used for bridgi