Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T19:01:29.000Z (over 7 years ago)
- Last Synced: 2024-12-27T13:50:54.675Z (22 days ago)
- Topics: cli, disk-space, javascript
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 15
- Watchers: 2
- 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
```
$ duhstar4.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