Windows Application
Starting from this release with help of electron you can find in attachments Desktop version of Cloud Commander for Windows.
Environment Variables
Every program executed in console now has these environment variables:
ACTIVE_DIR- directory that contains cursorPASSIVE_DIR- directory with no cursorCURRENT_NAME- name of a file under cursorCURRENT_PATH- path to file under cursor
On Unix you can use it this way:
~> echo $CURRENT_PATH
/home/coderaiser/cloudcmd/bin/cloudcmd.jsFeel free to share ideas what else environment variables could be set for programs executed in console.
Zip
Using --packer, with help of onezip and salam, you can set zip as default packer/extractor of operations with archives and downloading folders via Drag-n-Drop or context menu. Also could be changed with help of config:
ChangeLog
fix
- (menu) download: no files selected: title is undefined
- (man) add deepword
feature
- (cloudcmd) add ability to set packer with: --packer: "tar" or "zip" (#87)
- (package) nyc v9.0.1
- (package) console-io v3.0.0
- (dom) add setCurrentByName
- (cloudcmd) add libDist: .js -> .min.js
- (modules) add currify
- (cloudcmd) es2015-ify

