1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-19 08:57:34 +03:00
tabby/README.md

48 lines
2.2 KiB
Markdown
Raw Normal View History

2017-08-04 14:25:14 +03:00
<div align="center">
<img src="https://raw.githubusercontent.com/Eugeny/terminus/master/build/icons/128x128.png">
2017-08-04 14:26:08 +03:00
<h1>Terminus α</h1>
2017-08-04 14:25:14 +03:00
<p>
<i>A terminal for a more modern age</i>
</p>
2017-08-04 14:26:08 +03:00
<br/>
<br/>
<br/>
2017-08-04 14:25:14 +03:00
</div>
2017-08-04 14:20:44 +03:00
2017-06-28 00:12:23 +03:00
[![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)
----
2017-06-28 00:13:05 +03:00
![](https://github.com/Eugeny/terminus/raw/master/docs/linux.png)
2017-06-28 00:12:23 +03:00
**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!)
2017-06-30 21:59:23 +03:00
* CMD, PowerShell, Cygwin, Git-Bash and Bash on Windows support
2017-07-28 10:18:37 +03:00
* Default Linux style hotkeys for copy (`Ctrl`+`Shift`+`C`) and paste (`Ctrl`+`Shift`+`V`)
2017-06-28 00:12:23 +03:00
---
2017-07-01 15:13:07 +03:00
# 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
2017-08-02 16:19:47 +03:00
* [shell-selector](https://github.com/Eugeny/terminus-shell-selector) - a quick shell selector pane
2017-07-01 15:13:07 +03:00
---
2017-06-28 00:12:23 +03:00
# 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.
2017-07-01 15:03:14 +03:00
See [HACKING.md](https://github.com/Eugeny/terminus/blob/master/HACKING.md) for a very brief plugin development tutorial!