zsh-workers
 help / color / mirror / code / Atom feed
From: Kosuke Asami <tfortress58@gmail.com>
To: zsh-workers@zsh.org
Cc: Kosuke Asami <tfortress58@gmail.com>
Subject: [PATCH 0/3] _pgrep: fixes and improvements
Date: Wed, 12 Mar 2014 02:04:05 +0900	[thread overview]
Message-ID: <1394557448-31011-1-git-send-email-tfortress58@gmail.com> (raw)

pgrep completion uses 'ps' commands, but in BSD environment, it has
wrong 'ps' options, so it doesn't work showing error messages like a
following line.

ps: illegal argument: co

These patches fix this problem.

And, pgrep options are different between operating systems.
They also deal with it.

Kosuke Asami (3):
  _pgrep: add missing options in each environments
  _pgrep: fix commands used in completion
  _pgrep: tidying up

 Completion/Unix/Command/_pgrep | 130 +++++++++++++++++++++++++++++++----------
 1 file changed, 100 insertions(+), 30 deletions(-)

-- 
1.9.0


             reply	other threads:[~2014-03-11 17:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-11 17:04 Kosuke Asami [this message]
2014-03-11 17:04 ` [PATCH 1/3] _pgrep: add missing options in each environments Kosuke Asami
2014-03-11 17:04 ` [PATCH 2/3] _pgrep: fix commands used in completion Kosuke Asami
2014-03-11 17:04 ` [PATCH 3/3] _pgrep: tidying up Kosuke Asami

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1394557448-31011-1-git-send-email-tfortress58@gmail.com \
    --to=tfortress58@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).