Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/knutkirkhorn/free-space-cli

πŸ’ΎπŸ’» Get the amount of free space for a drive CLI
https://github.com/knutkirkhorn/free-space-cli

cli command-line disk drive free free-space linux macos macosx nodejs space unix windows

Last synced: 2 days ago
JSON representation

πŸ’ΎπŸ’» Get the amount of free space for a drive CLI

Awesome Lists containing this project

README

        

# free-space-cli

> Get the amount of free space for a drive CLI

## Installation

```
$ npm install --global @knutkirkhorn/free-space-cli
```

## Usage

```
$ free-space --help

Usage
$ free-space
Examples
$ free-space
$ free-space C:
$ free-space \dev\sda
```

## Related

- [system-disk](https://github.com/knutkirkhorn/system-disk) - Get the system disk of the computer (e.g. `C:` or `/dev/sda`)
- [@knutkirkhorn/free-space](https://github.com/knutkirkhorn/free-space) - API for this module