https://github.com/itsahappymedium/dude-wheres-my-hd
A small CLI tool that will find out which directories are taking up the most your hard drive space.
https://github.com/itsahappymedium/dude-wheres-my-hd
dude harddrive is my where
Last synced: 3 months ago
JSON representation
A small CLI tool that will find out which directories are taking up the most your hard drive space.
- Host: GitHub
- URL: https://github.com/itsahappymedium/dude-wheres-my-hd
- Owner: itsahappymedium
- License: mit
- Created: 2017-09-12T16:28:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T21:35:30.000Z (about 8 years ago)
- Last Synced: 2025-06-21T17:45:46.590Z (4 months ago)
- Topics: dude, harddrive, is, my, where
- Language: JavaScript
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dude, where's my HD?
[](https://www.npmjs.com/package/dude-wheres-my-hd) [](index.js) [](https://github.com/standard/standard) [](LICENSE.md)
A small CLI tool that will find out which directories are taking up the most your hard drive space.
## Installation/Usage
### CLI
```shell
npm install --global dude-wheres-my-hd
dude-wheres-my-hd /www/sites 20
```
### Node
```shell
npm install --save dude-wheres-my-hd
```
```javascript
const findMyHdBro = require('dude-wheres-my-hd')
var hd = findMyHdBro('/www/sites', 20)
console.log(hd)
```
## License
MIT. See the [License file](LICENSE.md) for more info.