| Crates.io | nullterm |
| lib.rs | nullterm |
| version | 0.1.0 |
| created_at | 2022-03-20 23:10:11.576196+00 |
| updated_at | 2022-03-20 23:10:11.576196+00 |
| 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.