1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-11 18:15:43 +03:00
A terminal for a more modern age
Go to file
2017-07-12 20:24:35 +02:00
app quit properly (fixes #109) 2017-07-12 20:24:35 +02:00
build . 2017-05-01 20:12:39 +02:00
clink clink 2017-05-11 22:56:48 +02:00
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 update Base16 Default Dark theme to 256 colors 2017-07-10 18:12:44 +02:00
terminus-core quit properly (fixes #109) 2017-07-12 20:24:35 +02:00
terminus-plugin-manager Merge branch 'master' of github.com:Eugeny/terminus 2017-07-06 10:28:31 +02:00
terminus-settings properly display Space in hotkeys (fixes #76) 2017-07-06 10:28:33 +02:00
terminus-terminal set proper $TERM on Windows (fixes #91, fixes #28) 2017-07-10 18:26:46 +02:00
.gitignore . 2017-06-24 13:26:52 +02:00
.travis.yml . 2017-06-24 19:01:56 +02:00
appveyor.yml . 2017-06-24 20:15:09 +02:00
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 wip 2017-06-20 23:28:58 +02:00
package.json non-debug start script 2017-07-10 15:25:50 +02:00
README.md adding line to readme for copy and paste hotkey 2017-07-03 16:57:44 +02:00
tsconfig.json wip 2017-06-10 00:29:16 +02:00
tslint.json lint 2017-05-01 13:35:26 +02:00
webpack.config.js wip 2017-06-01 22:23:36 +02:00
yarn.lock hterm update 2017-07-04 18:17:23 +02:00

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!