From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26491 invoked by alias); 14 Jul 2014 14:15:53 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18942 Received: (qmail 29855 invoked from network); 14 Jul 2014 14:15:40 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 Date: Mon, 14 Jul 2014 10:05:51 -0400 From: Aaron Schrab To: The Fuzzy Whirlpool Thunderstorm Cc: zsh-users@zsh.org Subject: Re: Is there any zsh completion file for OpenSSL commands? Message-ID: <20140714140551.GB30405@pug.qqx.org> Mail-Followup-To: The Fuzzy Whirlpool Thunderstorm , zsh-users@zsh.org References: <20140714132114.GA24870@blinkenshell.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20140714132114.GA24870@blinkenshell.org> User-Agent: Mutt/1.5.22+67 (g5875feb) (2013-10-16) At 15:21 +0200 14 Jul 2014, The Fuzzy Whirlpool Thunderstorm wrote: >Hi everybody. >I wonder if there is zsh completion file for openssl. Openssl commands >are long and inefficient to type it everytime. It would be convenient to >have zsh doing autocompletion for openssl commands. >If it's missing, will it be developed? >For your reference, bash has already a partial support for openssl >commands options, through bash_completion package. I made a start awhile ago. I find what I've developed useful, but didn't get it to the point where I was really ready to get it merged anywhere. The work I've done so far is available from a branch in my fork of the zsh-completions project on github: https://github.com/aschrab/zsh-completions/tree/openssl