beyondmeh
beyondmeh
I like the idea for code maintainability. It definitely isn't lost on me that piu could become quite a beast down the road to maintain. However, I think keeping the...
@scottgearyau I like that idea for it's simplicity; not having to maintain a separate all-in-one script for the end user. I think I'll go that route. Also, I wanted to...
Bedrock is pretty awesome, but this was the first time I looked behind the curtain, so to speak with pmm. I really like the idea. Going forward I want some...
### Line: pacman -Qs "$@" >/dev/null; then Essentially `piu` calls pacman in a way that performs a lazy search on packages when it should perform an exact match only. This...