/pachist

A small bash program to show the installed package history in Arch Linux.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Pachist

A small program written in bash to show installed package history in Arch Linux. It can be used by it's own by simply write 'pachist' on the command line or run directly after another command like 'yaourt -Syua --devel --noconfirm && pachist'. I also added a verbose prefix "pachist -v" as it can sometimes be good to show install messages.

ScreenShot

Usage: pachist [options] [number of lines]

options:

-h, --help		Show this help
-v, --verbose	Show verbose messages
    --err		Not as verbose, just warning messages
<number>		Rows of lines to show
-q, --quiet		Show less information

The configuration file can be found at ~/.config/pachist.conf and currently holds ability to change default colors and number of lines to be shown.

ScreenShot