vile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [vile] Is there a way to use xvile in a pipe?


From: Chris Green
Subject: Re: [vile] Is there a way to use xvile in a pipe?
Date: Tue, 6 Oct 2015 11:51:47 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

OK, scrub all that, there's a fairly easy way.

Use named pipes.

I can then do:-

    ccrypt -d encryptedfile >pipe

    xvile pipe

    ccrypt -e <pipe >encryptedfile


pipe is just created using mkfifo.


One has to be a bit careful about the timing of when things are run
but it doe work if you're careful.

-- 
Chris Green



reply via email to

[Prev in Thread] Current Thread [Next in Thread]