README.rdoc in spotlight-0.0.4 vs README.rdoc in spotlight-0.0.5
- old
+ new
@@ -16,9 +16,13 @@
=== Creates query from .savedSearch
query = Spotlight::Query.from_saved_search('foo.savedSearch')
+=== Creates .savedSearch
+
+ query.to_saved_search('bar.savedSearch')
+
=== Gets the metadata attribute for the specified file
item = Spotlight::Item.new('/Users/youpy/foo')
item.get(:kMDItemKind)