Damus
Andrew · 4w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpq5ryvtszhglxz356zu5cmvtkx82rmje2ujpnukt3xxsp4d0k8ders9va236 I have a wrapper for multiple package managers. `hey xbps install <package>` or ju...
konstruct profile picture
@nprofile1q... interesting! For now I'm only using xbps and flatpak, so I just have an `upd` shell script that runs `xbps-install -Su && flatpak update` and I just use `flatpak install`.

Maybe I could do it like you, and replace it all with `package <manager> <operation> <foobar>`.
`p a u` would be `package all update`
`p f i librewolf` would be `package flatpak install librewolf`

I have no idea how to code such a script though. I'm only an intermediate level linux user with few years (& distros) of experience. My only edge is that I know what I want
1
Andrew · 4w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpq5ryvtszhglxz356zu5cmvtkx82rmje2ujpnukt3xxsp4d0k8ders9va236 > I'm only an intermediate level linux user with few years (& distros) of experience. Never stopped me! :D > My only edge is that I know what I want That's my approach, too. I want t...