I put this together as a weekend experiment with a similar goal. Maybe 
it'll do what you want.

https://github.com/matthias-margush/clpr

On Wednesday, September 5, 2018 at 6:56:24 PM UTC-7, Didier wrote:
>
> Hi all,
>
> I was wondering if there is an easy way I can pipe my shell output into a 
> REPL. Something like:
>
> cat /tmp/remus-lighthouse-apis-info.ion | lein repl
>
> When I try this, it starts a REPL, and then each line gets sent one by one 
> to the REPL and ran.
>
> I'd like it so that I'm at the REPL, and standard in is ready to be read 
> by me, from the REPL, so I can manipulate the input being piped how I see 
> fit within the repl session.
>
> Is there anyway to do this?
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to