Skip to content

angryguy-win/Rust-Arch-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a work in Progress!!!!...

This is a learning project.

Todo

[ ] Add Distro install
[ ] Add microcode check
[ ] Add GPU card check, Quetions
[ ] Add BTRFS Quetions and setup
[ ] Add logging / errors
[ ] Add refactor the program into app, ui, main ect..
[x] Add themes
[ ] Add more
[ ] Add 

[ ] Add The install scripts

Arch-menu

This app was created to give the user a menu writen in rust, To ask the User quetion's that they would use to install arch. All of these quetions are compiled into a arch_config.toml file..

Modules Used:

[dependencies]
ratatui = "0.20.1"
crossterm = "0.25"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.5"

This config file can be used in bash script to install Arch.

Splash Screen

image

Text input, Quetions.

image

Muliple Choice to select, Question.

image

Boolean True/false, Question.

image

The configuration file created -> acrh_config.toml

image

About

Rust CLI APP to create a config file sued to install arch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages