@@ -34,7 +34,7 @@ If you only care about the command line tool, I recommend installing with [pipx]
3434The command line tool can also be run via ` python -m osxmetadata ` . Running it with no arguments or with --help option will print a help message:
3535
3636```
37- Usage: python -m osxmetadata [OPTIONS] FILE
37+ Usage: osxmetadata [OPTIONS] FILE
3838
3939 Read/write metadata from file(s).
4040
@@ -141,6 +141,13 @@ downloadeddate kMDItemDownloadedDate,
141141 zone), or 2020-04-14T12:00:00-07:00 (ISO 8601 with timezone
142142 offset). Times without timezone offset are assumed to be in
143143 local timezone.
144+ duedate kMDItemDueDate, com.apple.metadata:kMDItemDueDate; The date
145+ the item is due. A date in ISO 8601 format, time and
146+ timezone offset are optional: e.g. 2020-04-14T12:00:00 (ISO
147+ 8601 w/o timezone), 2020-04-14 (ISO 8601 w/o time and time
148+ zone), or 2020-04-14T12:00:00-07:00 (ISO 8601 with timezone
149+ offset). Times without timezone offset are assumed to be in
150+ local timezone.
144151findercomment kMDItemFinderComment,
145152 com.apple.metadata:kMDItemFinderComment; Finder comments for
146153 this file. A string.
@@ -159,6 +166,9 @@ keywords kMDItemKeywords, com.apple.metadata:kMDItemKeywords;
159166 (_kMDItemUserTags) which are keywords/tags shown in the
160167 Finder and searchable in Spotlight using "tag:tag_name". A
161168 list of strings.
169+ rating kMDItemStarRating, com.apple.metadata:kMDItemStarRating;
170+ User rating of this item. For example, the stars rating of
171+ an iTunes track. An integer.
162172tags _kMDItemUserTags, com.apple.metadata:_kMDItemUserTags;
163173 Finder tags; searchable in Spotlight using "tag:tag_name".
164174 If you want tags/keywords visible in the Finder, use this
0 commit comments