clearscreen 1.0.7

Cross-platform terminal screen clearing
Documentation

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.7"
clearscreen::clear().unwrap();