No description
Find a file
2024-06-05 00:45:46 -05:00
assets Cleanup of python version which is still in development. 2024-03-05 00:07:37 -06:00
in_development More fixes to gitignore 2024-06-05 00:45:46 -05:00
.gitignore Updated gitignore file to ignore rust build release directory tree. 2024-06-05 00:40:58 -05:00
.gitignore.swp More fixes to gitignore 2024-06-05 00:45:46 -05:00
osupdater Updated gitignore file to ignore osupdater rust binary too. 2024-06-05 00:37:50 -05:00
README.md Typos in README.md 2024-03-06 04:33:51 -06:00
rust_build_osupdater.sh Renamed rust build script. 2024-06-05 00:42:15 -05:00

osupdater

ABOUT

A bash script and a terminal rust application for figuring out what package manager(s) are present on your system and use them to update your software packages.

There is also an in-development python GUI.

This is for my educational purposes of learning rust and python to do tasks that I have done successfully in either bash or C/C++. Feel free to snatch this up or not.

FILES

File Function
./osupdater rust binary
./osupdater.sh bash script
./assets png files for the GUI
./in-development folders for the various non-bash working directories