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

https://github.com/demensdeum/cleanterminus

Crossplatform terminal clean command
https://github.com/demensdeum/cleanterminus

clean clear cli cls cmd console konsole pip pip3 python python3 terminal

Last synced: about 2 months ago
JSON representation

Crossplatform terminal clean command

Awesome Lists containing this project

README

        

# CleanTerminus
Crossplatform terminal clean command for Python

# Installation

```
git clone https://github.com/demensdeum/CleanTerminus.git
cd CleanTerminus
pip install . (there is dot at the end)
```

# Usage

```
import cleanterminus
cleanterminus.clear()
```