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

https://github.com/willdoescode/rust_clear


https://github.com/willdoescode/rust_clear

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# rust_clear

## A alternative clear or cls command written in rust

## Installation

```bash
cargo install rust_clear
```

## in zshrc or config.fish or bashrc

```bash
alias clear='rust_clear'
```