Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Path completion under Cygwin
- X-seq: zsh-workers 11593
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Path completion under Cygwin
- Date: Fri, 26 May 2000 15:00:12 +0400
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Cygwin (again, it is current net release 1.1.1 - I do not know, if it
applies to previous B20 release as well) allows access to all drives on
NT via
/cygdrive/c
d
...
This is really magic - 'ls /cydrive' is an error, but 'ls /cygdrive/c'
shows your C: drive:
MW1G17C%
MW1G17C% rm zsh.exe.stackdump
MW1G17C% ls /cygdrive
ls: /cygdrive: No such file or directory
MW1G17C% ls /cygdrive/c
AUTOEXEC.BAT System Volume Information
Aladdin WINNT
CONFIG.SYS Windows Update Setup Files
...
Any chance incorporate this in completion? Of course, real question is,
is there any way to get list of all drives ... but, at least, we could
treat "/cygdrive/X" specially. Currently, any attempt to complete path
with this prefix fails.
At runtime we could check for $OSTYPE
MW1G17C% print $OSTYPE
cygwin
-andrej
Have a nice DOS!
B >>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author