In gmane.linux.debian.user, you wrote:
> Hello there,
>
> Is it possible to launch a default application with a file from the
> command line, e.g. something like:
>
> ./myfile.pdf
>
> which would retrieve the default PDF viewer and launch it on "myfile"?
>
> For the moment, I have a bash script ca
Le 05/12/2011 15:55, Andreas Rönnquist a écrit :
For a non-gnome-specific alternative, take a look at xdg-open.
Better yet, thanks.
Le 05/12/2011 16:17, Raf Czlonka a écrit :
[0] http://www.zsh.org/
Being a Linux newbie, I'll stick to the default shell for the moment,
although I'll probabl
On Mon, Dec 05, 2011 at 02:55:03PM GMT, Andreas Rönnquist wrote:
> For a non-gnome-specific alternative, take a look at xdg-open.
Or if you're using a shell which sucks less ;^) - ZSH[0].
You can simply use:
% alias -s pdf=mupdf,zathura,etc.
and then:
% file.pdf
[0] http://www.zsh.org/
Regard
$ gnome-open file.pdf
it the same that double clicking on file.pdf from gnome
I have an alias like thsi
alias go='gnome-open'
so i just have to type
$ go file.pdf
greets!
aL
On Mon, 2011-12-05 at 15:47 +0100, Paul Isambert wrote:
> Hello there,
>
> Is it possible to launch a default applicat
On 05/12/11 15:52, Paul Isambert wrote:
> Le 05/12/2011 15:51, afuentes a écrit :
>> $ gnome-open file.pdf
>> it the same that double clicking on file.pdf from gnome
>>
>> I have an alias like thsi
>> alias go='gnome-open'
>>
>> so i just have to type
>> $ go file.pdf
>
> Wonderful, thank you!
Fo
Le 05/12/2011 15:51, afuentes a écrit :
$ gnome-open file.pdf
it the same that double clicking on file.pdf from gnome
I have an alias like thsi
alias go='gnome-open'
so i just have to type
$ go file.pdf
Wonderful, thank you!
Paul
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.
Hello there,
Is it possible to launch a default application with a file from the
command line, e.g. something like:
./myfile.pdf
which would retrieve the default PDF viewer and launch it on "myfile"?
For the moment, I have a bash script called with "launch ",
which analyzes the extension of
7 matches
Mail list logo