some-rust-scripts is a collection of simple and useful CLI tools written in Rust. Each script solves a specific problem efficiently from the terminal. The tools support various input formats and are ...
TriageIR/ ├── TriageIR-CLI/ # Rust CLI Engine │ ├── src/ # Source code │ │ ├── main.rs # Main application entry │ │ ├── system_info.rs # System information collection │ │ ├── processes.rs # Process ...