From b72aa8f65e208d85a55634a5ca333814ae6bf5d5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 3 Jul 2026 09:30:41 -0700 Subject: [PATCH] Rename region picker to omarchy-capture-region Co-Authored-By: Claude Fable 5 --- bin/{omarchy-capture-region-pick => omarchy-capture-region} | 0 bin/omarchy-capture-screenrecording | 2 +- bin/omarchy-capture-screenshot | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename bin/{omarchy-capture-region-pick => omarchy-capture-region} (100%) diff --git a/bin/omarchy-capture-region-pick b/bin/omarchy-capture-region similarity index 100% rename from bin/omarchy-capture-region-pick rename to bin/omarchy-capture-region diff --git a/bin/omarchy-capture-screenrecording b/bin/omarchy-capture-screenrecording index 92ea4c3a..24ac4add 100755 --- a/bin/omarchy-capture-screenrecording +++ b/bin/omarchy-capture-screenrecording @@ -108,7 +108,7 @@ default_resolution() { # user cancelled the picker. select_capture_target() { local target - target=$(omarchy-capture-region-pick smart --match-monitor) || return 1 + target=$(omarchy-capture-region smart --match-monitor) || return 1 if [[ $target == monitor:* ]]; then echo "$target" diff --git a/bin/omarchy-capture-screenshot b/bin/omarchy-capture-screenshot index be133a3d..c59e3884 100755 --- a/bin/omarchy-capture-screenshot +++ b/bin/omarchy-capture-screenshot @@ -45,7 +45,7 @@ cleanup_freeze() { } trap cleanup_freeze EXIT -{ read -r FREEZE_PID; read -r SELECTION; } < <(omarchy-capture-region-pick "$MODE" --keep-freeze) +{ read -r FREEZE_PID; read -r SELECTION; } < <(omarchy-capture-region "$MODE" --keep-freeze) [[ -z $SELECTION ]] && exit 0