GitXplorerGitXplorer
s

dusage

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
01f1a9672c892912abb0e0af1256a6dd556a1b6e

add license

ssstark committed 8 years ago
Unverified
2dbe0a28e809694982067c21e2ac41d233f06ea4

installation notes

ssstark committed 8 years ago
Unverified
06a1eb6de978493d7cb56c424d67b1986a54e5b1

initial commit

ssstark committed 8 years ago

README

The README file for this repository.

dusage

Simple du(1) wrapper that lists directory sizes. It will try to get the disk usage for all directories in the given directory ("." if not given), sort the result by size in bytes, and print it in a human readable way.

Example to get top ten directories in "Library":

> dusage Library | tail   
868.00K	Library/Keychains
  2.89M	Library/Preferences
  4.39M	Library/Logs
  5.31M	Library/Safari
  7.62M	Library/Saved Application State
 26.24M	Library/Calendars
 55.94M	Library/Containers
 95.50M	Library/Application Support
  1.19G	Library/Caches
  3.25G	Library/Mail

Install

go get github.com/sstark/dusage