Compare Chrome extensions: Shelly vs nShell

Stats Shelly Shelly nShell nShell
User count 271 176
Average rating 5.00 0.00
Rating count 3 0
Last updated 2019-03-08 2020-01-23
Size 162.82K 4.99M
Version 1.0.1 0.1.1
Short description
A new interface for GAE's remote-api shell nShell.
Full summary

Shelly is a Chrome Extension which takes over the default Google Appengine Remote API Shell page at yourapp.appspot.com/shell/, and replaces it with convenient interface based on the fantastic web-based code editor CodeMirror.

Shelly supports:

  • full Python syntax highlighting courtesy of CodeMirror
  • saving and loading of scripts from localStorage.
  • re-execute and or edit a previously executed script from the output console.
  • quickly select all output with a double-click

nShell is a terminal application that uses nkn-multiclient-js to listen for incoming shell command from authenticated users, executes, and send back results through nkn-client. It is similar to ssh.