Go to file
2018-10-05 10:18:34 +01:00
.github
app fixed context menu and xterm mouse events (fixes #442) 2018-10-05 10:02:03 +01:00
build install terminus into /usr/bin on Debian (fixes #433) 2018-09-25 10:48:00 +02:00
docs
extras added CLI option to paste text into terminal 2018-09-23 16:33:57 +02:00
scripts added a portable build 2018-09-22 13:14:51 +02:00
terminus-community-color-schemes bumped plugin versions 2018-09-11 13:37:14 -07:00
terminus-core fixed context menu and xterm mouse events (fixes #442) 2018-10-05 10:02:03 +01:00
terminus-plugin-manager cleanup 2018-10-05 10:10:02 +01:00
terminus-settings cleanup 2018-10-05 10:10:02 +01:00
terminus-ssh Biding scripts 2018-09-12 20:05:45 +08:00
terminus-terminal fixed cursor visibility (fixes #439) 2018-10-05 10:18:34 +01:00
.eslintrc.yml allow starting commands in new tabs via CLI (fixes #304) 2018-08-26 17:35:04 +02:00
.gitignore
.pug-lintrc.js
.travis.yml bumped travis node version 2018-08-26 19:29:40 +02:00
appveyor.yml ci 2018-10-03 22:44:04 +01:00
CODE_OF_CONDUCT.md
HACKING.md
LICENSE
package.json install terminus into /usr/bin on Debian (fixes #433) 2018-09-25 10:48:00 +02:00
README.md Update README.md 2018-09-20 10:56:31 +02:00
tsconfig.json
tslint.json
webpack.config.js allow starting commands in new tabs via CLI (fixes #304) 2018-08-26 17:35:04 +02:00
yarn.lock bumps 2018-09-22 12:00:58 +02:00

Build Status Build status GitHub license Downloads FOSSA Status


Terminus is a 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
  • Fully configurable shortcuts
  • Full Unicode support including double-width characters
  • Doesn't choke on fast-flowing outputs
  • Proper shell-like experience on Windows including tab completion (via Clink)
  • CMD, PowerShell, PowerShell Core, Cygwin, Cmder, Git-Bash and WSL (Bash on Windows) support
  • Tab persistence on macOS and Linux

Plugins

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

  • clickable-links - makes paths and URLs in the terminal clickable
  • theme-hype - a Hyper inspired theme
  • shell-selector - a quick shell selector pane
  • title-control - allows modifying the title of the terminal tabs by providing a prefix, suffix, and/or strings to be removed
  • scrollbar - adds a scrollbar to terminal tabs
  • quick-cmds - quicklky send commands to one or all terminal tabs

Contributing

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

See HACKING.md for a very brief plugin development tutorial!

License

FOSSA Status