Skip to content

cloudcmd v15.1.0

Compare
Choose a tag to compare
@coderaiser coderaiser released this 06 Jan 22:35
· 545 commits to master since this release

Zip archives as directories

Just landed ability to work with zip archives like it is directories 🎉 . Thanks @stuckless for inspiration :).
All this became possible with help of redzip.
There is a few things to remember:

  • there is no way to edit files inside archives for now, all things READ ONLY
  • there is no file operations supported for files inside archives

So it is base support of such a feature, but there is a lot plans for this. Any feedback is highly appreciable :).

Hope you enjoy new Cloud Commander feature. Happy Holidays 🎄

feature

  • (cloudcmd) add ability to read zip files like directories (#309)