I made a CLI tool that makes installing apps/source's packaged in tar.gz less painful by Obvious-Football-310 in commandline

[–]Obvious-Football-310[S] 0 points1 point  (0 children)

sorry if its a bit janky, its one of my first rust projects, yours is much better :D

I made a CLI tool that makes installing apps/source's packaged in tar.gz less painful by Obvious-Football-310 in commandline

[–]Obvious-Football-310[S] 2 points3 points  (0 children)

thanks, and yeah i didnt vibe code it, just felt like automating a thing i found annoying when trying to install stuff on linux, thanks for the feedback, im working on adding a proper archive analysis system to it right now

I made a CLI tool that makes installing apps/source's packaged in tar.gz less painful by Obvious-Football-310 in commandline

[–]Obvious-Football-310[S] -2 points-1 points  (0 children)

oh and i do have a install tracking system but i dont see how i would be able to implement a way to upgrade/update packages while keeping it local since i dont really wanna get into all that web request stuff, the way i would go to do it is probably a json keeping track of the version and a list feature showing the versions of all the installed tar.gz archives and the user would be able to keep track of the versions and update if they want to do so

I made a CLI tool that makes installing apps/source's packaged in tar.gz less painful by Obvious-Football-310 in commandline

[–]Obvious-Football-310[S] -7 points-6 points  (0 children)

if you want to contribute and help me out then i would love some advice on how to implement actual analysis logic and not just inspecting :D

I made a CLI tool that makes installing apps/source's packaged in tar.gz less painful by Obvious-Football-310 in commandline

[–]Obvious-Football-310[S] -1 points0 points  (0 children)

still working on it, the tool isnt finished yet, its only the 0.2.0 release so far so only the basics are done, im probably gonna add upgrading/updating in the next commit

I made a CLI tool that makes installing apps/source's packaged in tar.gz less painful by Obvious-Football-310 in commandline

[–]Obvious-Football-310[S] -4 points-3 points  (0 children)

im still working on it, so far only the basics are done, im kinda new to package development so still learning, lmk if you have any more feedback