apache / apache/maka

Terminal output: clickable web links

Open
#5,032 1 comment 0 reactions 1 assignee Claimed by @faga295 View on GitHub
Dominant language
TypeScript
Stars
5.4k
Forks
502
Avg merge
1d 2h
Merged PRs (30d)
715

Description

### Problem

URLs printed in the task terminal are plain text today. To open one, you have to select the text, copy it, and paste it into a browser — for every link, every time.

### Desired outcome

Links in terminal output are recognizable and clickable: hover/click opens the URL in the system browser. For safety, only explicit `http:` / `https:` URLs should be openable — non-web schemes (e.g. `file:`, custom app schemes) and malformed values should be ignored. The main-process external-link guard should remain the final boundary behind `window.open`.

### Alternatives or workarounds

Manually copying the URL from the terminal into a browser.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.