README in file-find-0.1.1 vs README in file-find-0.2.0
- old
+ new
@@ -33,10 +33,12 @@
* ftype
* inum
* group
* name
* path
+* perm
+* prune
* size
* user
See the RDoc documentation for more details about these options.
@@ -45,15 +47,41 @@
considered. Please log any feature requests on the project page at
http://www.rubyforge.org/projects/shards.
Some specific things I plan on adding:
-* Support for limiting depth.
-* Greater flexibility with the size option (and perhaps others).
+* exec
+* links
+= Options that I won't support
+Generally speaking, anything that would require mucking around with C code
+or is just too difficult to implement in a cross platform manner will not be
+supported. These include the following options:
+
+* acl/xattr - Way to difficult to implement in a cross platform manner, and a
+ rarely used option to boot.
+
+* cpio/ncpio - You can shell out on your own if you want, but I'm not going to
+ do it for you. The same goes for any similar options that your particular
+ platform may support.
+
+* ls/print - You can print file names as you see fit on your own. This isn't
+ a shell command replacement.
+
+* ok - This is not interactive software.
+
+= Options I may or may not support
+
+* local/mount/xdev - This will probably not be added until I'm satisified with
+ the sys-filesystem package.
+
= Bugs
None that I'm aware of. Please log any bug reports on the project page at
http://www.rubyforge.org/projects/shards.
+
+= Acknowledgements
+* Richard Clamp's File::Find::Rule Perl module for additional ideas and
+ inspiration.
= License
Ruby's
= Copyright