From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10210 invoked from network); 23 Sep 2022 06:58:34 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 23 Sep 2022 06:58:34 -0000 Received: from mx2.mythic-beasts.com ([46.235.227.24]) by 9front; Fri Sep 23 02:55:12 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=quintile.net; s=mythic-beasts-k1; h=To:Date:Subject:From; bh=IR+NBOqK53Jeq9VE4fD5hz/yD9mZ8BBaMaju4nDr/oU=; b=bs9/APcPKAt1yvJ5qmmr+wRyxu FKM9ALpFW9mK0qheDU6qqI9ilQsp34yIscaoHzDai5m4xIXoaPX/qQZxaDLPJCmxRaAxoDFL3SHq7 TZOG41Y9+CdnaHzsJIiijpF2Y6+zACB0BXZ4F0I/I72XuxzhlNeuBy0KXI2YdBiWXgt9+hD8WcWpH UdmRWXn399M13+C9NlOt9CYaNrO/2WpB57qj122LsNP7ou0PWvTreFvnX3fDhFy/EoZDPW3mNgbdc QaastHQrPHSjentIOJC4533GpfoACl4EDlScePwrp+oQ2DFQzGTpP9oaWJ5GOdq7GwPriJ0cVOkk+ OvhKqLGQ==; Received: from [81.187.198.132] (port=59419 helo=smtpclient.apple) by mailhub-hex-d.mythic-beasts.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1obcad-00EYps-2H for 9front@9front.org; Fri, 23 Sep 2022 07:55:11 +0100 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Steve Simon Mime-Version: 1.0 (1.0) Date: Fri, 23 Sep 2022 07:55:09 +0100 Message-Id: <2CC7DA7E-B23B-44C0-AB31-904DC0C46820@quintile.net> References: <16CA5F6F4DE14A49F2E458E10ABC3588@prosimetrum.com> In-Reply-To: <16CA5F6F4DE14A49F2E458E10ABC3588@prosimetrum.com> To: 9front@9front.org X-Mailer: iPhone Mail (19G82) X-BlackCat-Spam-Score: 4 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: non-blocking content-addressed standard interface Subject: Re: [9front] graphics tools Reply-To: 9front@9front.org Precedence: bulk there was a program watch.c kicking about, this just polled the mod time on the given file every second and ran the giv= en command when it changed. i used to use this for writing troff docs in a semi wysiwyg style. i may even have some code somwhere. -Steve > On 23 Sep 2022, at 05:22, umbraticus@prosimetrum.com wrote: >=20 > =EF=BB=BF >>=20 >> Just tired of open/close file for every little thing or constantly pastin= g >> pic test.ms | troff | page. >=20 > In sam you can do this: >=20 > !fn p{echo w; window 'pic '^$%^' | troff | page'} >=20 > Then running ^p will write changes and pop up an updated render. >=20 > umbraticus >=20