ninjudd / cake

A tasty build tool for Clojure.
clojure-cake.org
Eclipse Public License 1.0
171 stars 12 forks source link

Add bash autocompletion support for task names #105

Closed ninjudd closed 12 years ago

ninjudd commented 13 years ago

Cake should write out a file with the completions when it runs since spinning up the JVM to get a list of completions will be too slow if cake is not running.

Bonus points for autocompletion of test namespaces, functions and tags.

ninjudd commented 12 years ago

Closing since we're moving to lein