From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4269 invoked from network); 9 Mar 2006 23:58:17 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 9 Mar 2006 23:58:17 -0000 Received: (qmail 73032 invoked from network); 9 Mar 2006 23:58:11 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 9 Mar 2006 23:58:11 -0000 Received: (qmail 7710 invoked by alias); 9 Mar 2006 23:58:02 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10009 Received: (qmail 7698 invoked from network); 9 Mar 2006 23:58:00 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 9 Mar 2006 23:58:00 -0000 Received: (qmail 71856 invoked from network); 9 Mar 2006 23:58:00 -0000 Received: from happygiraffe.net (81.6.215.59) by a.mx.sunsite.dk with SMTP; 9 Mar 2006 23:57:59 -0000 Received: from localhost (localhost.happygiraffe.net [127.0.0.1]) by happygiraffe.net (Postfix) with ESMTP id C20B5B84D for ; Thu, 9 Mar 2006 23:57:58 +0000 (GMT) Received: from happygiraffe.net ([127.0.0.1]) by localhost (gimli.happygiraffe.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 79071-13 for ; Thu, 9 Mar 2006 23:57:49 +0000 (GMT) Received: by happygiraffe.net (Postfix, from userid 1001) id DC9B2B84C; Thu, 9 Mar 2006 23:57:49 +0000 (GMT) Date: Thu, 9 Mar 2006 23:57:49 +0000 To: Zsh User Subject: rake completion Message-ID: <20060309235749.GA80406@gimli.happygiraffe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 From: dom@happygiraffe.net (Dominic Mitchell) X-Virus-Scanned: amavisd-new at happygiraffe.net If you're using Rails, this completion for the rake command might come in handy: http://weblog.rubyonrails.com/articles/2006/03/09/fast-rake-task-completion-for-zsh -Dom