Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: macOS support #33

Open
donut opened this issue Jan 30, 2020 · 8 comments
Open

Feature Request: macOS support #33

donut opened this issue Jan 30, 2020 · 8 comments
Labels
enhancement New feature or request

Comments

@donut
Copy link

donut commented Jan 30, 2020

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

@UserHIJ
Copy link

UserHIJ commented Jan 30, 2020

Me too

@timw4mail
Copy link

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

@UserHIJ
Copy link

UserHIJ commented Jan 30, 2020

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.

@turtleiron
Copy link

Would like this on macos very much

@UserHIJ
Copy link

UserHIJ commented Jan 30, 2020

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

@subhra74 subhra74 added the enhancement New feature or request label Jan 30, 2020
@Songyu-Wang
Copy link

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

@iAbhinav
Copy link

iAbhinav commented May 19, 2020

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

@devlinx9
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

8 participants