Users browsing this thread: 1 Guest(s)
ckester
Nixers
(20-01-2020, 01:41 AM)eduarch42 Wrote: How would one go to take the concept of unix piping into the GUI environment?

Here's something I often find myself doing:

$ find . -name "*.jpg" -newer timestamp | sxiv -io | iptckwed -i -a "b&w" ; touch timestamp

Here sxiv(1) is being used as an interactive filter to look at the new image files and pass the pathnames of the selected ones on to the next stage of the pipeline. Text in, text out, graphics in between.

Probably not what the OP was asking about, but I thought I should point out that some GUI programs already support piping scenarios like this.


Messages In This Thread
GUI pipes - by eduarch42 - 20-01-2020, 01:41 AM
RE: GUI pipes - by jkl - 20-01-2020, 10:34 AM
RE: GUI pipes - by eduarch42 - 21-01-2020, 11:38 PM
RE: GUI pipes - by pkal - 24-01-2020, 05:43 AM
RE: GUI pipes - by josuah - 25-01-2020, 02:05 PM
RE: GUI pipes - by z3bra - 25-01-2020, 06:28 PM
RE: GUI pipes - by eduarch42 - 25-01-2020, 08:27 PM
RE: GUI pipes - by z3bra - 26-01-2020, 09:08 AM
RE: GUI pipes - by eduarch42 - 27-01-2020, 12:00 PM
RE: GUI pipes - by Halfwit - 28-01-2020, 08:54 PM
RE: GUI pipes - by Halfwit - 28-01-2020, 08:58 PM
RE: GUI pipes - by eduarch42 - 28-01-2020, 09:42 PM
RE: GUI pipes - by eduarch42 - 28-01-2020, 09:48 PM
RE: GUI pipes - by josuah - 08-04-2020, 04:35 PM
RE: GUI pipes - by twee - 13-04-2020, 01:44 PM
RE: GUI pipes - by z3bra - 14-04-2020, 07:21 AM
RE: GUI pipes - by twee - 14-04-2020, 07:33 AM
RE: GUI pipes - by seninha - 01-05-2020, 09:45 AM
RE: GUI pipes - by ckester - 01-05-2020, 12:45 PM
RE: GUI pipes - by z3bra - 02-05-2020, 08:13 AM
RE: GUI pipes - by ckester - 02-05-2020, 03:42 PM