On I wrote Searching Freshmeat, on the subject of Uncategorized.
New in the code section: fm, a tool like Debian's apt-cache which searches the Freshmeat repository. Some pretty brief Python code.
I was prompted to write this by a suggestion Kevin Burton made, because it sounded easy. And it is, too, given Freshmeat's XML search.
fm -- search the freshmeat repository
Usage: fm [options] command [parameters]
fm searches the Freshmeat repository, will display details
about selected packages, and can download a package for you.
Commands:
search - Searches Freshmeat for packages matching word
show - Shows full details for package pkg
get - Downloads a tar.gz for package pkg if such exists
Options:
-h - show this help text
-----