From owner-freebsd-questions@FreeBSD.ORG Sun Jan 4 12:40:56 2015 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA3C6CAE for ; Sun, 4 Jan 2015 12:40:56 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 478601240 for ; Sun, 4 Jan 2015 12:40:56 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id em10so1730273wid.11 for ; Sun, 04 Jan 2015 04:40:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=J9QZ3A1dH+TxpKJugYfgyKXxCSmKA0PRe/+O6Mx+8g4=; b=hW0jWe1R+Wnyg/s5/4h3AGfRhufNywX6PsWkY5SUoE4y9/J0Yx/9U1yh++MXtlPhHw uv89B4+q+1ay1lEdJCuMK6BnbYeS8EHqaZxmTfZv0+0YLuWwyk3nH5dDs4Of0FX2jRCJ 5KPmukhSlCxcjNERtqnnPhOH15t/r69CfAyeRGT5iPb7enYWcvudksNntCt4dq5Na/3E 5yW8+Hzpew65YZdY+CbJ1J65QmAj8ECfHMofqFaLyq/APdiOE1kwNLo77e71deO5/etU jLzJr+0c9K/0sDR73FzOI2Ek0nKZiaYE52WhJBjEnh1nqy6TCwgAy9NkafTKIniOHqa2 mZVw== X-Received: by 10.180.103.201 with SMTP id fy9mr15753088wib.31.1420375254746; Sun, 04 Jan 2015 04:40:54 -0800 (PST) Received: from [192.168.0.63] (xdsl-89-0-134-33.netcologne.de. [89.0.134.33]) by mx.google.com with ESMTPSA id fx6sm71394652wjc.39.2015.01.04.04.40.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 04 Jan 2015 04:40:53 -0800 (PST) Message-ID: <54A942DE.9060203@gmail.com> Date: Sun, 04 Jan 2015 14:40:46 +0100 From: Michael User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:34.0) Gecko/20100101 Firefox/34.0 SeaMonkey/2.31 MIME-Version: 1.0 To: Warren Block Subject: Re: TCSH completion patterns and the pkg command References: <54A85003.3000301@gmail.com> <20150103203734.5086dfd6.freebsd@edvax.de> <54A8836D.1010805@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org, Polytropon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 12:40:56 -0000 Warren Block wrote: > Some completions here, including some moderate ones for pkg: > http://www.wonkity.com/~wblock/csh/completions Hi Warren, your completions look very interesting! Do you mind if I include and rework them with due credit in https://github.com/michipili/tcshfiles It is distributed under CECILL-B, a BSD-style license.