Skip to content

feat: add macos support 🍎 - #46

Open
lhoupert wants to merge 1 commit into
EOEPCA:mainfrom
lhoupert:feat--allow-to-macos-compataibility
Open

feat: add macos support 🍎 #46
lhoupert wants to merge 1 commit into
EOEPCA:mainfrom
lhoupert:feat--allow-to-macos-compataibility

Conversation

@lhoupert

@lhoupert lhoupert commented Jul 3, 2026

Copy link
Copy Markdown

Changes that I had to do to be able to run localconda on my macbook . Needs also spinto/localcoda#6

Comment thread open.sh
echo " $ACCESS_URL"

xdg-open "$ACCESS_URL" >/dev/null 2>&1 &
{ xdg-open "$ACCESS_URL" || open "$ACCESS_URL"; } >/dev/null 2>&1 &

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fall back for macos (xdg-open doesnt exist)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant