Updated Debian changelog.
[zeroinstall.git] / 0alias.1
blobb6bc888618c34c183676f87d3e4b3a8caa2e0c4a
1 .TH 0ALIAS 1 "2005" "Thomas Leonard" ""
2 .SH NAME
3 0alias \- create quick scripts to run 0launch
5 .SH SYNOPSIS
7 .B 0alias
8 \fBALIAS\fP \fBINTERFACE\fP
10 .SH DESCRIPTION
11 .PP
12 Having to keep typing the full URI for a program each time you want to run it
13 with 0launch is annoying. 0alias will create a little script in your PATH to
14 do it for you.
16 .SH EXAMPLES
18 .PP
19 A program is normally invoked using 0launch:
21 .B 0launch http://rox.sourceforge.net/2005/interfaces/Edit
23 .PP
24 To avoid having to keep entering the URI, create an alias:
26 .B 0alias rox-edit http://rox.sourceforge.net/2005/interfaces/Edit
28 .PP
29 To run Edit now:
31 .B rox-edit
33 .PP
34 To select a different version, or check for updates:
36 .B rox-edit --versions
39 .SH COMMAND-LINE OPTIONS
41 .TP
42 \fB-h\fP, \fB--help\fP
43 Show the built-in help text.
45 .TP
46 \fB-V\fP, \fB--version\fP
47 Display version information.
49 .SH LICENSE
50 .PP
51 Copyright (C) 2005 Thomas Leonard.
53 .PP
54 You may redistribute copies of this program under the terms of the GNU General Public License.
55 .SH BUGS
56 .PP
57 Please report bugs to the developer mailing list:
59 http://0install.net/support.html
61 .SH AUTHOR
62 .PP
63 The Zero Install Injector was created by Thomas Leonard.
65 .SH SEE ALSO
66 0launch(1)
67 .PP
68 The Zero Install web-site:
70 .B http://0install.net