liebke / cljr

cljr is a Clojure REPL and package management system.
236 stars 11 forks source link

cljr search always returns blank results #25

Open nfedyashev opened 4 years ago

nfedyashev commented 4 years ago

Steps to reproduce:

Install

Download cljr-installer.jar Run java -jar cljr-installer.jar Note 1: If your browser added a .zip extension to the jar during download, just run: java -jar cljr-installer.jar.zip. Note 2: Requires java 1.6 Add ~/.cljr/bin/ to your path (or copy the platform appropriate cljr script to your path). cljr search leiningen

Actual results:


  cljr search cljr
Libraries on Clojars.org that contain the term:  cljr
--------------------------------------------------------------------------------

 cljr search leiningen
Libraries on Clojars.org that contain the term:  leiningen
--------------------------------------------------------------------------------

Expected results:

something that's not blank. First time cljr user here, I'm not sure yet what it has to display instead.

liebke commented 4 years ago

I'm afraid I'm not surprised that cljr no longer works correctly, it hasn't been updated in 10 years.