From 477120759521ad2fd097b3ce3946458c09e594c0 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 22 May 2022 12:23:40 -0700 Subject: [PATCH] Feature inspect command (#701) * Initial implementation of inspect command * Updated help for inspect --- osxphotos/cli/photo_inspect.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/osxphotos/cli/photo_inspect.py b/osxphotos/cli/photo_inspect.py index fa06e733..7479c725 100644 --- a/osxphotos/cli/photo_inspect.py +++ b/osxphotos/cli/photo_inspect.py @@ -342,7 +342,13 @@ def make_layout() -> Layout: @THEME_OPTION @DB_OPTION def photo_inspect(db, theme, detect_text): - """Interactively inspect photos selected in Photos""" + """Interactively inspect photos selected in Photos. + + Open Photos then run `osxphotos inspect` in the terminal. + As you select a photo in Photos, inspect will display metadata about the photo. + Press Ctrl+C to exit when done. + Works best with a modern terminal like iTerm2 or Kitty. + """ db = get_photos_db(db) if not db: raise click.UsageError(