zsh-users
 help / color / mirror / code / Atom feed
* Preventing sorting in completers
@ 2003-07-13  2:49 Philippe Troin
  0 siblings, 0 replies; only message in thread
From: Philippe Troin @ 2003-07-13  2:49 UTC (permalink / raw)
  To: zsh-users

Let me go straight to the point: I want to use:

zstyle ":completion:*:processes" command \
  'ps -u $UID -o ''pid tty s args'' --forest'

The problem is that the completion frameworks show the process list
sorted by PID. How can I prevent that and get the process list in the
order it was returned by ps (so that --forest makes sense).

Phil.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-13  2:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-13  2:49 Preventing sorting in completers Philippe Troin

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