atom-karaf-terminal

Opens a terminal tab within Atom that is configured to run Karaf

gurkerl83

1,493

0

0.25.0

MPL/2.0

GitHub

Karaf Terminal

Opens a terminal tab or pane within Atom that is configured to run Karaf.

The main objective is to provide the simplest way to try Karaf by providing direct access to an isolated install of Karaf that does not interfere with a system JVM Installation.

Another objective is creating better integration between the terminal and the editor without re-implementing terminal features in the editor or editor features in the terminal.

Note: this project is alpha-stage. It is being developed on OS X first, but will eventually support Linux and Windows as well. For outstanding work, see the issues.

The Karaf Terminal installs a binary build of Karaf.

License

Karaf Terminal is licensed under Mozilla Public License, 2.0.

Thanks

Karaf Terminal is heavily inspired by term2, term, and terminal. Thanks to the authors of those packages. The term.js library is used. The copyright notice for term.js is included in lib/vendor/term.js.