Obliterate
A command line tool written in rust to replace rm
.
Agenda:
- Retain all the functionalities of
rm
command. - Add moving to trash functionality for all operating systems( Mac ,Linux and later Windows)
- Add interactive mode and a configurable option for warnings.
Instructions:
cargo run -- <filename>
- Run tests
cargo test