hbang / TermHere

Finder extension for opening a terminal from the current directory
https://hbang.com.au/termhere
Apache License 2.0
110 stars 11 forks source link

Add Support for Hyper #12

Open RudyB opened 7 years ago

RudyB commented 7 years ago

Hyper.is is a nice terminal for mac and I was wondering if you could add support for it. I tried choosing it as the default terminal in TermHere settings however it doesn't work.

kirb commented 7 years ago

I realised I never replied to this, sorry. A while back I sent a pull request to Hyper to implement the basic support needed (this would only allow it to open as a new tab; TermHere’s options to use a new window or same tab wouldn’t be supported, but it’s a start). I haven’t tested, but it seems it was merged in August last year and should be supported now. Are you still having trouble? Try dropping a folder onto Hyper’s dock icon to see if that works; a dropped file invokes an “open file” command on the app just like TermHere would.

RudyB commented 7 years ago

I just tested it. Hyper still does not support dropping a folder onto it. 😢

deepfriedfilth commented 7 years ago

Glad you've researched this, @kirb.. unfortunately the latest version of Hyper (1.4.8) is still incompatible with your lovely Finder extension 😒

kirb commented 7 years ago

I think I’ve worked out the issue, it’s on my side (sandbox restriction added in Sierra). Will have an update out soonish that works around it.

deepfriedfilth commented 7 years ago

Hrm.. I'm still running El Cap and it's failing though

kirb commented 7 years ago

Interesting… I’ll poke around in my ElCap test vm. Does this work for you?

open -b co.zeit.hyperterm /Applications/Utilities
deepfriedfilth commented 7 years ago

That does not work, but when I use the correct bundle identifier, it does, with whatever dir is specified as working dir ☺️

open -b co.zeit.hyper ~
markmals commented 6 years ago

Any update on this?