Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/knutkirkhorn/free-space-cli
- Owner: knutkirkhorn
- License: mit
- Created: 2018-02-03T21:36:58.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T12:40:44.000Z (over 1 year ago)
- Last Synced: 2024-09-22T10:04:28.883Z (about 2 months ago)
- Topics: cli, command-line, disk, drive, free, free-space, linux, macos, macosx, nodejs, space, unix, windows
- Language: JavaScript
- Homepage:
- Size: 216 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --helpUsage
$ 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