Hyper as Windows shell for file manager
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
Servant Salamander file manager reads path to shell from ComSpec env variable.
If you set it to Hyper, then running it from the file manager causes process to start & stop in loop.
What happens:
- Set
ComSpecuser's env variable on Windows 10 to"C:\Users\<user>\AppData\Local\hyper\Hyper.exe". - Run Servant Salamander file manager (it reads
ComSpecand use it as a command line). - Write something to cmd line input in Servant Salamander and press "enter".
- Hyper starts (window appears) and immediately closes (window disappears) and again and again and again...
- Close Servant Salamander.
- Hyper still starts and ends repeatedly.
- You need to restart windows to stop it!
What should happen:
Hyper starts (window appears) and passed command from Servant Salamander executes, then the window closes ant that's all.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing Hyper's Windows command-line and shell-launch handling; the issue names no source file or test entry point. Reproduce the ComSpec and Servant Salamander steps on Windows, then verify that the passed command runs once and Hyper does not relaunch after the file manager closes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100