Re: [dev] [acmebrowse] Mouse driven interface for edbrowse

2014-07-29 Thread Paul Onyschuk
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

Re: [dev] [acmebrowse] Mouse driven interface for edbrowse

2014-07-25 Thread Paul Onyschuk
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

Re: [dev] [acmebrowse] Mouse driven interface for edbrowse

2014-07-25 Thread Teodoro Santoni
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

[dev] [acmebrowse] Mouse driven interface for edbrowse

2014-07-24 Thread Paul Onyschuk
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