vercel / vercel/hyper

no schemes handler support on osx

Open
#3,236 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
44.7k
Forks
3.6k
Avg merge
21m
Merged PRs (30d)
1

Description

Hyper does not open on typical terminal handler schemes, as default Terminal.app or iTerm does.

problem:
with Docker-Kitematic apps starting an ssh session. As well as about any other tool starting a commandline (also the bash and shell scheme).

from the ref (but leaving out the bash:// and shell:// scheme):
These would de ssh, telnet and x-man-page URL schemes.
For completeness the file endings .term (sessions), .terminal (settings), .tool and .command (scripts).

reference
implementation in osx apps and info: https://developer.apple.com/documentation/uikit/core_app/allowing_apps_and_websites_to_link_to_your_content/defining_a_custom_url_scheme_for_your_app

required handlers:
https://superuser.com/a/379354

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source files or tests are named; start by reading the Apple custom URL scheme reference and the linked required-handler guidance, then locate Hyper's macOS application integration. Done means Hyper supports the terminal URL schemes and file extensions described in the issue, including the required handlers.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
desktop, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.