README.md 2.6 KB
Newer Older
E
README  
Eugene Pankov 已提交
1 2
<div align="center">
    <img src="https://raw.githubusercontent.com/Eugeny/terminus/master/build/icons/128x128.png">
E
README  
Eugene Pankov 已提交
3
    <h1>Terminus α</h1>
E
README  
Eugene Pankov 已提交
4 5 6
    <p>
        <i>A terminal for a more modern age</i>
    </p>
E
README  
Eugene Pankov 已提交
7 8 9
    <br/>
    <br/>
    <br/>
E
README  
Eugene Pankov 已提交
10
</div>
E
README  
Eugene Pankov 已提交
11

E
docs  
Eugene Pankov 已提交
12
[![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)
F
fossabot 已提交
13
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2FEugeny%2Fterminus.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2FEugeny%2Fterminus?ref=badge_shield)
E
docs  
Eugene Pankov 已提交
14 15 16

----

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

E
docs  
Eugene Pankov 已提交
19 20 21 22 23 24 25 26 27 28
**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!)
E
Eugene Pankov 已提交
29
  * CMD, PowerShell, Cygwin, Git-Bash and Bash on Windows support
E
docs  
Eugene Pankov 已提交
30
  * Default Linux style hotkeys for copy (`Ctrl`+`Shift`+`C`) and paste (`Ctrl`+`Shift`+`V`)
E
docs  
Eugene Pankov 已提交
31 32 33

---

E
docs  
Eugene Pankov 已提交
34 35 36 37 38 39
# 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
Eugene Pankov 已提交
40
  * [shell-selector](https://github.com/Eugeny/terminus-shell-selector) - a quick shell selector pane
E
docs  
Eugene Pankov 已提交
41 42 43

---

E
docs  
Eugene Pankov 已提交
44 45 46 47
# 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 已提交
48
See [HACKING.md](https://github.com/Eugeny/terminus/blob/master/HACKING.md) for a very brief plugin development tutorial!
F
fossabot 已提交
49 50 51 52


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2FEugeny%2Fterminus.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2FEugeny%2Fterminus?ref=badge_large)