Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
How can I complete to filenames for GNU man.
- X-seq: zsh-users 10106
- From: Peter Whaite <peta@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: How can I complete to filenames for GNU man.
- Date: Wed, 29 Mar 2006 14:06:55 -0500
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: peta@xxxxxxxxxxxx
The GNU man man page says...
However, if name contains a slash (/) then man interprets it as a file
specification, so that you can do man ./foo.5 or even man
/cd/foo/bar.1.gz.
The built in _man completer completes to file names, but only if the -l
or --local-file options are given, and these options do not exist on my
version of GNU man (1.5k).
How can I modify functions/_man to complete to file names when there is
a '/' in the man page name?
--
Peter Whaite
Messages sorted by:
Reverse Date,
Date,
Thread,
Author