Go to file
Felicia Hummel 9b263c7237 Fix for MouseWheelEvent deprecation in TypeScript 3.2
MouseWheelEvent is deprecated and was removed with TypeScript 3.2, however, MouseWheelEvent is still aliased to WheelEvent. For more info see https://github.com/Microsoft/TSJS-lib-generator/pull/579

This PR fixes the build with TypeScript 3.2 by checking the object properties.
2018-12-05 00:33:10 +01:00
.github
app auto-updater (fixes #348) 2018-11-28 21:26:15 +01:00
build
docs added the ko-fi link 2018-10-16 15:50:34 +02:00
extras
scripts auto-updater (fixes #348) 2018-11-28 21:26:15 +01:00
terminus-community-color-schemes nicer config editor font 2018-10-12 13:49:59 +02:00
terminus-core Bugfix for issue #534: Catch any errors occurring during checkForUpdates() to allow App to start up even if Squirrel is not available 2018-12-04 23:58:18 +01:00
terminus-plugin-manager nicer plugins ui 2018-10-25 16:38:42 +02:00
terminus-settings check tabs before closing the window (fixes #520) 2018-11-22 17:51:12 +01:00
terminus-ssh an option to clear last ssh quick connection (fixes #435, fixes #493) 2018-11-11 13:45:47 +01:00
terminus-terminal Fix for MouseWheelEvent deprecation in TypeScript 3.2 2018-12-05 00:33:10 +01:00
.gitignore
.pug-lintrc.js
.travis.yml
appveyor.yml
CODE_OF_CONDUCT.md
HACKING.md
LICENSE
package.json bumped electron 2018-12-02 15:28:25 +01:00
README.md readme update 2018-10-25 16:19:08 +02:00
tsconfig.json
tslint.json
webpack.config.js
yarn.lock bumped electron 2018-12-02 15:28:25 +01:00

Downloads | Community | Latest Windows nightly


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)
  • PowerShell Core, WSL (Bash on Windows), PowerShell, Git-Bash, Cygwin, Cmder and CMD support
  • Tab persistence on macOS and Linux

Buy me a coffee


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
  • quick-cmds - quicklky send commands to one or all terminal tabs

Contributing

Pull requests and plugins are welcome!

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

License

FOSSA Status