zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH 0/3] _pgrep: fixes and improvements
@ 2014-03-11 17:04 Kosuke Asami
  2014-03-11 17:04 ` [PATCH 1/3] _pgrep: add missing options in each environments Kosuke Asami
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kosuke Asami @ 2014-03-11 17:04 UTC (permalink / raw)
  To: zsh-workers; +Cc: Kosuke Asami

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-11 17:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-11 17:04 [PATCH 0/3] _pgrep: fixes and improvements Kosuke Asami
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

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).