Roscidus.com Zero Install Mirror

» Main » 0find

0find - find the implementation dir for a given 0install interface

Published by Tim Cuthbertson

Overview

This is a Zero Install feed. To add this program to your Applications menu, choose Zero Install -> Add New Program from the Applications menu. e.g. on Ubuntu:

Adding with GNOME

If you don't see this menu item, install the zeroinstall-injector package from your distribution's repository, or from 0install.net.

Drag the feed's URL to the dialog box that appears. Other environments may use other systems. For example, if you are a ROX desktop user, drag the link to AddApp instead.

Alternatively, to run it from the command-line:

$ 0launch http://gfxmonk.net/dist/0install/0find.xml

The 0alias command can be used to create a short-cut to run it again later.

If you don't have the 0launch command, download it from the 0install.net web-site, which also contains documentation about how the Zero Install system works.

Full name

http://gfxmonk.net/dist/0install/0find.xml

Description

0find is a simple program that uses zeroinstall's python API to get the local path implementing a given interface. This is useful for passing into scripts that are not themselves managed via 0install. sample usage: 0launch http://gfxmonk.net/dist/0install/0find.xml http://gfxmonk.net/dist/0install/file-finder.xml will (on my machine) print: /home/tim/.cache/0install.net/implementations/sha1new=73323f6793e85192518dc4eaa39ad32b4377f78a You now have a concrete path you can pass into utilities that require a path, rather than a 0install interface. You can also use the zerofind python interface directly, if you prefer: >>> import zerofind >>> zerofind.find('http://gfxmonk.net/dist/0install/file-finder.xml') u'/home/tim/.cache/0install.net/implementations/sha1new=73323f6793e85192518dc4eaa39ad32b4377f78a'

Available versions

The list below is just for information; Zero Install will automatically select one of these versions for you.

VersionReleasedStabilityPlatformDownload
0.12010-06-13AnyDownload (405 bytes)
0.1.12011-01-21AnyDownload (451 bytes)
0.1.22011-02-12AnyDownload (485 bytes)
0.1.32011-06-08AnyDownload (517 bytes)
0.1.42011-11-01AnyDownload (552 bytes)
0.1.52012-05-20AnyDownload (568 bytes)
Required libraries

The list below is just for information; Zero Install will automatically download any required libraries for you.