Crates.io | nullterm |
lib.rs | nullterm |
version | 0.1.0 |
source | src |
created_at | 2022-03-20 23:10:11.576196 |
updated_at | 2022-03-20 23:10:11.576196 |
description | Simply runs ClearScreen to truly clear the terminal on most terminals and platforms |
homepage | https://github.com/SirHall/nullterm |
repository | https://github.com/SirHall/nullterm |
max_upload_size | |
id | 553756 |
size | 23,782 |
Simply runs ClearScreen to clear the terminal, useful if you want your terminal to be truly cleaned if you often recompile and want to clear previous compilation output.
Go a step further and create a symlink cls
to this program, and clear+build on any platform using cls && cargo build
.