Post

Replies

Boosts

Views

Activity

Reply to Terminal does not receive Environment Variables
Interesting how this works! Indeed, it's super confusing to have multiple Terminal instances open. However, if the second instance of the Terminal could close itself after all tabs are closed, it would be a perfect fit for React Native's use case. For example, an argument for Terminal that triggers: -(BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSapplication*)sender { return gQuitIfNoWindowLeft ? YES : NO; } Terminal.app --quit-automatically or something. By the way, thank you so much for every answer you give. Your help is always appreciated, eskimo.
Jul ’22