snowflake icon indicating copy to clipboard operation
snowflake copied to clipboard

Feature Request: macOS support

Open donut opened this issue 5 years ago • 8 comments

Mainly making this so I can be notified when/if macOS support arrives.

donut avatar Jan 30 '20 17:01 donut

Me too

UserHIJ avatar Jan 30 '20 17:01 UserHIJ

In the mean time, you can run this on MacOS via the jar file: java -jar snowflake.jar.

timw4mail avatar Jan 30 '20 17:01 timw4mail

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.

UserHIJ avatar Jan 30 '20 17:01 UserHIJ

Would like this on macos very much

turtleiron avatar Jan 30 '20 18:01 turtleiron

just use the java jar version. It even saves session info!

UserHIJ avatar Jan 30 '20 19:01 UserHIJ

I just use Mac's Automator to package it as a mac app for now

Songyu-Wang avatar Jan 31 '20 00:01 Songyu-Wang

You can use the following steps to in-built your snowflake jar to mac automator.

  1. Open Mac Automator> Create Application

  2. Drag drop 'Run Applescript' from the list to the right hand side

  3. 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
  1. Press Ctrl+S to save the app (preferably your desktop).

  2. Right click the app from your desktop > Show Package Contents

  3. Inside the Contents folder create a new folder Java

  4. Copy snowflake.jar inside this folder.

  5. Now you may open the snowflake app from your desktop.

  6. Copy this app to applications

  7. Change the icon - Contents/Resources/AutomatorApplet.icns.

Now you have native snowflake on MacOS

Screenshot 2020-05-19 at 2 34 34 PM

iAbhinav avatar May 19 '20 08:05 iAbhinav

I've made a fork of this project to working on, while @subhra74 can respond, the url is https://github.com/devlinx9/muon-ssh

devlinx9 avatar Dec 18 '21 01:12 devlinx9