2021-03-14 19:55:59 +01:00

2019-06-06 22:41:20 +02:00
2018-08-11 21:44:50 +02:00
2018-10-25 16:18:16 +02:00
< p align = "center" >
2021-07-04 16:18:30 +02:00
< a href = "https://github.com/Eugeny/tabby/releases/latest" >< img alt = "GitHub All Releases" src = "https://img.shields.io/github/downloads/eugeny/tabby/total.svg?label=RELEASE&logo=github&style=for-the-badge" ></ a > < a href = "https://nightly.link/Eugeny/tabby/workflows/build/master" >< img src = "https://shields.io/badge/-Nightly%20Builds-orange?logo=hackthebox&logoColor=fff&style=for-the-badge" /></ a > < a href = "https://matrix.to/ #/#tabby -general:matrix.org" >< img alt = "Matrix" src = "https://img.shields.io/matrix/tabby-general:matrix.org?logo=matrix&style=for-the-badge&color=magenta" ></ a >
2018-10-25 16:18:16 +02:00
< / p >
2018-10-16 13:03:03 +02:00
2021-07-01 22:25:08 +02:00
< p align = "center" >
< a href = "https://ko-fi.com/J3J8KWTF" >
2021-07-27 21:09:39 +02:00
< img src = "https://cdn.ko-fi.com/cdn/kofi3.png?v=2" width = "150" >
2021-07-01 22:25:08 +02:00
< / a >
< / p >
2017-06-27 23:12:23 +02:00
----
2021-07-27 21:09:39 +02:00
### Downloads:
* [Latest release ](https://github.com/Eugeny/tabby/releases/latest )
* [Nightly build ](https://nightly.link/Eugeny/tabby/workflows/build/master )
----
2021-06-29 23:57:04 +02:00
**Tabby** (formerly **Terminus** ) is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux
2017-06-27 23:12:23 +02:00
2021-03-14 19:55:59 +01:00
* Integrated SSH 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, 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)
2021-06-05 19:30:12 +02:00
* Integrated encrypted container for SSH secrets and configuration
2018-10-16 15:50:34 +02:00
2019-03-19 13:02:33 +01:00
---
2021-03-14 19:55:59 +01:00
# Contents
- [Contents ](#contents )
2021-06-29 23:57:04 +02:00
- [What Tabby is and isn't ](#what-tabby-is-and-isnt )
2021-03-14 19:55:59 +01:00
- [Terminal features ](#terminal-features )
- [SSH Client ](#ssh-client )
- [Serial Terminal ](#serial-terminal )
- [Portable ](#portable )
- [Plugins ](#plugins )
- [Themes ](#themes )
- [Contributing ](#contributing )
< a name = "about" > < / a >
2021-06-29 23:57:04 +02:00
# What Tabby is and isn't
2021-03-14 19:55:59 +01:00
2021-06-29 23:57:04 +02:00
* **Tabby is** an alternative to Windows' standard terminal (conhost), PowerShell ISE, PuTTY or iTerm
2019-03-19 13:02:33 +01:00
2021-06-29 23:57:04 +02:00
* **Tabby is not** a new shell or a MinGW or Cygwin replacement. Neither is it lightweight - if RAM usage is of importance, consider [Conemu ](https://conemu.github.io ) or [Alacritty ](https://github.com/jwilm/alacritty )
2018-10-16 15:50:34 +02:00
2021-03-14 19:55:59 +01:00
< a name = "terminal" > < / a >
# Terminal features

2017-06-27 23:12:23 +02:00
2021-03-14 19:55:59 +01:00
* 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)
< a name = "ssh" > < / a >
# 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
< a name = "serial" > < / a >
# Serial Terminal
* Saved connections
* Readline input support
* Optional hex byte-by-byte input and hexdump output
* Newline conversion
* Automatic reconnection
< a name = "portable" > < / a >
2020-02-13 01:48:18 +08:00
# Portable
2021-06-29 23:57:04 +02:00
Tabby will run as a portable app on Windows, if you create a `data` folder in the same location where `Tabby.exe` lives.
2020-02-13 01:48:18 +08:00
2021-03-14 19:55:59 +01:00
< a name = "plugins" > < / a >
2017-07-01 14:13:07 +02:00
# Plugins
2021-06-29 23:57:04 +02:00
Plugins and themes can be installed directly from the Settings view inside Tabby.
2017-07-01 14:13:07 +02:00
2021-07-02 00:39:27 +02:00
* [clickable-links ](https://github.com/Eugeny/tabby-clickable-links ) - makes paths and URLs in the terminal clickable
2021-08-08 18:04:21 +02:00
* [docker ](https://github.com/Eugeny/tabby-docker ) - connect to Docker containers
2018-09-05 17:57:20 +08:00
* [title-control ](https://github.com/kbjr/terminus-title-control ) - allows modifying the title of the terminal tabs by providing a prefix, suffix, and/or strings to be removed
2018-12-06 15:16:01 -05:00
* [quick-cmds ](https://github.com/Domain/terminus-quick-cmds ) - quickly send commands to one or all terminal tabs
2021-07-02 00:39:27 +02:00
* [save-output ](https://github.com/Eugeny/tabby-save-output ) - record terminal output into a file
2021-04-04 21:15:39 +02:00
* [sync-config ](https://github.com/starxg/terminus-sync-config ) - sync the config to Gist or Gitee
2019-05-03 10:11:44 +02:00
2021-03-14 19:55:59 +01:00
< a name = "themes" > < / a >
2019-05-03 10:12:08 +02:00
# Themes
2021-07-02 00:39:27 +02:00
* [hype ](https://github.com/Eugeny/tabby-theme-hype ) - a Hyper inspired theme
2021-06-29 23:57:04 +02:00
* [relaxed ](https://github.com/Relaxed-Theme/relaxed-terminal-themes#terminus ) - the Relaxed theme for Tabby
2019-05-03 10:11:44 +02:00
* [gruvbox ](https://github.com/porkloin/terminus-theme-gruvbox )
* [windows10 ](https://www.npmjs.com/package/terminus-theme-windows10 )
* [altair ](https://github.com/yxuko/terminus-altair )
2019-06-06 22:41:20 +02:00
2021-03-14 19:55:59 +01:00
< a name = "contributing" > < / a >
2017-06-27 23:12:23 +02:00
# Contributing
2018-10-16 15:50:34 +02:00
Pull requests and plugins are welcome!
2017-06-27 23:12:23 +02:00
2021-07-01 22:10:12 +02:00
See [HACKING.md ](https://github.com/Eugeny/tabby/blob/master/HACKING.md ) and [API docs ](http://ajenti.org/terminus-docs/ ) for information of how the project is laid out, and a very brief plugin development tutorial.
2017-08-04 04:29:01 -07:00
2019-06-06 22:44:49 +02:00
---
2021-03-14 19:55:59 +01:00
< a name = "contributors" > < / a >
2019-06-06 20:18:01 +00:00
Thanks goes to these wonderful people ([emoji key ](https://allcontributors.org/docs/en/emoji-key )):
<!-- ALL - CONTRIBUTORS - LIST:START - Do not remove or modify this section -->
2019-12-28 20:54:28 +00:00
<!-- prettier - ignore - start -->
<!-- markdownlint - disable -->
2019-07-18 19:53:37 +00:00
< table >
< tr >
2021-07-01 22:10:12 +02:00
< td align = "center" > < a href = "http://www.russellmyers.com" > < img src = "https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Russell Myers< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=mezner" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "http://www.morwire.com" > < img src = "https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Austin Warren< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=ehwarren" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://github.com/Drachenkaetzchen" > < img src = "https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Felicia Hummel< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title = "Code" > 💻< / a > < / td >
< td align = "center" >< a href = "https://github.com/mikemaccana" >< img src = "https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width = "100px;" alt = "" />< br />< sub >< b > Mike MacCana</ b ></ sub ></ a >< br />< a href = "https://github.com/Eugeny/tabby/commits?author=mikemaccana" title = "Tests" > ⚠️</ a > < a href = " #design -mikemaccana" title = "Design" > 🎨</ a ></ td >
< td align = "center" > < a href = "https://github.com/yxuko" > < img src = "https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Yacine Kanzari< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=yxuko" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://github.com/BBJip" > < img src = "https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > BBJip< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=BBJip" title = "Code" > 💻< / a > < / td >
2021-01-06 09:32:40 +00:00
< td align = "center" >< a href = "https://github.com/Futagirl" >< img src = "https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width = "100px;" alt = "" />< br />< sub >< b > Futagirl</ b ></ sub ></ a >< br />< a href = " #design -Futagirl" title = "Design" > 🎨</ a ></ td >
2019-07-18 19:53:37 +00:00
< / tr >
< tr >
2021-07-01 22:10:12 +02:00
< td align = "center" > < a href = "https://www.levrik.io" > < img src = "https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Levin Rickert< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=levrik" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://kwonoj.github.io" > < img src = "https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > OJ Kwon< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=kwonoj" title = "Code" > 💻< / a > < / td >
< td align = "center" >< a href = "https://github.com/Domain" >< img src = "https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width = "100px;" alt = "" />< br />< sub >< b > domain</ b ></ sub ></ a >< br />< a href = " #plugin -Domain" title = "Plugin/utility libraries" > 🔌</ a > < a href = "https://github.com/Eugeny/tabby/commits?author=Domain" title = "Code" > 💻</ a ></ td >
2021-01-06 09:32:40 +00:00
< td align = "center" >< a href = "http://www.jbrumond.me" >< img src = "https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width = "100px;" alt = "" />< br />< sub >< b > James Brumond</ b ></ sub ></ a >< br />< a href = " #plugin -kbjr" title = "Plugin/utility libraries" > 🔌</ a ></ td >
2021-07-01 22:10:12 +02:00
< td align = "center" >< a href = "http://www.growingwiththeweb.com" >< img src = "https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width = "100px;" alt = "" />< br />< sub >< b > Daniel Imms</ b ></ sub ></ a >< br />< a href = "https://github.com/Eugeny/tabby/commits?author=Tyriar" title = "Code" > 💻</ a > < a href = " #plugin -Tyriar" title = "Plugin/utility libraries" > 🔌</ a > < a href = "https://github.com/Eugeny/tabby/commits?author=Tyriar" title = "Tests" > ⚠️</ a ></ td >
< td align = "center" > < a href = "https://github.com/baflo" > < img src = "https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Florian Bachmann< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=baflo" title = "Code" > 💻< / a > < / td >
< td align = "center" >< a href = "http://michael-kuehnel.de" >< img src = "https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width = "100px;" alt = "" />< br />< sub >< b > Michael Kühnel</ b ></ sub ></ a >< br />< a href = "https://github.com/Eugeny/tabby/commits?author=mischah" title = "Code" > 💻</ a > < a href = " #design -mischah" title = "Design" > 🎨</ a ></ td >
2019-07-18 19:53:37 +00:00
< / tr >
< tr >
2021-07-01 22:10:12 +02:00
< td align = "center" > < a href = "https://github.com/NieLeben" > < img src = "https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Tilmann Meyer< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=NieLeben" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "http://www.jubeat.net" > < img src = "https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > PM Extra< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title = "Bug reports" > 🐛< / a > < / td >
< td align = "center" > < a href = "https://jjuhas.keybase.pub//" > < img src = "https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Jonathan< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=IgnusG" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://hans-koch.me" > < img src = "https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Hans Koch< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=hammster" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "http://thepuzzlemaker.info" > < img src = "https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Dak Smyth< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "http://yfwz100.github.io" > < img src = "https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Wang Zhi< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=yfwz100" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://github.com/jack1142" > < img src = "https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > jack1142< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=jack1142" title = "Code" > 💻< / a > < / td >
2019-07-18 19:53:37 +00:00
< / tr >
2019-09-05 10:16:33 +00:00
< tr >
2021-07-01 22:10:12 +02:00
< td align = "center" > < a href = "https://github.com/hdougie" > < img src = "https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Howie Douglas< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=hdougie" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://chriskaczor.com" > < img src = "https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Chris Kaczor< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=ckaczor" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://www.boxmein.net" > < img src = "https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Johannes Kadak< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=boxmein" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://github.com/LeSeulArtichaut" > < img src = "https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > LeSeulArtichaut< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://github.com/CyrilTaylor" > < img src = "https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Cyril Taylor< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title = "Code" > 💻< / a > < / td >
< td align = "center" >< a href = "https://github.com/nstefanou" >< img src = "https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width = "100px;" alt = "" />< br />< sub >< b > nstefanou</ b ></ sub ></ a >< br />< a href = "https://github.com/Eugeny/tabby/commits?author=nstefanou" title = "Code" > 💻</ a > < a href = " #plugin -nstefanou" title = "Plugin/utility libraries" > 🔌</ a ></ td >
< td align = "center" > < a href = "https://github.com/orin220444" > < img src = "https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > orin220444< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=orin220444" title = "Code" > 💻< / a > < / td >
2019-09-05 10:16:33 +00:00
< / tr >
2020-04-21 07:37:54 +00:00
< tr >
2021-07-01 22:10:12 +02:00
< td align = "center" > < a href = "https://github.com/Goobles" > < img src = "https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Gobius Dolhain< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=Goobles" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://github.com/3l0w" > < img src = "https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Gwilherm Folliot< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=3l0w" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://github.com/Dimitory" > < img src = "https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Dmitry Pronin< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=dimitory" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://github.com/JonathanBeverley" > < img src = "https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Jonathan Beverley< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://github.com/zend" > < img src = "https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Zenghai Liang< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=zend" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://about.me/matishadow" > < img src = "https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Mateusz Tracz< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=matishadow" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://zergpool.com" > < img src = "https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > pinpin< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=pinpins" title = "Code" > 💻< / a > < / td >
2020-04-21 07:37:54 +00:00
< / tr >
2020-12-06 18:20:36 +00:00
< tr >
2021-07-01 22:10:12 +02:00
< td align = "center" > < a href = "https://github.com/TakuroOnoda" > < img src = "https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Takuro Onoda< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://github.com/frauhottelmann" > < img src = "https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > frauhottelmann< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title = "Code" > 💻< / a > < / td >
2021-02-22 09:58:07 +00:00
< td align = "center" >< a href = "http://patalong.pl" >< img src = "https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width = "100px;" alt = "" />< br />< sub >< b > Piotr Patalong</ b ></ sub ></ a >< br />< a href = " #design -VectorKappa" title = "Design" > 🎨</ a ></ td >
2021-07-01 22:10:12 +02:00
< td align = "center" > < a href = "https://github.com/clarkwang" > < img src = "https://avatars.githubusercontent.com/u/157076?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Clark Wang< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=clarkwang" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://github.com/iamchating" > < img src = "https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > iamchating< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=iamchating" title = "Code" > 💻< / a > < / td >
2021-04-06 07:59:16 +00:00
< td align = "center" >< a href = "https://github.com/starxg" >< img src = "https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width = "100px;" alt = "" />< br />< sub >< b > starxg</ b ></ sub ></ a >< br />< a href = " #plugin -starxg" title = "Plugin/utility libraries" > 🔌</ a ></ td >
2021-06-05 10:10:23 +00:00
< td align = "center" >< a href = "http://hashnote.net/" >< img src = "https://avatars.githubusercontent.com/u/546312?v=4?s=100" width = "100px;" alt = "" />< br />< sub >< b > Alisue</ b ></ sub ></ a >< br />< a href = " #design -lambdalisue" title = "Design" > 🎨</ a ></ td >
2020-12-06 18:20:36 +00:00
< / tr >
2021-06-27 08:13:27 +00:00
< tr >
2021-07-01 22:10:12 +02:00
< td align = "center" > < a href = "https://github.com/ydcool" > < img src = "https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Dominic Yin< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=ydcool" title = "Code" > 💻< / a > < / td >
2021-06-29 07:03:03 +00:00
< td align = "center" >< a href = "https://github.com/bdr99" >< img src = "https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width = "100px;" alt = "" />< br />< sub >< b > Brandon Rothweiler</ b ></ sub ></ a >< br />< a href = " #design -bdr99" title = "Design" > 🎨</ a ></ td >
2021-07-05 12:53:54 +00:00
< td align = "center" > < a href = "https://git.io/JnP49" > < img src = "https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Logic Machine< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=logicmachine123" title = "Documentation" > 📖< / a > < / td >
2021-07-08 20:04:19 +00:00
< td align = "center" > < a href = "https://github.com/cypherbits" > < img src = "https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > cypherbits< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=cypherbits" title = "Documentation" > 📖< / a > < / td >
2021-07-16 21:53:40 +00:00
< td align = "center" > < a href = "https://modulolotus.net" > < img src = "https://avatars.githubusercontent.com/u/946421?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Matthew Davidson< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=KingMob" title = "Code" > 💻< / a > < / td >
2021-08-06 08:09:21 +00:00
< td align = "center" > < a href = "https://github.com/al-wi" > < img src = "https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width = "100px;" alt = "" / > < br / > < sub > < b > Alexander Wiedemann< / b > < / sub > < / a > < br / > < a href = "https://github.com/Eugeny/tabby/commits?author=al-wi" title = "Code" > 💻< / a > < / td >
2021-06-27 08:13:27 +00:00
< / tr >
2019-07-18 19:53:37 +00:00
< / table >
2019-06-06 20:18:01 +00:00
2021-01-06 09:32:40 +00:00
<!-- markdownlint - restore -->
2019-12-28 20:54:28 +00:00
<!-- prettier - ignore - end -->
2021-01-06 09:32:40 +00:00
2019-06-06 20:18:01 +00:00
<!-- ALL - CONTRIBUTORS - LIST:END -->
2019-06-06 22:41:20 +02:00
This project follows the [all-contributors ](https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
2021-07-07 10:48:24 +02:00
< img src = "https://ga-beacon.appspot.com/UA-3278102-18/github/readme" width = "1" / >