webtreemap
webtreemap copied to clipboard
README might mention that `du` on mac does not support -b
du on Mac doesn't support the -b option, so instead you can do:
du -a /some/path | awk '{print $1*512 "\t" $2}' | node cli.js -o out.html