snowflake
snowflake copied to clipboard
Feature Request: macOS support
Mainly making this so I can be notified when/if macOS support arrives.
Me too
In the mean time, you can run this on MacOS via the jar file: java -jar snowflake.jar
.
Running it as a java app is working well. My only problem really is the name of this program. Snowflake is the name of another technology too .. that has zero relation to this.
Would like this on macos very much
just use the java jar version. It even saves session info!
I just use Mac's Automator to package it as a mac app for now
You can use the following steps to in-built your snowflake jar to mac automator.
-
Open Mac Automator> Create Application
-
Drag drop 'Run Applescript' from the list to the right hand side
-
Paste the following as the script
on run {input, parameters}
set p to POSIX path of (path to me)
do shell script "java -jar " & p & "/Contents/Java/snowflake.jar"
end run
-
Press Ctrl+S to save the app (preferably your desktop).
-
Right click the app from your desktop > Show Package Contents
-
Inside the Contents folder create a new folder Java
-
Copy snowflake.jar inside this folder.
-
Now you may open the snowflake app from your desktop.
-
Copy this app to applications
-
Change the icon - Contents/Resources/AutomatorApplet.icns.
Now you have native snowflake on MacOS
I've made a fork of this project to working on, while @subhra74 can respond, the url is https://github.com/devlinx9/muon-ssh