Skip to content

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

License

Notifications You must be signed in to change notification settings

silentboatman/pachist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.8%
  • Roff 28.2%