github coderaiser/cloudcmd v6.7.0
cloudcmd v6.7.0

latest releases: v17.4.0, v17.3.3, v17.3.2...
7 years ago

Terminal

A lot people (#43, #105, #103), asked about a terminal in Cloud Commander.
In this version it is added at last :). To keep installation as simple as it is now was desided to move terminal to package, which should be installed separatelly.

It is disabled and not installed by default. To use it you should install gritty with:

npm i gritty -g

And then set the path of a terminal with:

cloudcmd --terminal --terminal-path `gritty --path` --save

terminal

Windows

On Windows you need to install windows-build-tools before:

npm install --global windows-build-tools

Then get path of a gritty with:

gritty --path

It will returns something like:

C:\Users\coderaiser\AppData\Roaming\npm\node_modules\gritty

Set this path as --terminal-path with:

cloudcmd --save --terminal --terminal-path "C:\Users\coderaiser\AppData\Roaming\npm\node_modules\gritty"

After that you can use terminal in the same way as a console. Open it with Shift + ~ and close with Shift + Esc

fix

  • (client) add join

feature

  • (terminal) add optional --terminal support
  • (webpack) babelify only for prod
  • (modules) socket.io v1.7.3
  • (bower) fancybox v2.1.6
  • (load-remote) add
  • (select-by-pattern) add from dom
  • (dom-tree) add from dom

Don't miss a new cloudcmd release

NewReleases is sending notifications on new releases.