Coder Social home page Coder Social logo

disk-usage's Introduction

Directory Size Calculator

This is a Node.js script that calculates the disk usage of directories in the current directory.

Installation

npm i -g @suntree/disk-usage

Usage

  1. Open a terminal or command prompt.

  2. Navigate to the directory where you cloned or downloaded this repository.

  3. Run the following command:

    disk-usage js <directory-path>
    

    Replace <directory-path> with the actual path of the directory you want to calculate the disk usage for.

  4. The script will recursively calculate the disk usage for each subdirectory and display the results in the terminal.

Example

To calculate the disk usage of the "my-folder" directory located in the current directory:

disk-usage js my-folder

Notes

  • The script may take some time to calculate the disk usage, especially for large directories.
  • The disk usage is displayed in a human-readable format (e.g., "1.23 MB", "500 KB").
  • The script does not calculate the disk usage of individual files, only directories.

License

This project is licensed under the MIT License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.