Workaround: Python 2.5.1's tarfile crashes if 'name' is None; see Python bug
[zeroinstall.git] / 0alias.1
blobd98331b045930404fba69f9fdb560789424d044d
1 .TH 0ALIAS 1 "2006" "Thomas Leonard" ""
2 .SH NAME
3 0alias \- create quick scripts to run 0launch
5 .SH SYNOPSIS
7 .B 0alias
8 \fBALIAS\fP \fBINTERFACE\fP [\fBCOMMAND\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 can be 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
38 .PP
39 If an interface provides more than one program, you can specifiy which
40 one to use instead of the default. Eg:
42 .B 0alias svn http://example.com/subversion
44 .B 0alias svnadmin http://example.com/subversion svnadmin
47 .SH COMMAND-LINE OPTIONS
49 .TP
50 \fB-h\fP, \fB--help\fP
51 Show the built-in help text.
53 .TP
54 \fB-V\fP, \fB--version\fP
55 Display version information.
57 .SH LICENSE
58 .PP
59 Copyright (C) 2006 Thomas Leonard.
61 .PP
62 You may redistribute copies of this program under the terms of the GNU General Public License.
63 .SH BUGS
64 .PP
65 Please report bugs to the developer mailing list:
67 http://0install.net/support.html
69 .SH AUTHOR
70 .PP
71 The Zero Install Injector was created by Thomas Leonard.
73 .SH SEE ALSO
74 0launch(1)
75 .PP
76 The Zero Install web-site:
78 .B http://0install.net