00:00:00 --- log: started retro/17.11.05 01:23:55 --- join: wuehlmaus (wuehlmaus@freeshell.de) joined #retro 01:24:07 is it now possible to pipe to e.g. less? 01:24:26 that would be a cool thing i bet 08:58:54 am i right that pipe functionality is not there yet? 08:59:53 i looked for popen and it isn't in the c code so i think it is not implemented yet 09:50:17 correct, no pipe support yet 12:12:07 --- quit: carvite (*.net *.split) 12:12:48 --- join: carvite (~carvite@unaffiliated/stryx/x-3871776) joined #retro 13:15:18 --- join: mpts (~mpts@hackerspace.pl) joined #retro 13:55:48 `unix:popen` and `unix:pclose` are added; read/writes can be done using the `file:` words; modes supported are `file:R` and `file:W`; `file:R+` should work if your OS supports bidirectional pipes (FreeBSD; macOS; not sure of others on this) 14:02:59 crc: the commit is not public yet, right? 14:03:38 it's in the fossil repo (I haven't copied the changes to the git repo yet) 14:07:32 I'll have this synced to the git shortly 14:07:47 (fossil repo is running at http://forthworks.com:8000 ) 14:15:08 the rre changes to add the unix: namespace words are now in the git repository as well 22:32:09 --- quit: carvite (*.net *.split) 22:56:18 great, thanks a lot! 23:12:19 --- join: carvite (~carvite@unaffiliated/stryx/x-3871776) joined #retro 23:45:23 can someone provide an example on how to use popen? 23:45:45 i am a slow learner 23:59:59 --- log: ended retro/17.11.05