https://github.com/davidguttman/duhstar
Easily see what's taking up disk space. Shows folder and files sorted by size with human readable units.
https://github.com/davidguttman/duhstar
cli disk-space javascript
Last synced: 12 months ago
JSON representation
Easily see what's taking up disk space. Shows folder and files sorted by size with human readable units.
- Host: GitHub
- URL: https://github.com/davidguttman/duhstar
- Owner: davidguttman
- Created: 2014-10-16T03:11:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T19:01:29.000Z (almost 9 years ago)
- Last Synced: 2025-05-09T02:55:31.350Z (about 1 year ago)
- Topics: cli, disk-space, javascript
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# duhstar
Easily see what's taking up disk space. It's effectively a sorted version of `du -hs *`.
## Example
```
$ duhstar
4.0K lib64
4.0K media
4.0K opt
4.0K root
4.0K srv
16K lost+found
28K tmp
2.6M run
5.2M etc
5.2M sbin
11M bin
197M home
310M boot
333M var
1.7G lib
1.7G usr
229G mnt
```
## Usage & Installation
```
$ npx duhstar [/some/path]
```
If you don't have a recent version of npm (> 5.2.0), install first:
```
$ npm i -g duhstar
$ duhstar [/some/path]
```
## License
MIT