No description
Find a file
2012-07-05 09:27:39 -04:00
css resolved bug with view on small width: octicons font was commented wrong 2012-07-05 14:52:01 +03:00
img folder with images was renamed to img 2012-06-15 13:07:06 +00:00
lib changed permissions for min directory 2012-07-05 09:27:39 -04:00
test cloudfoundry deploying removed, because js-error happend 2012-07-02 14:13:10 +03:00
.gitignore changed config 2012-07-05 04:11:30 -04:00
.jshintrc client.js added to travis-lint-testing 2012-06-25 20:05:13 +00:00
.travis.yml Update master 2012-07-02 12:54:34 +03:00
client.js changed paddings and width beetwen panels 2012-07-04 09:58:42 -04:00
config.json nodester 2012-07-05 07:13:28 -04:00
index.html styles-moved-to-css-dir 2012-07-01 04:27:43 -04:00
package.json small changes 2012-07-05 04:57:49 -04:00
README.md minor changes 2012-07-04 10:13:04 -04:00
server.js nodester seeting up 2012-07-05 06:41:35 -04:00

Cloud Commander Build Status

Cloud Commander - two-panels file manager, totally writed on js. View demo, mirror.

Google PageSpeed Score : 100 (out of 100).

Benefits

  • full browser compatibility (ie6+,chrome,safari,opera,firefox);
  • responsible design
  • one full page loading, and then just one-time json-dir-listings loading (with refresh opportunity).
  • caching readed directories to localStorage (for now) (so if network will disconnected or something heppen with a signal, we definitely will can work cached copy of directory listings);
  • key binding
  • disabled js support (working in limited mode).
  • automated minification client js-files and onstart-reading Cloud manager files on server starting.

Cloud Commander uses all benefits of js, so if js is disabled, we moves to limited mode.

Limited-mode features:

  • only 1 panel available
  • no keybinding
  • no local caching
  • full loading of all web page(with styles, js-scripts, html-page etc).

Hot keys:

In all modern web browsers (but not in IE, becouse he special) hot keys works. There is a short list:

  • Ctrl + r - reload dir content
  • Ctrl + d - clear local cache (wich contains dir contents)
  • Alt + q - disable key bindings
  • Alt + s - get all key bindings back
  • up, down, enter - filesystem navigation

Additional modules:

Cloud Commander not using additional modules for main functionality. But for minification and optimization tricks optional can be assingned (and installed) modules:

Install addtitional modules:

npm i uglify-js clean-css html-minifier css-b64-images