README.md 1.9 KB
Newer Older
E
docs  
Eugene Pankov 已提交
1 2 3 4 5 6 7
# Terminus α
*A terminal for a more modern age*

[![Build Status](https://travis-ci.org/Eugeny/terminus.svg?branch=master)](https://travis-ci.org/Eugeny/terminus) [![Build status](https://ci.appveyor.com/api/projects/status/wnnq4hm5mbd9rgoy?svg=true)](https://ci.appveyor.com/project/Eugeny/terminus) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Eugeny/terminus/master/LICENSE) [![Downloads](https://img.shields.io/badge/downloads-latest_release-brightgreen.svg)](https://github.com/Eugeny/terminus/releases/latest)

----

E
readme  
Eugene Pankov 已提交
8 9
![](https://github.com/Eugeny/terminus/raw/master/docs/linux.png)

E
docs  
Eugene Pankov 已提交
10 11 12 13 14 15
**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
16
  * Default Linux style hotkeys for Copy(`Ctrl`+`Shift`+`C`), and Paste(`Ctrl`+`Shift`+`V`)
E
docs  
Eugene Pankov 已提交
17 18 19 20
  * 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!)
E
Eugene Pankov 已提交
21
  * CMD, PowerShell, Cygwin, Git-Bash and Bash on Windows support
E
docs  
Eugene Pankov 已提交
22 23 24

---

E
docs  
Eugene Pankov 已提交
25 26 27 28 29 30 31 32 33
# Plugins

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

  * [clickable-links](https://github.com/Eugeny/terminus-clickable-links) - makes paths and URLs in the terminal clickable
  * [theme-hype](https://github.com/Eugeny/terminus-theme-hype) - a Hyper inspired theme

---

E
docs  
Eugene Pankov 已提交
34 35 36 37
# 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.

E
Eugene Pankov 已提交
38
See [HACKING.md](https://github.com/Eugeny/terminus/blob/master/HACKING.md) for a very brief plugin development tutorial!