mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 12:16:34 +03:00
A terminal for a more modern age
app | ||
build | ||
clink | ||
docs | ||
scripts | ||
terminus-community-color-schemes | ||
terminus-core | ||
terminus-plugin-manager | ||
terminus-settings | ||
terminus-terminal | ||
.gitignore | ||
.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 α
A terminal for a more modern age
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, Cygwin, Git-Bash and Bash on Windows support
- Default Linux style hotkeys for copy (
Ctrl
+Shift
+C
) and paste (Ctrl
+Shift
+V
)
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
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 for a very brief plugin development tutorial!