Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 60062 invoked from network); 22 Feb 2011 17:05:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Feb 2011 17:05:38 -0000 Received: (qmail 33696 invoked by uid 500); 22 Feb 2011 17:05:36 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 33459 invoked by uid 500); 22 Feb 2011 17:05:33 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 33451 invoked by uid 99); 22 Feb 2011 17:05:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Feb 2011 17:05:32 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of doppler@gmail.com designates 209.85.215.52 as permitted sender) Received: from [209.85.215.52] (HELO mail-ew0-f52.google.com) (209.85.215.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Feb 2011 17:05:26 +0000 Received: by ewy10 with SMTP id 10so1133869ewy.11 for ; Tue, 22 Feb 2011 09:05:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Dg5EKdrjeXaOySlZlxRjMTkG9u7kOQF5SBTysg4N0gk=; b=j6AizXMK8TEpLBMft1TTFdbimE9rDJdg/pD9YO405hj1T5elXHEL7nyWUyYfhGtUlB KXCXKl6gNefWpkEgz1Fey1EWWLuhC7/mOxYERy6AQX+W+eij9Bq9kDJMP8MuSUqt6kUl 759gc1/A1sMzfbmwmSG7xLgHWj51U9gcAZ+1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=FGtABnayD7AzVFG6qB2WdjY46N/q6vmy/4hWFthiucZvyDyjGizQFR3WU46Z/LYCD7 4INu8tfvpkqQ9/VBKDhe54BVKhPfYBZyF2g6nZZekKktuYAr9wIxRNkJMRjmpUNiM0gy Y6s6te84PjDuScbRmZ2T7J7K6pCmrFtQ+wSGg= MIME-Version: 1.0 Received: by 10.14.11.226 with SMTP id 74mr3263479eex.5.1298394305481; Tue, 22 Feb 2011 09:05:05 -0800 (PST) Received: by 10.14.127.131 with HTTP; Tue, 22 Feb 2011 09:05:05 -0800 (PST) In-Reply-To: References: <1207661569.20110222124406@imarto.net> Date: Tue, 22 Feb 2011 11:05:05 -0600 Message-ID: Subject: Re: Command-line tools From: David Rose To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Another option: https://github.com/mikeal/node.couchapp.js On Tue, Feb 22, 2011 at 3:50 AM, Jonathan Stott wrote: > 2011/2/22 Konstantin Cherkasov : >> I'd like to edit source code of views (and other stuff) in a text editor and push it into _design docs. >> What is the recommended command-line tools to export/import code from/to CouchDB ? > > Couchapp: http://couchapp.org/page/index > > Regards > Jon >