rep icon indicating copy to clipboard operation
rep copied to clipboard

A single-shot nREPL client designed for shell invocation

Results 6 rep issues
Sort by recently updated
recently updated
newest added

When no arguments are given then read from stdin instead. This way you can pipe code into `rep`. Also prints a nicer warning when no port number is given and...

Since the clojure program at the company I work for is a windows version, I wish there was a Windows version as well. When did the Mac version come out?!...

It would be convenient to have the latest binaries published on GitHub. The current ones with v0.1.2 seem to be old (2019 while there were changes in `rep.c` in 2021)...

I've extended rep to have it write repl I/O to a dedicated `*rep*` buffer in kakoune. This is necessary for how our clojure build system works at my job for......

Would be nice if I could build it with Guix. I think it provides all you need from Nix

Is there the way to get formatted result? Usually it's done with `(set! nrepl.middleware.print/*print-fn* clojure.pprint/pprint)`. I can prepend every call with this, but it's not too much usable. ```clojure $...