mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 14:56:03 +01:00
wip
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
.bottom-half
|
||||
.container
|
||||
.d-flex.m-auto
|
||||
.d-flex.m-auto.mb-5
|
||||
a.btn.btn-lg.btn-primary.ms-auto.me-3([href]='releaseURL', target='_blank')
|
||||
fa-icon([icon]='_downloadIcon', [fixedWidth]='true')
|
||||
span Latest release
|
||||
@@ -48,9 +48,9 @@
|
||||
.section.section-a
|
||||
.container
|
||||
.row
|
||||
.col
|
||||
.col-12.col-xl-4
|
||||
img.screenshot([src]='screenshots.window')
|
||||
.col
|
||||
.col-12.col-xl-8
|
||||
h1 The important stuff
|
||||
ul
|
||||
li Runs on #[strong Windows, Mac and Linux]
|
||||
@@ -68,7 +68,7 @@
|
||||
.section.section-b
|
||||
.container
|
||||
.row
|
||||
.col
|
||||
.col-12.col-xl-8
|
||||
h1 Terminal features
|
||||
ul
|
||||
li Multiple #[strong nested panes]
|
||||
@@ -78,15 +78,15 @@
|
||||
li Optional #[strong quake mode] (terminal docked to a side of the screen)
|
||||
li Optional #[strong global hotkey] to focus/hide the terminal
|
||||
li Bracketed paste
|
||||
.col
|
||||
.col-12.col-xl-4
|
||||
img.screenshot([src]='screenshots.tabs')
|
||||
|
||||
.section.section-a
|
||||
.container
|
||||
.row
|
||||
.col
|
||||
.col-12.col-xl-4
|
||||
img.screenshot([src]='screenshots.ssh')
|
||||
.col
|
||||
.col-12.col-xl-8
|
||||
h1 SSH Client
|
||||
ul
|
||||
li SSH2 client with a connection manager
|
||||
@@ -101,7 +101,7 @@
|
||||
.section.section-b
|
||||
.container
|
||||
.row
|
||||
.col
|
||||
.col-12.col-xl-8
|
||||
h1 Windows, but nice
|
||||
ul
|
||||
li Support for #[strong different shells] in the same window
|
||||
@@ -109,15 +109,15 @@
|
||||
li Explorer menu integration
|
||||
li Optional #[strong portable mode]
|
||||
li Current directory detection that works
|
||||
.col
|
||||
.col-12.col-xl-4
|
||||
img.screenshot([src]='screenshots.win')
|
||||
|
||||
.section.section-a
|
||||
.container
|
||||
.row
|
||||
.col
|
||||
.col-12.col-xl-4
|
||||
img.screenshot([src]='screenshots.serial')
|
||||
.col
|
||||
.col-12.col-xl-8
|
||||
h1 Serial Terminal
|
||||
ul
|
||||
li Multiple #[strong connection profiles]
|
||||
@@ -134,6 +134,7 @@
|
||||
li Themes #[strong customizable with CSS]
|
||||
li Extensible via #[strong plugins] (in JS)
|
||||
li A bunch of color schemes already included
|
||||
li Telnet client
|
||||
li #[strong Font ligatures] and font fallback
|
||||
li #[strong Clickable URLs], IPs and paths
|
||||
li #[strong WinSCP] integration
|
||||
|
||||
Reference in New Issue
Block a user