From 10c42afcf25163d78663e59f02f6de82db07ea0f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 9 May 2026 11:40:31 +0200 Subject: [PATCH] Echo result so agents can use them and keep working with them --- bin/omarchy-capture-screenrecording | 1 + bin/omarchy-capture-screenshot | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/omarchy-capture-screenrecording b/bin/omarchy-capture-screenrecording index 5636bb9e..75a5c207 100755 --- a/bin/omarchy-capture-screenrecording +++ b/bin/omarchy-capture-screenrecording @@ -233,6 +233,7 @@ stop_screenrecording() { else finalize_recording local filename=$(cat "$RECORDING_FILE" 2>/dev/null) + echo "$filename" local preview="${filename%.mp4}-preview.png" # Generate a preview thumbnail from the first frame diff --git a/bin/omarchy-capture-screenshot b/bin/omarchy-capture-screenshot index 627eda07..9a27bfd0 100755 --- a/bin/omarchy-capture-screenshot +++ b/bin/omarchy-capture-screenshot @@ -128,6 +128,7 @@ FILEPATH="$OUTPUT_DIR/$FILENAME" if [[ $PROCESSING == "slurp" ]]; then grim -g "$SELECTION" "$FILEPATH" || exit 1 + echo "$FILEPATH" wl-copy <"$FILEPATH" (