$ du -shc ~/.meteor
14G /Users/samh/.meteor
14G total
That seems kinda insane! Is this normal? Should meteor maybe have some kind of automatic cleanup routine run once in a while?
$ du -shc ~/.meteor
14G /Users/samh/.meteor
14G total
That seems kinda insane! Is this normal? Should meteor maybe have some kind of automatic cleanup routine run once in a while?
How do you generate that formatted listing with ascii bar chart?
it’s a linux tool: ncdu
Yep, it’s ncdu
. On a Mac with Homebrew you can install it with brew install ncdu
.