Socket
Socket
Sign inDemoInstall

cloud-analyser

Package Overview
Dependencies
4
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cloud-analyser

Disk space analyzer for cloud services


Version published
Maintainers
1
Created

Readme

Source

Disk space analyzer for cloud services

Scans your online storage and shows you, in graphical form, where the space is being wasted, giving you an idea of where to start cleaning.

Based on Unifile, supports all Unifile services:

  • Dropbox
  • local file system
  • FTP
  • SFTP
  • Github
  • NextCloud/Owncloud (with webdav)

This is an equivalent of the linux colland du -b ...path...

Use

Install the npm package

$ npm install -g cloud-analyser

Scan the local Documents folder

$ cloud-analyser fs ~/Documents

Scan remote folders:

$ cloud-analyser dropbox Photos
$ cloud-analyser ftp www
$ cloud-analyser github repo1/master/

for example the command cloud-analyser dropbox Photos will output something like this

2075407 Photos/Sample Album
2075407 Photos

Options

cloud-analyser [service] [path]

ServiceValue of the service option
DropboxDropbox
local file systemfs
FTPFTP
SFTPSFTP
GithubGithub
NextCloud/Owncloud (with webdav)webdav

Development

Install

$ npm i

test

Scan the local Documents folder

$ node ./lib/ fs ~/Documents

FAQs

Last updated on 20 Jun 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc