vercel / hyper

A terminal built on web technologies

Home Page:https://hyper.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`-e` flag missing

jredfox opened this issue · comments

  • I am on the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate
  • OS version and name:
  • Hyper.app version:
  • Link of a Gist with the contents of your .hyper.js:
  • Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):
  • The issue is reproducible in vanilla Hyper.app:

Issue

there is no way to start hyper with a command / script to run to begin with with arguments....

Most terminals have this feature in linux. and in windows you can use the start command then add additional arguments. in mac the UI and terminal are separate and it's called a shell. but the Terminal.app can execute in a new window with 1 script.

@vercel-infra please implement this feature. It is very strange a terminal as Hyper lacks of the main argument (-e) that is found in almost all terminals. I don't mean only at the beginning (you can reach it by using plugins), but if the user wants to run a command by CLI as `hyper -e "sh -c 'whoami'". Please, implement it. I give you a cookie <3 .

i also need this feature