0alias ALIAS [INTERFACE [COMMAND]]
Having to keep typing the full URI for a program each time you want to run it with 0launch is annoying. 0alias will create a little script in your PATH to do it for you.
A program can be invoked using 0launch:
0launch http://rox.sourceforge.net/2005/interfaces/Edit
To avoid having to keep entering the URI, create an alias:
0alias rox-edit http://rox.sourceforge.net/2005/interfaces/Edit
To run Edit now:
rox-edit
To select a different version, or check for updates:
0alias rox-edit
If an interface provides more than one program, you can specify which one to use instead of the default. e.g.
0alias svn http://example.com/subversion
0alias svnadmin http://example.com/subversion svnadmin
alias man='0alias --manpage'
Copyright (C) 2007 Thomas Leonard.
You may redistribute copies of this program under the terms of the GNU Lesser General Public License.
Please report bugs to the developer mailing list:
http://0install.net/support.html
The Zero Install Injector was created by Thomas Leonard.
The Zero Install web-site: