print* -- of course I typo the title
repo: https://github.com/Morganamilo/paccat
aur: https://aur.archlinux.org/packages/paccat/
For a long time I've wanted an easy way to inspect pacman package files, mainly config files. And so paccat
was born.
You can inspect a file as simple as paccat pacman -- pacman.conf
You can even do weird things like paccat --binary git -- git-add.1.gz | man --local-file -
I wrote this in a a few hours and have just released 0.1.0 so beware. More features coming soon.