From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1671 invoked by alias); 2 Mar 2013 06:34:47 -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: 17659 Received: (qmail 27500 invoked from network); 2 Mar 2013 06:34:45 -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 Received-SPF: pass (ns1.primenet.com.au: SPF record at polanet.pl designates 193.34.52.2 as permitted sender) Date: Sat, 2 Mar 2013 07:11:19 +0100 From: Tomasz Pala To: zsh-users@zsh.org Subject: Re: zsh completer for ps, procees viewer Message-ID: <20130302061119.GA18659@polanet.pl> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) On Fri, Mar 01, 2013 at 23:50:18 -0500, joe M wrote: > On my gentoo system, I notice that _ps is the below and does not show > the options for ps, the process viewer. [...] > Just wanted to check if it is the same across other distros. > > It is located at /usr/share/zsh/5.0.2/functions/Completion/Unix/_ps in > my system. This is postscript files handler. > Is there a completion file for ps, the process viewer, floating around? Who needs one? ps command varies so much between different Unix systems that it makes no sense (due to huge effort) to write one. There is _pids completion attached to various commands (kill, strace, lsof, gdb, ulimit). -- Tomasz Pala