vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.27k stars 3.52k forks source link

Invoking the Hyper executable from another application with arguments / a command to invoke (Windows) #3141

Open ELLIOTTCABLE opened 6 years ago

ELLIOTTCABLE commented 6 years ago

Issue

I'd like to launch a new Hyper instance, with a particular command running inside it, as opposed to the default shell. In particular, I'd like to use NeoVim-inside-Hyper as an external editor for another application.

Both of these provided basically no information about the arguments with which Hyper itself may be launched:

I was expecting something like this:

C:\Users\ec\AppData\Local\hyper\app-2.0.0\resources\bin\hyper.cmd -c "nvim %FILENAME%"
D3vil0p3r commented 2 years ago

@vercel It could be very useful if it can be implemented, mostly on Linux Environment. There are so many third-party applications where could be useful if they can run hyper commands (e.g. hyper -e "bash -c 'whoami'"). So, after 4 years, feature to execute commands by CLI with hyper still no implemented...?

Ortega-Dan commented 1 year ago

Upvoting the need for this feature. It is generally available in other terminals.