Development
Hyper
A terminal built on web technologies.
About Hyper
Hyper is an Electron-based terminal emulator that is fully extensible using JavaScript, HTML, and CSS.
Key Features
- Extensible: Install themes and plugins from NPM.
- Cross-Platform: Works on macOS, Windows, and Linux.
- Fast: Built on WebGL.
Configuration
Configuring Hyper is as simple as editing a .hyper.js file in your home directory.
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 12,
// font family with optional fallbacks
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
// terminal cursor background color and opacity (hex)
cursorColor: 'rgba(248,28,229,0.8)',
}
};
Intelligex Monthly
Join hundreds of developers, tech leads and product owners. We send a short, text-only monthly email with recent product reviews.
No spam • Unsubscribe anytime