Cleanup and modernization
Run clippy on the project, fixing recommendations. Tested on Redox and Linux.
Simplify logic on some boolean tests.
Fixes line count bug in grep
.
Prefer println!()
and eprintln!()
to write()
on stdout
and stderr
.
Line up columns for screenfetch
.
Re-add mtxt
utility.