diff --git a/osxphotos/cmd_line.py b/osxphotos/cmd_line.py index 62fcd5f3..8a2f44d0 100644 --- a/osxphotos/cmd_line.py +++ b/osxphotos/cmd_line.py @@ -7,6 +7,9 @@ import yaml import osxphotos +# TODO: add query for description, name (contains text) +# TODO: add "--any" to search any field (e.g. keyword, description, name contains "wedding") (add case insensitive option) + class CLI_Obj: def __init__(self, db=None, json=False):