Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 0/3] _pgrep: fixes and improvements
- X-seq: zsh-workers 32470
- From: Kosuke Asami <tfortress58@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 0/3] _pgrep: fixes and improvements
- Date: Wed, 12 Mar 2014 02:04:05 +0900
- Cc: Kosuke Asami <tfortress58@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=KFC4Txd68znHKdRVk4jdRiyUQMeR1veFoI7BdYPvLUc=; b=XYUkmuNAkW6ddXEg5Yz1V9xuZwIJOMo+f5l01c/oEs6DgKfImUwmAVFMWKpbHB7pNo KaVH6+4J0rCJPzWfIbOPVSq1ItKecjUXxHb3XBw/frugr/+wlOmk594aChy/FeCEyoRJ Rhge356VKiisg9gSBTP/8zQ0dJXAIwJQ1LwSzPiVlCTNs8oiyS6cXUwRhh70OC2G68Um fcZgP8CtXH0uEM1M6Rk3m9eR+MpBC4IAPakZRQR003Js2IJlAIr4DFAq27jSmT9RFScS 1Uc4KzLU5Tc3VeVndRu3xJ62PjPge86Kw3J1QLIm0jIzFjsYADr40uBzYYfOwuhBF70T jFPw==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author