No description
Find a file
2012-07-07 12:15:52 -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 minify module moved back 2012-07-07 12:15:52 -04:00
test test bug fixed, not it's writes logs to screen and do not create server 2012-07-06 11:15:15 -04:00
.gitignore added loggin function, no all logs can be writed to file log.txt 2012-07-06 10:26:52 -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 fixed double slashes in loaded pathes on client 2012-07-06 10:50:47 -04:00
config.json fixed double slashes in loaded pathes on client 2012-07-06 10:50:47 -04:00
index.html fixed double slashes in loaded pathes on client 2012-07-06 10:50:47 -04:00
package.json setted up Cloud Commander version 2012-07-07 10:58:07 -04:00
README.md minor changes 2012-07-04 10:13:04 -04:00
server.js moving minify to own repository 2012-07-07 12:11:47 -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