Hello, for all linux users!!! i made a realy fun project!
Its called BLCE (bash line command editor)
https://github.com/BashAppDev/BLCE
Its made to make commands like sudo apt update -y && sudo apt upgrade -y
realy simple by using:
up
of install things with:
in <the thing you want to install>
AND A LOT LOT LOT LOT LOT more!!!!!!
pls give a look!!!!!!!!!!!!!!!!!!!!!!!!!!
oooo, it look interesting :D
Very neat and very clean code, BUT, first, when you upload to github you always also upload the code into the actual repo, and second it would be more useful if you could run it like blce up
, and third, it does not work on a bunch of distros. To keep it simple, apt is only available on Debian-like Distros (Ubuntu, Mint, Debian, etc.), while in other places, yum or pacman does the package installing.
Last one feels optional since ppl can just edited, but a project works best when you don't have to change source code to make it work ;P