All Projects → amilajack → node-disk-utility

amilajack / node-disk-utility

Licence: MIT license
Quickly calculate the size of a folder or disk on macOS and Linux

Programming Languages

rust
11053 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to node-disk-utility

diskusage
FANTASTIC SPEED utility to find out top largest folders/files on the disk.
Stars: ✭ 64 (+128.57%)
Mutual labels:  disk, size
Eram
Open Source RAM Disk
Stars: ✭ 227 (+710.71%)
Mutual labels:  disk
Crossplatformdisktest
Windows, macOS and Android storage (HDD, SSD, RAM) speed testing/performance benchmarking app
Stars: ✭ 123 (+339.29%)
Mutual labels:  disk
Zelda dawn dusk
Zelda 64: Dawn & Dusk - Expansion Disk
Stars: ✭ 157 (+460.71%)
Mutual labels:  disk
Distributed framework
python通用分布式函数调度框架 pip install function_scheduling_distributed_framework
Stars: ✭ 123 (+339.29%)
Mutual labels:  disk
Usb Disk Ejector
A program that allows you to quickly remove drives in Windows. It can eject USB disks, Firewire disks and memory cards. It is a quick, flexible, portable alternative to using Windows' "Safely Remove Hardware" dialog.
Stars: ✭ 175 (+525%)
Mutual labels:  disk
Cra Build Watch
A script for create-react-app that writes development builds to the disk
Stars: ✭ 110 (+292.86%)
Mutual labels:  disk
Advanced-xv6
Modern improvements for MIT's xv6 OS
Stars: ✭ 26 (-7.14%)
Mutual labels:  disk
Torchdata
PyTorch dataset extended with map, cache etc. (tensorflow.data like)
Stars: ✭ 226 (+707.14%)
Mutual labels:  disk
Kdiskmark
A simple open-source disk benchmark tool for Linux distros
Stars: ✭ 152 (+442.86%)
Mutual labels:  disk
Filesystem
FileSystem is an application that allows you to browse the content of your iPhone disk, displaying file and folders, files contents, and detailed informations about file and folder permissions.
Stars: ✭ 148 (+428.57%)
Mutual labels:  disk
Hd Idle
Hard Disk Idle Spin-Down Utility
Stars: ✭ 124 (+342.86%)
Mutual labels:  disk
Media Manager
A simple file browser and up-loader for Laravel written in Vue.JS
Stars: ✭ 190 (+578.57%)
Mutual labels:  disk
Iocipher
make non-root mountable encrypted disk shares
Stars: ✭ 124 (+342.86%)
Mutual labels:  disk
Tarantool
Get your data in RAM. Get compute close to data. Enjoy the performance.
Stars: ✭ 2,787 (+9853.57%)
Mutual labels:  disk
Btree4j
Disk-based B+-tree written in Pure Java
Stars: ✭ 122 (+335.71%)
Mutual labels:  disk
Sysstat
Performance monitoring tools for Linux
Stars: ✭ 2,055 (+7239.29%)
Mutual labels:  disk
Ssd Gpu Dma
Build userspace NVMe drivers and storage applications with CUDA support
Stars: ✭ 172 (+514.29%)
Mutual labels:  disk
ETurntable
ETurntable
Stars: ✭ 17 (-39.29%)
Mutual labels:  disk
Stressdisk
Stress test your disks / memory cards / USB sticks before trusting your valuable data to them
Stars: ✭ 238 (+750%)
Mutual labels:  disk

disk-utility

CI

Quickly calculate the size of a folder or disk on macOS, Linux, and Windows.

Features

  • Does not depend on system dependencies (like du)
  • Built using Neon!

Installation

npm install disk-utility

Usage

import diskUtility from 'disk-utility';

// Calculate the size of a directory
diskUtility.dirSize(__dirname);

// Pass optional core count
diskUtility.dirSize(__dirname, 4);

Local Setup

git clone https://github.com/amilajack/disk-utility
cd disk-utility
npm install
npm test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].