rebel-readline icon indicating copy to clipboard operation
rebel-readline copied to clipboard

Terminal readline library for Clojure dialects

Results 73 rebel-readline issues
Sort by recently updated
recently updated
newest added

Old version: ``` clojure -A:rebel WARNING: Use of :main-opts with -A is deprecated. Use -M instead. ``` fixed version: ``` clojure -M:rebel [Rebel readline] Type :repl/help for online help info...

Changed the clojars url for Rebel Readline in the readme so it points to rebel's clojar page, rather than clojar's homepage.

How, with the rebel-REPL (aka the rebl), do you set some initialization function to run when the REPL begins? For example, to do this with the Leiningen REPL, I have...

Would it be possible to use this with [Babashka](https://github.com/babashka/babashka)?

Hi, nice people. Would anyone know to tell what I am doing wrong? I'd appreciate it. I got the following script as `$HOME/.lein/profiles.clj` ``` { :user {:dependencies [[com.bhauman/rebel-readline "0.1.4"]] :aliases...

Hi! I tend to appreciate silent REPL startup processes and accordingly `[Rebel readline] Type :repl/help for online help info` bothers be a bit. I'd appreciate if the related `println` could...

I like the syntax colouring rebel does on results, but I also sometimes would like a pretty-printed output. Maybe if the command ends with a "|" you could pprint the...

`require` is not thread safe, but https://github.com/bhauman/rebel-readline/blob/6c314f8fe1cb44bde3a0511bf14d48157f89f6d7/rebel-readline/src/rebel_readline/utils.clj#L45 starts a thread and calls `require`. This can lead to confusing errors if you happen to load rewrite-clj yourself (e.g. in `:init`) while...

Please refer to this [vulnerability](https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-173761), "Upgrade com.google.protobuf:protobuf-java to version 3.4.0 or higher." **1.9.946** ``` [org.clojure/clojurescript "1.9.946"] [com.google.javascript/closure-compiler-unshaded "v20170910"] ... [com.google.protobuf/protobuf-java "3.0.2"] ``` **1.10.758** ``` [com.google.javascript/closure-compiler-unshaded "v20200315"] ... [com.google.protobuf/protobuf-java "3.11.1"] ```

Do some Ctrl-a Ctrl-e Ctrl-w when editing line to jump around and delete words. Sometimes cursor starts moving unpredictably. As if beginning/end of the line position is calculated incorrectly. Sometimes...