xmenu
Interactive terminal menu lib for rust.
Table of Contents
Overview
make interactive menus in rust. In case of any issues feel free to create an issue here or create a pull request.
Installation
This will also install a bin named xmenu which can be called for simulating demos of xmenu working as well as fix an ISSUE in Windows terminal where ANSI colours are not displaying as it is supposed to. Instead, the colour codes are getting printed.
Just choose the option for fixing it after running xmenu in the terminal
Usage
For in script usage,
use ;
Demo
For a demo, after installing xmenu using cargo install xmenu, run:
in terminal.
Fix Windows CMD ANSI Colour Problem
After running xmenu in terminal, choose the third option.