jcstein / node-app

A Celestia node macOS app.
https://quasarapp.xyz
25 stars 6 forks source link

feat: allow user to launch the node in the terminal instead of in the app #30

Closed jcstein closed 1 year ago

jcstein commented 1 year ago

there may be permissions issues with exposing the subprocess that the application is running, to the user's terminal, not quite positive

jcstein commented 1 year ago

if the user wants to run a node in their terminal, they can do that on their own. this application is meant to make it easy for people who do not want to use, or who are not comfortable with a terminal, to run their own node.

this issue can be reopened if this changes in the future.