[x] I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: OS X El Capitan (10.11.6)
Open up Hyper, type in exit and press enter. Hyper still exists in Dock and is still open. When last window is closed, the app should quit (like other Mac apps do)
Which apps? Not even terminal fully quits.
iTerm 2 does which is the closest comparison to HyperOn 20 Feb 2017 5:42 p.m., Henrik notifications@github.com wrote:Which apps? Not even terminal fully quits.
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
on bash. Typing exit do close the session. If no sessions are open it will close the window.
@Jamesking56 other apps like the Terminal.app itself will upon $ exit only close window, CMD + W. Similar terminal apps like bash, iTerm(2) do not Quit, CMD + Q, but instead only 'close window'.
When last window is closed, the app should quit (like other Mac apps do)
That's false 🤔 No app quits when the last window is closed on MacOS – it's a standard to still leave the app on the Dock when all windows are closed.
The app should only quit when the user explicitly tells it to quit – with CMD+Q for example.
For anyone following this:
I prefer a terminal workflow to quit when I type "exit" on the last window as well. So I went ahead and created a plugin to do it. Issues/PRs are welcome.
https://github.com/cblecker/hyper-quit
Great @cblecker! Make sure to add it to the list: https://github.com/bnb/awesome-hyper ❤️
Most helpful comment
For anyone following this:
I prefer a terminal workflow to quit when I type "exit" on the last window as well. So I went ahead and created a plugin to do it. Issues/PRs are welcome.
https://github.com/cblecker/hyper-quit