Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add and friends #279

Closed
ShalokShalom opened this issue Sep 6, 2024 · 2 comments
Closed

add and friends #279

ShalokShalom opened this issue Sep 6, 2024 · 2 comments

Comments

@ShalokShalom
Copy link

ShalokShalom commented Sep 6, 2024

Hi there :)

I have written a bunch of abstractions on top of Pacman.

They all work in tandem, add is to install new software.

The benefit of it is, that you never end up with a partial update since it always checks if your system is up to date, before it installs anything.

It also is capable of doing the update alone, when you call it without an argument.

When you need to reboot your computer because of an update, it will tell you that, and even provide you a timer for that reminder, if you like to postpone that reboot.

Just look into it, I currently separate the versions for Arch, Garuda and KaOS, since they all have slightly different dependencies and commands they use (AUR and KCP are also supported) into different repos, and I can see myself uniting them.

I also have a Youtube downloader, but that already exists in other forms, so its not as unique as the pacman abstractions.

Its all written in Fish, so we could add a check, if the user has installed that, if they are trying to use those abstractions (and/or add fish to the dependency list in the Arch package)

Much fun

https://codeberg.org/ShalokShalom/add-and-friends

@adamperkowski
Copy link
Contributor

In what way would your abstractions benefit Linutil? What insurance we have this is not malware?
I see that these "abstractions" are shell functions in fish config that rely on paru (and have no error handling by the way).
I think addition like this would be redundant.

@Real-MullaC
Copy link
Contributor

/close Do not self advertise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants