From b26cd62334532c628e14ab3658ac151fe0b73a3f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 14 May 2026 11:12:25 +0200 Subject: [PATCH] Extract the nautilus cwd launcher --- bin/omarchy-launch-nautilus-cwd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/omarchy-launch-nautilus-cwd diff --git a/bin/omarchy-launch-nautilus-cwd b/bin/omarchy-launch-nautilus-cwd new file mode 100755 index 00000000..ae9a0d88 --- /dev/null +++ b/bin/omarchy-launch-nautilus-cwd @@ -0,0 +1,5 @@ +#!/bin/bash + +# omarchy:summary=Launch Files in the active terminal's current directory + +exec setsid uwsm-app -- nautilus --new-window "$(omarchy-cmd-terminal-cwd)"