Go to file
Eugene Pankov c087a969d6 cmd-k to clear the terminal (fixes #39) 2017-07-05 19:31:58 +02:00
app proper macOS menu (fixes #39) 2017-07-05 19:05:45 +02:00
build
clink
docs docs 2017-06-27 23:12:23 +02:00
scripts plugin versions 2017-07-01 00:54:55 +02:00
terminus-community-color-schemes bumped community color schemes 2017-07-04 16:15:53 +02:00
terminus-core proper macOS menu (fixes #39) 2017-07-05 19:05:45 +02:00
terminus-plugin-manager show plugin author names 2017-07-05 15:31:23 +02:00
terminus-settings proper macOS menu (fixes #39) 2017-07-05 19:05:45 +02:00
terminus-terminal cmd-k to clear the terminal (fixes #39) 2017-07-05 19:31:58 +02:00
.gitignore
.travis.yml
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-07-01 10:54:04 +02:00
HACKING.md Update HACKING.md 2017-07-04 11:48:03 +02:00
LICENSE
README.md adding line to readme for copy and paste hotkey 2017-07-03 16:57:44 +02:00
appveyor.yml . 2017-06-24 20:15:09 +02:00
package.json hterm update 2017-07-04 18:17:23 +02:00
tsconfig.json
tslint.json
webpack.config.js
yarn.lock hterm update 2017-07-04 18:17:23 +02:00

README.md

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
  • Default Linux style hotkeys for Copy(Ctrl+Shift+C), and Paste(Ctrl+Shift+V)
  • 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, Cygwin, Git-Bash and Bash on Windows support

Plugins

Plugins can be installed directly from the Settings view inside Terminus.


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 brief plugin development tutorial!