~ubuntu-branches/ubuntu/karmic/zeroinstall-injector/karmic

« back to all changes in this revision

Viewing changes to 0alias.1

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Leonard
  • Date: 2007-01-23 21:50:46 UTC
  • Revision ID: james.westby@ubuntu.com-20070123215046-3ya2x81i99m5ya8r
Tags: upstream-0.25
ImportĀ upstreamĀ versionĀ 0.25

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH 0ALIAS 1 "2006" "Thomas Leonard" ""
 
2
.SH NAME
 
3
0alias \- create quick scripts to run 0launch
 
4
 
 
5
.SH SYNOPSIS
 
6
 
 
7
.B 0alias
 
8
\fBALIAS\fP \fBINTERFACE\fP [\fBCOMMAND\fP]
 
9
 
 
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.
 
15
 
 
16
.SH EXAMPLES
 
17
 
 
18
.PP
 
19
A program can be invoked using 0launch:
 
20
 
 
21
.B 0launch http://rox.sourceforge.net/2005/interfaces/Edit
 
22
 
 
23
.PP
 
24
To avoid having to keep entering the URI, create an alias:
 
25
 
 
26
.B 0alias rox-edit http://rox.sourceforge.net/2005/interfaces/Edit
 
27
 
 
28
.PP
 
29
To run Edit now:
 
30
 
 
31
.B rox-edit
 
32
 
 
33
.PP
 
34
To select a different version, or check for updates:
 
35
 
 
36
.B rox-edit --versions
 
37
 
 
38
.PP
 
39
If an interface provides more than one program, you can specifiy which
 
40
one to use instead of the default. Eg:
 
41
 
 
42
.B 0alias svn http://example.com/subversion
 
43
 
 
44
.B 0alias svnadmin http://example.com/subversion svnadmin
 
45
 
 
46
 
 
47
.SH COMMAND-LINE OPTIONS
 
48
 
 
49
.TP
 
50
\fB-h\fP, \fB--help\fP
 
51
Show the built-in help text.
 
52
 
 
53
.TP
 
54
\fB-V\fP, \fB--version\fP
 
55
Display version information.
 
56
 
 
57
.SH LICENSE
 
58
.PP
 
59
Copyright (C) 2006 Thomas Leonard.
 
60
 
 
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:
 
66
 
 
67
http://0install.net/support.html
 
68
 
 
69
.SH AUTHOR
 
70
.PP
 
71
The Zero Install Injector was created by Thomas Leonard.
 
72
 
 
73
.SH SEE ALSO
 
74
0launch(1)
 
75
.PP
 
76
The Zero Install web-site:
 
77
 
 
78
.B http://0install.net