From owner-freebsd-pkg@FreeBSD.ORG Sat Apr 4 18:05:13 2015 Return-Path: Delivered-To: pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DE85E0E; Sat, 4 Apr 2015 18:05:13 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B25DA6A7; Sat, 4 Apr 2015 18:05:12 +0000 (UTC) Received: by lagg8 with SMTP id g8so96598961lag.1; Sat, 04 Apr 2015 11:05:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=BP1a4Mec576pcQQJF7sCormEcONiDzmYPncyQYlXO1k=; b=ktI2R7hv/P9vEG+u2QDkOPVOJBO0DKeU4lAbVkOs1YClkH4BHz/Iy7tTWtC39glxXM kwGFsO/OCnehwxGdw7OjN8NW042Jzj110lkaA2BFdBxgeyZOGaBMjoBMHPjpVJA5y46f dShSkD8dP6qhhJeHEPdEtDPtzT5xOHETQ4srSkfkAoQup4zz0ExYyVP3SfUXN9+Ci/KB 5rObFF5u4yeZWlKgqDiAWx3cgCdJ4+r/FZ4zYHyHTaaFuuhjxF45Gb6jI1Vup4FFL5LI k9JrOY4pjrgdx6AWg+CihW15ZZHs5DH2lPwo6l+lYWAjDe9fG5BmYj7cKnoBNIvp/b3q snyg== MIME-Version: 1.0 X-Received: by 10.152.36.169 with SMTP id r9mr6824982laj.29.1428170710766; Sat, 04 Apr 2015 11:05:10 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.108.168 with HTTP; Sat, 4 Apr 2015 11:05:10 -0700 (PDT) In-Reply-To: <79DCE8388D31F662B15D7B4A@atuin.in.mat.cc> References: <20150402201909.GD30115@ivaldir.etoilebsd.net> <79DCE8388D31F662B15D7B4A@atuin.in.mat.cc> Date: Sat, 4 Apr 2015 11:05:10 -0700 X-Google-Sender-Auth: C1aw9mlCBc1QBqeF7b1-oVBu9Pc Message-ID: Subject: Re: Share your pkg aliases From: Craig Rodrigues To: Mathieu Arnold Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: pkg , "ports@freebsd.org" X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2015 18:05:13 -0000 On Sat, Apr 4, 2015 at 1:50 AM, Mathieu Arnold wrote: > +--On 3 avril 2015 12:47:31 -0700 Craig Rodrigues| > | It's a minor thing, but tab completions are really nice for usability. > | bash shell users can use this, but zsh also has a way to read bash > | completion scripts. > > It's picked up automatically when you install shells/bash-completion. > > Cool. shells/bash-completion *does* work with pkg. It would be cool if shells/bash-completion was automatically installed when the bash port is installed, so that the average user does not have to do any other setup, and things *just work* out of the box. It would also give the pkg developers incentive to keep the bash completion updated and in sync as new pkg sub commands and command flags are added. I just tried zsh, and it looks like the pkg completions work by default with zsh. Very nice! -- Craig