Last Updated on September 1, 2020
Extensibility
Extensibility relates to the ability to customize an application to an individual’s preferences and tastes. This flexibility is offered by plugins and themes.
Hyper does not accept any command line arguments. You modify Hyper through its config file, ~/.hyper.js.
Plugins
There are more than 20 plugins available which add additional functionality to this terminal application.
There’s no fancy plugin manager within the application that helps you install plugins. Instead, edit the config file and add a few lines of text. For example to use the hyperpower plugin, add the following lines to the section plugins:
plugins: [
"hyperpower",
],
Hyper offers the ability to install plugins with hyper i
Here’s a very short video showing hyperpower in action.
Themes
If you don’t like the default theme, there’s plenty to choose from. Again you can add a theme by entering the theme in the plugins section of the config file (.hyper.js).
Here’s the solarized light and material themes respectively.
Next page: Page 4 – Other Features
Pages in this article:
Page 1 – Introduction / Installation
Page 2 – In Operation
Page 3 – Extensibility
Page 4 – Other Features
Page 5 – Summary
Everyone who’s “in the market for a terminal built on web technologies”, please raise your hand…
No doubt I’ve missed something important, but what?
It just means if you’re looking for a modern terminal….
If you might want to access a text based application from Linux on a remote network with a web server to provide access in this manner you might use this. Most young’uns wouldn’t know there’s trilliions of lines of code apps running out there that still manage huge petabytes of data all in text mode. IRS, Healthcare, lots of places. What I hate about articles on “Terminal Emulation” is they only deal with one emulation. VT100 compatible. If you want to write a true Terminal Emulator, emulate some terminals and do ADDS, IBM3090, or some other useful things instead of kiddie stuff.
Erpitt, if you want ADDS, IBM3090 or whatever, and think there’s a need to emulate them, go ahead and write a terminal emulator that meets your needs. The VT100 was very successful, and for a good reason.
This article is a review of Hyper.