1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-17 16:07:12 +03:00
A terminal for a more modern age
Go to file
2021-11-25 11:36:12 +00:00
.github build against an older glibc 2021-11-20 13:36:27 +01:00
.vscode project rename 2021-06-29 23:57:04 +02:00
app handle failing dscl 2021-11-13 19:04:30 +01:00
build project rename 2021-06-29 23:57:04 +02:00
docs title pic update 2021-07-01 22:15:58 +02:00
extras admin tabs: more reliable resize detection 2021-10-07 21:57:33 +02:00
patches Merge branch 'master' of github.com:Eugeny/tabby 2021-10-04 12:34:34 +02:00
scripts re-added sha1 patch for web 2021-10-25 09:13:57 +02:00
snap project rename 2021-06-29 23:57:04 +02:00
tabby-community-color-schemes bumped plugins 2021-11-14 16:23:29 +01:00
tabby-core fixed #4931 - allow empty username to work with winscp integration 2021-11-20 17:39:10 +01:00
tabby-electron don't auto-update on quit 2021-11-15 21:44:02 +01:00
tabby-local fixed #4931 - allow empty username to work with winscp integration 2021-11-20 17:39:10 +01:00
tabby-plugin-manager bumped plugins 2021-11-14 16:23:29 +01:00
tabby-serial bumped plugins 2021-11-14 16:23:29 +01:00
tabby-settings ignore fewer errors in profileSettingsTab 2021-11-21 17:51:32 +01:00
tabby-ssh fixed #4931 - allow empty username to work with winscp integration 2021-11-20 17:39:10 +01:00
tabby-telnet fixed #4931 - allow empty username to work with winscp integration 2021-11-20 17:39:10 +01:00
tabby-terminal bumped plugins 2021-11-14 16:23:29 +01:00
tabby-uac admin tabs: more reliable resize detection 2021-10-07 21:57:33 +02:00
tabby-web bumped plugins 2021-11-14 16:23:29 +01:00
tabby-web-demo bumped plugins 2021-11-14 16:23:29 +01:00
web bumped plugins 2021-11-14 16:23:29 +01:00
.all-contributorsrc docs: update .all-contributorsrc [skip ci] 2021-11-19 21:56:14 +00:00
.eslintrc.yml allow type aliases 2021-08-15 14:23:26 +02:00
.gitignore project rename 2021-06-29 23:57:04 +02:00
.mergify.yml Update .mergify.yml 2019-09-24 11:02:14 +02:00
.pug-lintrc.js SVG icons 2018-08-09 15:13:31 +02:00
appveyor.yml downgrade node on appveyor 2021-05-16 19:18:22 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-07-01 10:54:04 +02:00
electron-builder.yml shortcutName 2021-09-13 09:53:53 +02:00
firebase.json setup docs deployment 2021-09-25 00:36:21 +02:00
HACKING.md mention Clippy plugin 2021-09-06 23:38:55 +02:00
LICENSE wip 2017-06-20 23:28:58 +02:00
package.json Merge pull request #4889 from Eugeny/dependabot/npm_and_yarn/shell-quote-1.7.3 2021-11-19 22:58:43 +01:00
README.ko-KR.md update plugin list in KR version 2021-11-14 15:06:26 +01:00
README.md docs: update README.md [skip ci] 2021-11-25 11:36:12 +00:00
tsconfig.json es2021 compilation 2021-07-06 09:40:54 +02:00
typedoc.js typedoc fixes 2021-03-03 21:33:37 +01:00
webpack.config.js plugin version bump 2021-07-16 23:59:45 +02:00
webpack.plugin.config.js reintroduced electron-updater 2021-08-24 19:13:49 +02:00
yarn.lock Merge pull request #4889 from Eugeny/dependabot/npm_and_yarn/shell-quote-1.7.3 2021-11-19 22:58:43 +01:00

GitHub All Releases     Matrix


Downloads:


This README is also available in: Korean


Tabby (formerly Terminus) is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux

  • Integrated SSH and Telnet client and connection manager
  • Integrated serial terminal
  • Theming and color schemes
  • Fully configurable shortcuts and multi-chord shortcuts
  • Split panes
  • Remembers your tabs
  • PowerShell (and PS Core), WSL, Git-Bash, Cygwin, MSYS2, Cmder and CMD support
  • Direct file transfer from/to SSH sessions via Zmodem
  • Full Unicode support including double-width characters
  • Doesn't choke on fast-flowing outputs
  • Proper shell experience on Windows including tab completion (via Clink)
  • Integrated encrypted container for SSH secrets and configuration
  • SSH, SFTP and Telnet client available as a web app (also self-hosted).

Contents

What Tabby is and isn't

  • Tabby is an alternative to Windows' standard terminal (conhost), PowerShell ISE, PuTTY, macOS Terminal.app and iTerm

  • Tabby is not a new shell or a MinGW or Cygwin replacement. Neither is it lightweight - if RAM usage is of importance, consider Conemu or Alacritty

Terminal features

  • A V220 terminal + various extensions
  • Multiple nested split panes
  • Tabs on any side of the window
  • Optional dockable window with a global spawn hotkey ("Quake console")
  • Progress detection
  • Notification on process completion
  • Bracketed paste, multiline paste warnings
  • Font ligatures
  • Custom shell profiles
  • Optional RMB paste and copy-on select (PuTTY style)

SSH Client

  • SSH2 client with a connection manager
  • X11 and port forwarding
  • Automatic jump host management
  • Agent forwarding (incl. Pageant and Windows native OpenSSH Agent)
  • Login scripts

Serial Terminal

  • Saved connections
  • Readline input support
  • Optional hex byte-by-byte input and hexdump output
  • Newline conversion
  • Automatic reconnection

Portable

Tabby will run as a portable app on Windows, if you create a data folder in the same location where Tabby.exe lives.

Plugins

Plugins and themes can be installed directly from the Settings view inside Tabby.

  • clickable-links - makes paths and URLs in the terminal clickable
  • docker - connect to Docker containers
  • title-control - allows modifying the title of the terminal tabs by providing a prefix, suffix, and/or strings to be removed
  • quick-cmds - quickly send commands to one or all terminal tabs
  • save-output - record terminal output into a file
  • sync-config - sync the config to Gist or Gitee
  • clippy - an example plugin which annoys you all the time
  • workspace-manager - allows creating custom workspace profiles based on the given config
  • search-in-browser - opens default system browser with a text selected from the Tabby's tab

Themes

Sponsors

packagecloud has provided free Debian/RPM repository hosting

Contributing

Pull requests and plugins are welcome!

See HACKING.md and API docs for information of how the project is laid out, and a very brief plugin development tutorial.


Thanks goes to these wonderful people (emoji key):


Russell Myers

💻

Austin Warren

💻

Felicia Hummel

💻

Mike MacCana

⚠️ 🎨

Yacine Kanzari

💻

BBJip

💻

Futagirl

🎨

Levin Rickert

💻

OJ Kwon

💻

domain

🔌 💻

James Brumond

🔌

Daniel Imms

💻 🔌 ⚠️

Florian Bachmann

💻

Michael Kühnel

💻 🎨

Tilmann Meyer

💻

PM Extra

🐛

Jonathan

💻

Hans Koch

💻

Dak Smyth

💻

Wang Zhi

💻

jack1142

💻

Howie Douglas

💻

Chris Kaczor

💻

Johannes Kadak

💻

LeSeulArtichaut

💻

Cyril Taylor

💻

nstefanou

💻 🔌

orin220444

💻

Gobius Dolhain

💻

Gwilherm Folliot

💻

Dmitry Pronin

💻

Jonathan Beverley

💻

Zenghai Liang

💻

Mateusz Tracz

💻

pinpin

💻

Takuro Onoda

💻

frauhottelmann

💻

Piotr Patalong

🎨

Clark Wang

💻

iamchating

💻

starxg

🔌

Alisue

🎨

Dominic Yin

💻

Brandon Rothweiler

🎨

Logic Machine

📖

cypherbits

📖

Matthew Davidson

💻

Alexander Wiedemann

💻

장보연

📖

zZ

💻

Aaron Davison

💻

Przemyslaw Kozik

🎨

Alfredo Arellano de la Fuente

💻

MH Kim

💻

This project follows the all-contributors specification. Contributions of any kind welcome!