Go to file
2017-06-30 20:52:22 +02:00
app don't auto enable devtools 2017-06-29 14:26:39 +02:00
build
clink
docs docs 2017-06-27 23:12:23 +02:00
scripts version mgmt 2017-06-30 19:40:18 +02:00
terminus-community-color-schemes
terminus-core Some docking fixes (fixed #13) 2017-06-30 19:39:01 +02:00
terminus-plugin-manager
terminus-settings Some docking fixes (fixed #13) 2017-06-30 19:39:01 +02:00
terminus-terminal Start shell as login shell (fixes #2) 2017-06-30 20:52:22 +02:00
.gitignore
.gitlab-ci.yml
.travis.yml . 2017-06-24 19:01:56 +02:00
appveyor.yml . 2017-06-24 20:15:09 +02:00
HACKING.md
LICENSE
package.json force GNU screen dependency on Linux (fixes #1) 2017-06-30 10:44:43 +02:00
README.md readme 2017-06-27 23:13:05 +02:00
tsconfig.json
tslint.json
webpack.config.js

Terminus α

A terminal for a more modern age

Build Status Build status GitHub license Downloads


Terminus is a web technology based terminal heavily inspired by Hyper. It is, however, designed for people who need to get things done.

  • Runs on Windows, macOS and Linux
  • Theming and color schemes
  • Configurable hotkey schemes
  • GNU Screen style hotkeys available by default
  • Full Unicode support including double-width characters
  • Doesn't choke on fast-flowing outputs
  • Tab persistence on macOS and Linux
  • Proper shell-like experience on Windows including tab completion (thanks, Clink!)
  • CMD, PowerShell and Bash on Windows support

Contributing

Pull requests and plugins are welcome! Publish your plugin on NPM with a terminus-plugin keyword to make them appear in the Plugin Manager.

See HACKING.md for a very plugin development tutorial!