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

https://github.com/aniko33/ls-space-cli

A "script" that allows you to see the total space and its evaluation, the used and free space. Made in python with 2 libraries.
https://github.com/aniko33/ls-space-cli

cli disk disk-memory disk-space memory no-gui tool

Last synced: about 1 year ago
JSON representation

A "script" that allows you to see the total space and its evaluation, the used and free space. Made in python with 2 libraries.

Awesome Lists containing this project

README

          

## LS-SPACE-CLI

###### [Installation](#installation-guide)・[Documentation](#Documentation)・[Images](#Screenshot)

### Installation guide

### Manual installation
```bash
git clone https://github.com/aniko33/lsspace-cli.git && cd lsspace-cli && pip install -r req.txt
```

### Automatic installation

```bash
wget https://raw.githubusercontent.com/aniko33/lsspace-cli/main/installation && chmod +x installation && ./installation
```

### Documentation

###### Memory evaluation

The memory is evaluated from green to red which indicate the status of the memory, this is a table where the various gradations are observed

| Color | Gradations |
| --- | --- |
| Green | High |
| Yellow | Medium |
| Red | Low |

**High** means it's good,
**Medium** means that it is neither bad nor good,
**Low** means that it is really bad
### Screenshot
![stock.png](images/stock.png)