From 21c0eff438b13f85fdbe8a9eddca5ea695382e80 Mon Sep 17 00:00:00 2001 From: John Albritton Date: Fri, 14 Dec 2018 21:29:10 -0600 Subject: [PATCH] Adds Hyper terminal description and links (#24945) * Adds Hyper terminal description and links * Reformatted headings, reworded sentence --- .../terminal-commandline/macos-terminal/index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/guide/english/terminal-commandline/macos-terminal/index.md b/guide/english/terminal-commandline/macos-terminal/index.md index 5e0554b448..f14ee7dae5 100644 --- a/guide/english/terminal-commandline/macos-terminal/index.md +++ b/guide/english/terminal-commandline/macos-terminal/index.md @@ -66,7 +66,7 @@ Use the following syntax to delete a file #### Terminate the process which uses the port you want to use ``` kill ``` -# iTerm2 +## iTerm2 iTerm2 is an alternative to the legacy terminal in Mac OS. iTerm2 brings some new features such as: @@ -83,3 +83,13 @@ Just download iTerm2 from the official [website](https://www.iterm2.com/download #### iTerm2 Improvements and Customizations This [guide](https://medium.com/the-code-review/make-your-terminal-more-colourful-and-productive-with-iterm2-and-zsh-11b91607b98c) shows you how you can improve terminal productivity, and have a bit more customization options. + +## Hyper + +Another alternative is Hyper, an Electron-based terminal + +- Built in HTML/CSS/JS +- Fully extensible +- [Download](https://hyper.is/#installation) +- [Documentation](https://hyper.is/) +- [Awesome Hyper](https://github.com/bnb/awesome-hyper)