mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 05:20:01 +00:00
docs
This commit is contained in:
parent
89ff9d0ea2
commit
7c09fc4a38
28
README.md
28
README.md
@ -1,2 +1,26 @@
|
|||||||
[](https://travis-ci.org/Eugeny/terminus)
|
# Terminus α
|
||||||
[](https://ci.appveyor.com/project/Eugeny/terminus)
|
*A terminal for a more modern age*
|
||||||
|
|
||||||
|
[](https://travis-ci.org/Eugeny/terminus) [](https://ci.appveyor.com/project/Eugeny/terminus) [](https://raw.githubusercontent.com/Eugeny/terminus/master/LICENSE) [](https://github.com/Eugeny/terminus/releases/latest)
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
**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!)
|
||||||
|
* CMD, PowerShell and Bash on Windows support
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# 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](https://github.com/Eugeny/terminus/blob/master/HACKING.md) for a very plugin development tutorial!
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html><html><head><link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400" rel="stylesheet"><link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"><link href="https://cdn.jsdelivr.net/g/bootstrap@4.0.0-alpha.6(css/bootstrap.min.css)" rel="stylesheet"><script src="https://cdn.jsdelivr.net/g/jquery@3.2.1,tether@1.4.0,bootstrap@4.0.0-alpha.6"></script><title>Terminus</title><style>body {
|
<!DOCTYPE html><html><head><link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400" rel="stylesheet"><link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"><link href="https://cdn.jsdelivr.net/g/bootstrap@4.0.0-alpha.6(css/bootstrap.min.css)" rel="stylesheet"><script src="https://cdn.jsdelivr.net/g/jquery@3.2.1,tether@1.4.0,bootstrap@4.0.0-alpha.6,modernizr@3.3.1,detectizr@2.2.0"></script><title>Terminus</title><style>body {
|
||||||
font-family: 'Source Sans Pro', sans-serif;
|
font-family: 'Source Sans Pro', sans-serif;
|
||||||
background: #111;
|
background: #111;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
@ -10,7 +10,7 @@ h1 {
|
|||||||
font-size: 64px;
|
font-size: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h3, h5 {
|
h1, h2, h3, h5 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
@ -28,11 +28,23 @@ h1, h3, h5 {
|
|||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
video {
|
video, img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
box-shadow: 0 0 50px black;
|
box-shadow: 0 0 50px black;
|
||||||
}
|
}
|
||||||
</style></head><body><div class="container mt-5 mb-5"><div class="text-center"><h1>Terminus</h1><h5>A terminal for a more modern age</h5></div><div class="d-flex flex-row mt-5 mb-5"><ul class="nav nav-pills flex-column mr-5" style="min-width: 200px;"><li class="nav-item"><a class="nav-link active" data-toggle="tab" href="#windows" role="tab"><i class="fa fa-windows"></i><span>Windows</span></a></li><li class="nav-item"><a class="nav-link" data-toggle="tab" href="#macos" role="tab"><i class="fa fa-apple"></i><span>macOS</span></a></li><li class="nav-item"><a class="nav-link" data-toggle="tab" href="#linux" role="tab"><i class="fa fa-linux"></i><span>Linux</span></a></li></ul><div class="tab-content"><div class="tab-pane active" id="windows" role="tabpanel"><div class="row"><div class="col-6"><video src="videos/windows.mp4" autoplay loop></video></div><div class="col-6"><h3>A proper Windows experience</h3><p> <b>Clink </b>provides tab completion, readline-style editing and persistent command history on Windows.</p><p>Also supported:<ul> <li>Classic CMD</li><li>PowerShell </li><li>Bash on Windows </li></ul></p></div></div></div><div class="tab-pane" id="macos" role="tabpanel"><div class="row"><div class="col-6"><!--video(src='videos/windows.mp4', autoplay, loop)--></div><div class="col-6"><h3> </h3><p> <b>Clink </b>provides tab completion, readline-style editing and persistent command history on Windows.</p><p>Also supported:<ul> <li>Classic CMD</li><li>PowerShell </li><li>Bash on Windows </li></ul></p></div></div></div><div class="tab-pane" id="linux" role="tabpanel"><div class="row"><div class="col-6"><!--video(src='videos/windows.mp4', autoplay, loop)--></div><div class="col-6"><h3>A proper Windows experience</h3><p> <b>Clink </b>provides tab completion, readline-style editing and persistent command history on Windows.</p><p>Also supported:<ul> <li>Classic CMD</li><li>PowerShell </li><li>Bash on Windows </li></ul></p></div></div></div></div></div><div class="text-center"><div class="mt-3 mb-3"><h2></h2><div><div class="btn-group mt-3 mb-1"><a class="btn btn-lg btn-outline-success" href="https://github.com/Eugeny/terminus/releases/latest" target="_blank"><i class="fa fa-download"></i><span>Downloads</span></a><a class="btn btn-lg btn-outline-secondary" href="https://github.com/Eugeny/terminus" target="_blank"><i class="fa fa-github"></i><span>GitHub</span></a></div></div><small class="text-muted">EXE, DMG, DEB, RPM, TGZ</small></div></div><div class="row mt-5"><div class="col-6"><h3>User experience</h3><ul><li>Spawn and hide with a global hotkey</li><li>Fully customizable hotkey schema</li><li>Restores tabs </li><li>Drag in a file to paste the path</li><li>Click paths and URLs to open in browser/file manager</li><li>Keeps the current directory in new tabs</li></ul></div><div class="col-6"><div class="mb-5"><h3>Customizable</h3><p>Multiple app themes and a myriad of community color schemes for the terminal. Color scheme editor included.</p></div><div> <h3>Infinitely extensible</h3><p>Install plugins from the NPM repository, or create your own with Typescript and Angular framework.</p></div></div></div></div><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
</style><script defer>setTimeout(function () {
|
||||||
|
/*
|
||||||
|
if (Detectizr.os.name == 'windows') {
|
||||||
|
$('[href="#windows"]').tab('show')
|
||||||
|
}
|
||||||
|
if (Detectizr.os.name == 'mac os') {
|
||||||
|
$('[href="#macos"]').tab('show')
|
||||||
|
}
|
||||||
|
if (Detectizr.os.name == 'linux') {
|
||||||
|
$('[href="#linux"]').tab('show')
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
})</script></head><body><div class="container mt-5 mb-5"><div class="text-center"><h1>Terminus</h1><h5>A terminal for a more modern age</h5><h2 class="text-muted">alpha</h2></div><div class="d-flex flex-row mt-5 mb-5"><ul class="nav nav-pills flex-column mr-5" style="min-width: 200px;"><li class="nav-item"><a class="nav-link active" data-toggle="tab" href="#windows" role="tab"><i class="fa fa-windows"></i><span>Windows</span></a></li><li class="nav-item"><a class="nav-link" data-toggle="tab" href="#macos" role="tab"><i class="fa fa-apple"></i><span>macOS</span></a></li><li class="nav-item"><a class="nav-link" data-toggle="tab" href="#linux" role="tab"><i class="fa fa-linux"></i><span>Linux</span></a></li></ul><div class="tab-content"><div class="tab-pane active" id="windows" role="tabpanel"><div class="row"><div class="col-6"><video src="videos/windows.mp4" autoplay loop></video></div><div class="col-6"><h3>A proper Windows experience</h3><p> <b>Clink </b>provides tab completion, readline-style editing and persistent command history on Windows.</p><p>Also supported:<ul> <li>Classic CMD</li><li>PowerShell </li><li>Bash on Windows </li></ul></p></div></div></div><div class="tab-pane" id="macos" role="tabpanel"><div class="row"><div class="col-6"><!--video(src='videos/windows.mp4', autoplay, loop)--></div><div class="col-6"><h3>Well...</h3><p>Not much to say here, it just works.</p></div></div></div><div class="tab-pane" id="linux" role="tabpanel"><div class="row"><div class="col-6"><img src="linux.png"></div><div class="col-6"><p><ul> <li>Spawn with a global hotkey</li><li>Tabs persist after restart</li><li>Auto-dock to any side of any screen</li><li>Full Unicode and double-width character support</li></ul></p></div></div></div></div></div><div class="text-center"><div class="mt-3 mb-3"><h2></h2><div><div class="btn-group mt-3 mb-1"><a class="btn btn-lg btn-outline-success" href="https://github.com/Eugeny/terminus/releases/latest" target="_blank"><i class="fa fa-download"></i><span>Downloads</span></a><a class="btn btn-lg btn-outline-secondary" href="https://github.com/Eugeny/terminus" target="_blank"><i class="fa fa-github"></i><span>GitHub</span></a></div></div><small class="text-muted">EXE, DMG, DEB, RPM, TGZ</small></div></div><div class="row mt-5"><div class="col-6"><h3>User experience</h3><ul><li>Spawn and hide with a global hotkey</li><li>Fully customizable hotkey schema</li><li>Restores tabs </li><li>Drag in a file to paste the path</li><li>Click paths and URLs to open in browser/file manager</li><li>Keeps the current directory in new tabs</li></ul></div><div class="col-6"><div class="mb-5"><h3>Customizable</h3><p>Multiple app themes and a myriad of community color schemes for the terminal. Color scheme editor included.</p></div><div> <h3>Infinitely extensible</h3><p>Install plugins from the NPM repository, or create your own with Typescript and Angular framework.</p></div></div></div></div><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||||
|
@ -4,7 +4,7 @@ html
|
|||||||
link(href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400", rel="stylesheet")
|
link(href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400", rel="stylesheet")
|
||||||
link(href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css", rel="stylesheet")
|
link(href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css", rel="stylesheet")
|
||||||
link(href="https://cdn.jsdelivr.net/g/bootstrap@4.0.0-alpha.6(css/bootstrap.min.css)", rel="stylesheet")
|
link(href="https://cdn.jsdelivr.net/g/bootstrap@4.0.0-alpha.6(css/bootstrap.min.css)", rel="stylesheet")
|
||||||
script(src="https://cdn.jsdelivr.net/g/jquery@3.2.1,tether@1.4.0,bootstrap@4.0.0-alpha.6")
|
script(src="https://cdn.jsdelivr.net/g/jquery@3.2.1,tether@1.4.0,bootstrap@4.0.0-alpha.6,modernizr@3.3.1,detectizr@2.2.0")
|
||||||
title Terminus
|
title Terminus
|
||||||
style.
|
style.
|
||||||
body {
|
body {
|
||||||
@ -19,7 +19,7 @@ html
|
|||||||
font-size: 64px;
|
font-size: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h3, h5 {
|
h1, h2, h3, h5 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
@ -37,16 +37,31 @@ html
|
|||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
video {
|
video, img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
box-shadow: 0 0 50px black;
|
box-shadow: 0 0 50px black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
script(defer).
|
||||||
|
setTimeout(function () {
|
||||||
|
/*
|
||||||
|
if (Detectizr.os.name == 'windows') {
|
||||||
|
$('[href="#windows"]').tab('show')
|
||||||
|
}
|
||||||
|
if (Detectizr.os.name == 'mac os') {
|
||||||
|
$('[href="#macos"]').tab('show')
|
||||||
|
}
|
||||||
|
if (Detectizr.os.name == 'linux') {
|
||||||
|
$('[href="#linux"]').tab('show')
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
})
|
||||||
body
|
body
|
||||||
.container.mt-5.mb-5
|
.container.mt-5.mb-5
|
||||||
.text-center
|
.text-center
|
||||||
h1 Terminus
|
h1 Terminus
|
||||||
h5 A terminal for a more modern age
|
h5 A terminal for a more modern age
|
||||||
|
h2.text-muted alpha
|
||||||
|
|
||||||
.d-flex.flex-row.mt-5.mb-5
|
.d-flex.flex-row.mt-5.mb-5
|
||||||
ul.nav.nav-pills.flex-column.mr-5(style='min-width: 200px')
|
ul.nav.nav-pills.flex-column.mr-5(style='min-width: 200px')
|
||||||
@ -78,34 +93,26 @@ html
|
|||||||
li Classic CMD
|
li Classic CMD
|
||||||
li PowerShell
|
li PowerShell
|
||||||
li Bash on Windows
|
li Bash on Windows
|
||||||
|
|
||||||
#macos.tab-pane(role='tabpanel')
|
#macos.tab-pane(role='tabpanel')
|
||||||
.row
|
.row
|
||||||
.col-6
|
.col-6
|
||||||
//video(src='videos/windows.mp4', autoplay, loop)
|
//video(src='videos/windows.mp4', autoplay, loop)
|
||||||
.col-6
|
.col-6
|
||||||
h3
|
h3 Well...
|
||||||
p
|
p Not much to say here, it just works.
|
||||||
b Clink
|
|
||||||
| provides tab completion, readline-style editing and persistent command history on Windows.
|
|
||||||
p Also supported:
|
|
||||||
ul
|
|
||||||
li Classic CMD
|
|
||||||
li PowerShell
|
|
||||||
li Bash on Windows
|
|
||||||
#linux.tab-pane(role='tabpanel')
|
#linux.tab-pane(role='tabpanel')
|
||||||
.row
|
.row
|
||||||
.col-6
|
.col-6
|
||||||
//video(src='videos/windows.mp4', autoplay, loop)
|
img(src='linux.png')
|
||||||
.col-6
|
.col-6
|
||||||
h3 A proper Windows experience
|
p
|
||||||
p
|
|
||||||
b Clink
|
|
||||||
| provides tab completion, readline-style editing and persistent command history on Windows.
|
|
||||||
p Also supported:
|
|
||||||
ul
|
ul
|
||||||
li Classic CMD
|
li Spawn with a global hotkey
|
||||||
li PowerShell
|
li Tabs persist after restart
|
||||||
li Bash on Windows
|
li Auto-dock to any side of any screen
|
||||||
|
li Full Unicode and double-width character support
|
||||||
|
|
||||||
|
|
||||||
.text-center
|
.text-center
|
||||||
|
BIN
docs/linux.png
Normal file
BIN
docs/linux.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
Loading…
x
Reference in New Issue
Block a user