zsh-users
 help / color / mirror / code / Atom feed
* open a file with default application
@ 2010-08-27 12:02 ugaciaka
  2010-08-27 12:10 ` Jérémie Roquet
  2010-08-27 12:11 ` Frank Terbeck
  0 siblings, 2 replies; 3+ messages in thread
From: ugaciaka @ 2010-08-27 12:02 UTC (permalink / raw)
  To: zsh-users

Hi,

I remember that digit only a type file zsh can open this with default program.


Example:
% software.exe # start wine software.exe
% httpd.conf # start vim httpd.conf

But I don't remember obtaining this!

Thank's


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: open a file with default application
  2010-08-27 12:02 open a file with default application ugaciaka
@ 2010-08-27 12:10 ` Jérémie Roquet
  2010-08-27 12:11 ` Frank Terbeck
  1 sibling, 0 replies; 3+ messages in thread
From: Jérémie Roquet @ 2010-08-27 12:10 UTC (permalink / raw)
  To: Zsh Users; +Cc: ugaciaka

Hi,

2010/8/27 ugaciaka <ugaciaka@gmail.com>:
> I remember that digit only a type file zsh can open this with default program.
>
> Example:
> % software.exe # start wine software.exe
> % httpd.conf # start vim httpd.conf
>
> But I don't remember obtaining this!

alias -s exe=wine
alias -s conf=vim

See `man zshbuiltins'

Best regards,

-- 
Jérémie


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: open a file with default application
  2010-08-27 12:02 open a file with default application ugaciaka
  2010-08-27 12:10 ` Jérémie Roquet
@ 2010-08-27 12:11 ` Frank Terbeck
  1 sibling, 0 replies; 3+ messages in thread
From: Frank Terbeck @ 2010-08-27 12:11 UTC (permalink / raw)
  To: ugaciaka; +Cc: zsh-users

ugaciaka wrote:
> I remember that digit only a type file zsh can open this with default program.
>
> Example:
> % software.exe # start wine software.exe

% alias -s exe=wine


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-27 12:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-27 12:02 open a file with default application ugaciaka
2010-08-27 12:10 ` Jérémie Roquet
2010-08-27 12:11 ` Frank Terbeck

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