AndyMardell / dupie

A nodejs app that presents disk usage and directory size in pie chart form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dupie

dupie is a nodejs app that presents disk usage and directory size in pie chart form. Everyone loves a pie chart.

dupie

Install dupie

npm i dupie -g

Usage

dupie
dupie $dir
dupie disk
dupie $diskname

dupie

Runs dupie on your current working directory. Similar to du -s ./*

dupie

dupie $dir

Runs dupie on a specific directory. Similar to du -s ./path/to/dir/*

dupie /path/to/dir
dupie /path/to/dir\ with\ spaces/

dupie disk

Runs dupie on your current disk. Similar to df | grep /dev/disk1

dupie disk

dupie $diskname

Runs dupie on a specific disk or partition. Similar to df | grep /dev/disk1s4

dupie disk1s4

mrdl

About

A nodejs app that presents disk usage and directory size in pie chart form


Languages

Language:JavaScript 100.0%