@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