Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUCLI

Multi Utility Command Line Interface


Table of Contents


Overview

ⓘ NOTE

  1. This project was created to learn the fundamentals of Rust and should not be taken as a serious project.
  2. A lot of the functionalities might be really basic or not complete.
  3. If you want to help improve MUCLI, visits the "Contributing" section below.
  4. All the functionalities of MUCLI were tested on a Windows 11 machine.

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


Crates used

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

Contributing

If you'd like to support the development of MUCLI, feel free to:

  1. Clone the repository

    git clone https://github.com/usersolvesgits/MUCLI.git

    modify the code however you like and create a pull request.

  2. Open an issue (click here) explaining what you would like to be added in the future.

Every contribution, even small ones, are welcome.

About

Multi Utility Command Line Interface

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages