cli-menu-maker

Crates.iocli-menu-maker
lib.rscli-menu-maker
version0.1.1
sourcesrc
created_at2024-01-14 03:40:05.846452
updated_at2024-01-14 03:46:37.303687
descriptionA small program to run cli commands from a menu!
homepage
repositoryhttps://github.com/wychwitch/cli-menu-maker
max_upload_size
id1099166
size11,883
wych(witch) (wychwitch)

documentation

README

Cli-Menu-Maker

This is a very quickly made program to take a list of commands and turn it into a menu that each one can be selected from. This is all thanks to the amazing consolemenu crate! Thank you Brian ^^

Simply take the commands.example.yml and edit it to suit your needs. You can create more than one and create a bash file to run the specific menu you want (one for game server commands, another one for opening that one log file you always need... the sky's the limit!)

Install using cargo install cli-menu-maker

Run it by climenu <path-to-commands.yml>

Commit count: 0

cargo fmt