ChrisTitusTech / linutil

Chris Titus Tech's Linux Toolbox - Linutil is a distro-agnostic toolbox designed to simplify everyday Linux tasks.
https://christitus.com
MIT License
2.77k stars 226 forks source link

Uniform bash interface for scripts #682

Open MGRAFF2006 opened 1 month ago

MGRAFF2006 commented 1 month ago

Is your feature request related to a problem? Please describe.

I am interested in this project and used it quite a bit to setup machines and install some programs. I am Kind of a Guy that looks at details and it bothered me that the experience running the bash scripts isn't uniform.

Describe the solution you'd like

I would really like a kind of Libary / Script of some sort to build th in script ui (Text Input; Headings user select and so on)

I have considered either using / implementing a premade one into the project, or making my own and contribute, but i fisrt wanted to ask if this would be apprechiated / wanted.

Checklist

adamperkowski commented 1 month ago

I have considered either using / implementing a premade one into the project, or making my own and contribute, but i fisrt wanted to ask if this would be apprechiated / wanted.

This is a good idea IMO. Keep in mind that we don't use bash here. We keep everything POSIX-compliant.

cartercanedy commented 1 month ago

Please do make a pull request, any help is welcome!

adamperkowski commented 1 month ago

/label 'script'