Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
problems about zsh as file manager
- X-seq: zsh-users 17954
- From: vinurs <haiyuan.vinurs@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: problems about zsh as file manager
- Date: Thu, 29 Aug 2013 09:48:19 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=1JQknAV6srXb/LJecVaN3sFVSjj410G9UJnLcPnSzsw=; b=0jcswxqBXMo6bRoYK/nC2ROqfCN+Z8vpPnDqZIJf4++Yjk4Bijwl0O9SFrW4v6YXKa 2IYDmvFQ7I4dkZBKunJBIPoa9nZMdb9JIO07xQMKqcCCBfupYlObtj5nira2Il5f+bCQ RiGzY/yUtnR+o3Yink3Wcb4eqrh0cgqm3Qv3Y7njF2fX3xxhx9Z3cDnObiEIO7MFmRji SfPbF2ronOxWxURQBvFtgpl/2FDcb9H8/VpdaTiNYRW1aWlJ8Z5ilBCZa07CG+2BpDGI lprp+UqRSqlytrAl4Ej4fcOmPUPxWNGd2EQ/Qpo0wlnsluPMVz8ZYlRv0jNWQ7hE8VLE dqMg==
- 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,
I want to use zsh as my file manager, then I found mailcap and I configured
my .mailcap files in my $HOME, here is an example:
# pdf
application/pdf; evince %s ;
Now, I can open pdf files in zsh, but I have the following questions:
1. when I use evince openning pdf files , it outputs many error messages,
but the pdf can also be opened correctly; Is there a method can make the
error message disappear,
for example: using >/dev/null,
I have tried this method ,but it can't work in .mailcap
2. when I opened a pdf file from zsh, then if I want close this zsh, it
shows that :
zsh: you have running jobs.
Is there a method can deattach it from zsh, in zsh I using ( ) to reach
this purpose, but It seems that this can't work in .mailcap file.
Thanks all.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author