rtzoeller / clearscreen

Cross-platform terminal screen clearing library

Home Page:https://docs.rs/clearscreen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crate release version Crate license: Apache 2.0 or MIT MSRV: 1.51.0 (breaking) CI status Uses Caretaker Maintainership

ClearScreen

Cross-platform terminal screen clearing library.

Tested with and tweaked for over 80 different terminals, multiplexers, SSH clients. See my research notes in the TERMINALS.md file.

Quick start

[dependencies]
clearscreen = "1.0.9"
clearscreen::clear().unwrap();

About

Cross-platform terminal screen clearing library

https://docs.rs/clearscreen

License:Other


Languages

Language:Rust 96.6%Language:Shell 3.4%