
Matthew Dickson enhanced the basecamp/omarchy repository by updating the Omarchy Web App Launcher to support additional flags and arguments, addressing a previous limitation where extra launch parameters were ignored. Using bash scripting and command line tools, he refactored the omarchy-launch-or-focus-webapp script to isolate the window pattern with shift and forward all remaining arguments to the launcher. This change ensures that flags such as --profile-directory are correctly passed to the omarchy-launch-webapp function, improving flexibility and reliability for users. The work demonstrates a focused approach to robust argument handling and practical scripting within a targeted, single-feature scope.
October 2025: Delivered the Omarchy Web App Launcher enhancement to accept and pass through additional flags and arguments, improving flexibility and reliability when launching web apps. The omarchy-launch-or-focus-webapp script now uses shift to isolate the window pattern and forwards all remaining arguments ($@) to the launcher, ensuring the URL and flags reach the omarchy-launch-webapp function. Major bug fix: previously, extra arguments such as Chromium flags were ignored during web app launches. This has been resolved by forwarding the full argument list, addressing scenarios like --profile-directory not being applied. Commit 2c14252d7d82069bdc24f6936b65f4da0d43c022; Closes #1977; aligns with the fix described in the commit "Fix: Allow passing flags/arguments to omarchy-launch-webapp in launch-or-focus-webapp script (#1980)."
October 2025: Delivered the Omarchy Web App Launcher enhancement to accept and pass through additional flags and arguments, improving flexibility and reliability when launching web apps. The omarchy-launch-or-focus-webapp script now uses shift to isolate the window pattern and forwards all remaining arguments ($@) to the launcher, ensuring the URL and flags reach the omarchy-launch-webapp function. Major bug fix: previously, extra arguments such as Chromium flags were ignored during web app launches. This has been resolved by forwarding the full argument list, addressing scenarios like --profile-directory not being applied. Commit 2c14252d7d82069bdc24f6936b65f4da0d43c022; Closes #1977; aligns with the fix described in the commit "Fix: Allow passing flags/arguments to omarchy-launch-webapp in launch-or-focus-webapp script (#1980)."

Overview of all repositories you've contributed to across your timeline