All Projects → davidguttman → duhstar

davidguttman / duhstar

Licence: other
Easily see what's taking up disk space. Shows folder and files sorted by size with human readable units.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to duhstar

Luminous
Luminous provides you a lot of information about the system and a lot of handy methods to quickly get useful data on the iOS platform.
Stars: ✭ 298 (+1886.67%)
Mutual labels:  disk-space
Unburden Home Dir
Automatically unburden $HOME from caches, etc. Useful for $HOME on SSDs, small disks or slow NFS homes. Can be triggered via an hook in /etc/X11/Xsession.d/.
Stars: ✭ 48 (+220%)
Mutual labels:  disk-space
Diskover Web
Web file manager, disk space usage, storage search engine and file system analytics for diskover
Stars: ✭ 121 (+706.67%)
Mutual labels:  disk-space
Godu
Simple golang utility helping to discover large files/folders.
Stars: ✭ 370 (+2366.67%)
Mutual labels:  disk-space
Diskonaut
Terminal disk space navigator 🔭
Stars: ✭ 856 (+5606.67%)
Mutual labels:  disk-space
Bulk Crap Uninstaller
Remove large amounts of unwanted applications quickly.
Stars: ✭ 1,212 (+7980%)
Mutual labels:  disk-space
diskusage
FANTASTIC SPEED utility to find out top largest folders/files on the disk.
Stars: ✭ 64 (+326.67%)
Mutual labels:  disk-space
diskover-community
Diskover Community Edition - Open source file indexer, file search engine and data management and analytics powered by Elasticsearch
Stars: ✭ 1,257 (+8280%)
Mutual labels:  disk-space
Diskover
File system crawler, disk space usage, file search engine and file system analytics powered by Elasticsearch
Stars: ✭ 977 (+6413.33%)
Mutual labels:  disk-space
Sweep
Reduce the disk usage of your projects by removing dependencies & builds
Stars: ✭ 105 (+600%)
Mutual labels:  disk-space
Kondo
Save disk space by cleaning non-essential files from software projects.
Stars: ✭ 373 (+2386.67%)
Mutual labels:  disk-space
Ruby Stats
Fetch statistics about your machine using Ruby
Stars: ✭ 5 (-66.67%)
Mutual labels:  disk-space
Dfc
Report file system space usage information with style (mirror repository)
Stars: ✭ 84 (+460%)
Mutual labels:  disk-space
Modclean
Remove unwanted files and directories from your node_modules folder
Stars: ✭ 309 (+1960%)
Mutual labels:  disk-space
Docker Registry Manifest Cleanup
Cleans up docker registry by removing untagged manifests from the registry
Stars: ✭ 127 (+746.67%)
Mutual labels:  disk-space
Tin Summer
Find build artifacts that are taking up disk space
Stars: ✭ 259 (+1626.67%)
Mutual labels:  disk-space
Packagephobia
⚖️ Find the cost of adding a new dependency to your project
Stars: ✭ 1,110 (+7300%)
Mutual labels:  disk-space
yaf
Yet another system fetch that is minimal and customizable
Stars: ✭ 23 (+53.33%)
Mutual labels:  disk-space
Xcode Clean.sh
Bash script freeing up disk space by removing Xcode generated data
Stars: ✭ 164 (+993.33%)
Mutual labels:  disk-space
Skrub
A package to remove junk from Composer installations and trim build sizes.
Stars: ✭ 91 (+506.67%)
Mutual labels:  disk-space

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].