Le jeudi 16 novembre 2006 à 17:36 +0100, Eugenio Cutolo a écrit :
> Hi,
> Hi, I have see again and corrected the trackerfs if you want to put
> it on cvs
> I am agreement and when I have free time I can write a simple README
> files :-)
>
> The latest revision is attached..
Please, can you add:
* checking for parameters: if one parameter is missing in command line,
print a help message,
* a "-h" and a "--help" option to command line to get a help message,
* a full licence header about GPL (do you really choose GPL v1?) + your
copyright.
* a "--debug" option to activate debug. I would prefer you turn it off
by default because it really slows down operations on this virtual FS
otherwise. :-)
In the command line:
$ trackerfs.py /mountpoint search="hello"
I found the way the parameter search is introduced a little bit
exotic. :-)
I would prefer two ways to do that:
$ trackerfs.py /mountpoint --search "hello hiii"
or
$ trackerfs.py /mountpoint -s "hello hiii"
if "-s" can be used.
Or one more :-)
$ trackerfs.py /mountpoint --search="hello hiii"
This one should be less easy to parse:
$ trackerfs.py /mountpoint --search "hello" "hiii"
I also tried to create a file in the VFS (yeah!) and FUSE (probably)
said that it cannot create a regular file. But if I do a "ls" the "file"
is there and I cannot remove it, very strange. Can you explicitly forbid
any write to the VFS?
And... I really like such VFS :-D
Thanks,
Laurent.
Attachment:
trackerfs.py
Description: Text Data