mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 23:14:32 +03:00
A terminal for a more modern age
.github | ||
app | ||
build | ||
clink | ||
docs | ||
scripts | ||
terminus-community-color-schemes | ||
terminus-core | ||
terminus-plugin-manager | ||
terminus-settings | ||
terminus-ssh | ||
terminus-terminal | ||
.eslintrc.yml | ||
.gitignore | ||
.pug-lintrc.js | ||
.travis.yml | ||
appveyor.yml | ||
CODE_OF_CONDUCT.md | ||
HACKING.md | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
webpack.config.js | ||
yarn.lock |
Terminus is a 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
- Fully configurable shortcuts
- Full Unicode support including double-width characters
- Doesn't choke on fast-flowing outputs
- Proper shell-like experience on Windows including tab completion (via Clink)
- CMD, PowerShell, PowerShell Core, Cygwin, Cmder, Git-Bash and WSL (Bash on Windows) support
- Tab persistence on macOS and Linux
Plugins
Plugins can be installed directly from the Settings view inside Terminus.
- clickable-links - makes paths and URLs in the terminal clickable
- theme-hype - a Hyper inspired theme
- shell-selector - a quick shell selector pane
- title-control - allows modifying the title of the terminal tabs by providing a prefix, suffix, and/or strings to be removed
- scrollbar - adds a scrollbar to terminal tabs
Contributing
Pull requests and plugins are welcome! Publish your plugin on NPM with a terminus-plugin
keyword to make it appear in the Plugin Manager.
See HACKING.md for a very brief plugin development tutorial!