No description
Find a file
2012-07-05 04:10:21 -04:00
css little cleanup 2012-07-05 03:35:43 -04:00
img folder with images was renamed to img 2012-06-15 13:07:06 +00:00
lib changed innerText to textContent for firefox compitability 2012-07-04 08:10:57 -04:00
test cloudfoundry deploying removed, because js-error happend 2012-07-02 14:13:10 +03:00
.gitignore removed heroku procfile 2012-07-04 10:24:43 -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 added config.json file 2012-07-04 10:35:53 -04:00
index.html styles-moved-to-css-dir 2012-07-01 04:27:43 -04:00
package.json test.sh moved to test folder 2012-07-01 11:31:17 +03:00
README.md minor changes 2012-07-04 10:13:04 -04:00
server.js resolved bug with file not found error, sending to client 2012-07-04 11:15:13 -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