Nice! Towards a similar purpose, I wrote a little Emacs hack last week
that web-scrapes clojars.org and inserts the artifact declaration at
the cursor. Since I had to rely on their search feature, I couldn't do
proper regular expression matching.

-Per

On Fri, Apr 9, 2010 at 11:23 AM, Heinz N. Gies <he...@licenser.net> wrote:
> Some people might have had to endure my complains about maven already (no 
> worries this isn't one of them). Them aside I usually don't complain without 
> attempting to do something against the problem I see.
>
> So here you go lein-search. It's by far not perfect and surely not the nicest 
> or best way to do things but I feel it is a start to take some of the pain I 
> have with maven away and I hope others feel the same.
>
> What does it do? It is a simple lein plugin to search clojars and easily add 
> artifacts from there to a lein project. It just has three commands:
>
> lein update (creates a index on clojars.org's repo)
> lein search <regexp> (searches this index)
> lein add <regexp> (a somewhat interactive version of search that lets you 
> select a precise artifact and version and adds this to your project.clj)
>
> go enjoy and let me know if something goes wrong.
>
> Regards,
> Hienz aka Licenser aka 'The guy that whines about maven'.
>
> --
> 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 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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to