Hi.
Recently I've created simple FUSE filesystem, presenting search
results as symlinks to matching files:

https://mrk-sandbox.googlecode.com/hg/searchfs/searchfs.py

Usage:
Mount FUSE filesystem at some mountpoint, /search for example (rw
access to this dir is required)

python searchfs /search

and perform some query:

cd /search/some/search/terms/
ls

This code is proof of concept only, real program should use tracker
api instead of 'tracker-search' call probably :)

-- 
mrk
_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to