Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Package auto-suggestion under Debian/Ubuntu ?
- X-seq: zsh-users 15234
- From: Julien Nicoulaud <julien.nicoulaud@xxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxx>
- Subject: Package auto-suggestion under Debian/Ubuntu ?
- Date: Tue, 3 Aug 2010 15:14:20 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=1/O/kcHdyamjllJMei09eDEJSNl0tRGdjM85twBb2ow=; b=pTzCLTz4YbcgPx0pnMGVuym+SPKMm3qi3/VlFgZ26uigM9rHERWXtDAIUNAJzevKi3 F4uYMl2GevQtCWU18OB+QkDGFbANalfQjem+nJqeKmOZ10k40cFG5EI57Q9rte6Codnc dvptQss/yQ5vrqKWMSyeolKdXt9au5ZaWmfm4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=RdPgK82Q+BeUHeCiWwFJjqDNgrdrqPy7pioL4gPhFDwEGD67woRf0tITMWb2Celh1q B9MsKMGvj4Lds/IxJdS8gm+QQ15I64Y0AzqQS3yiP4+bUdnHpNc0ul41jfstM+uCnZul aTeQmx97GXMAbsrCVMH6ethMnavs7hS4l/QsM=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi all,
One small thing I like with Bash is that auto-suggests packages when you try
to use an unknown command, like this:
$ eclipse
The program 'eclipse' is currently not installed. You can install it by
> typing:
sudo apt-get install eclipse-platform
In Zsh, I just get:
% eclipse
zsh: command not found: eclipse
Does anyone how to get this working with Zsh ?
Thanks,
Julien Nicoulaud
Messages sorted by:
Reverse Date,
Date,
Thread,
Author