DEV Community

Discussion on: What was your win this week?

Collapse
 
jcubic profile image
Jakub T. Jankiewicz

I've released a new version of jQuery Terminal

GitHub logo jcubic / jquery.terminal

jQuery Terminal Emulator - JavaScript library for creating web based terminals with custom commands

      _______                 ________                        __
     / / _  /_ ____________ _/__  ___/______________  _____  / /
 __ / / // / // / _  / _/ // / / / _  / _/     / /  \/ / _ \/ /
/  / / // / // / ___/ // // / / / ___/ // / / / / /\  / // / /__
\___/____ \\__/____/_/ \__ / /_/____/_//_/_/_/_/_/  \/\__\_\___/
         \/          /____/                      version 2.24.0

JavaScript Library for Web Based Terminal Emulators

npm bower travis Coverage Status downloads LICENSE MIT

Paid Support

Summary

jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications. It can automatically call JSON-RPC service when a user types commands or you can provide your own function in which you can parse user commands. It's ideal if you want to provide additional functionality for power users. It can also be used to debug your application.

You can use this JavaScript library to create a web based…