Multi Utility Command Line Interface
- Overview - What is MUCLI
- MUCLI Commands - What can you do with MUCLI
- Crates used - What was used to create MUCLI
- Contributing - How can you help out MUCLI's development
ⓘ NOTE
- This project was created to learn the fundamentals of Rust and should not be taken as a serious project.
- A lot of the functionalities might be really
basicornot complete.- If you want to help improve MUCLI, visits the "Contributing" section below.
- All the functionalities of MUCLI were tested on a
Windows 11machine.
MUCLI is an "all-in-one" command-line application written in Rust. Rather than requiring multiple small utilities for everyday tasks, MUCLI brings a wide range of features together into a single program.
Whether you need to handle files, inspect your system, or perform other common operations, MUCLI aims to a simple and convenient way to do so directly from the terminal.
If you want to view all of MUCLI commands, press here
| Crate | Version | Features |
|---|---|---|
| anyhow | 1.0.103 | |
| clap | 4.6.1 | derive |
| reqwest | 0.13.4 | blocking |
| serde | 1.0.228 | derive |
| serde_json | 1.0.150 | |
| sysinfo | 0.38.4 | |
| webbrowser | 1.2.1 |
If you'd like to support the development of MUCLI, feel free to:
-
Clone the repository
git clone https://github.com/usersolvesgits/MUCLI.git
modify the code however you like and create a pull request.
-
Open an issue (click here) explaining what you would like to be added in the future.
Every contribution, even small ones, are welcome.