pacman/contrib
Andrew Gregory 529cf928ab add missing utilities to contrib/README
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2013-02-07 10:48:11 +10:00
..
.gitignore updpkgsums: add new contrib script 2012-05-20 17:55:32 -05:00
Makefile.am paccache: adopt size_to_human 2012-06-25 23:39:46 -05:00
PKGBUILD.vim PKGBUILD.vim: improve 'options' highlighting, add extra keywords 2012-08-07 20:59:27 -05:00
README add missing utilities to contrib/README 2013-02-07 10:48:11 +10:00
bacman.sh.in Update copyright year for 2013 2013-01-03 12:03:09 +10:00
bash_completion.in asdeps flag passed from makepkg to pacman 2012-08-01 09:17:12 -05:00
paccache.sh.in Fix printing of paths 2013-01-28 23:38:46 +10:00
pacdiff.sh.in pacdiff: update copyright notice 2013-01-03 12:03:10 +10:00
paclist.sh.in contrib: remove executable bit from input files 2012-04-30 17:37:29 -05:00
paclog-pkglist.sh.in paclog-pkglist: parse entries with caller info 2013-01-28 23:38:46 +10:00
pacscripts.sh.in contrib: remove executable bit from input files 2012-04-30 17:37:29 -05:00
pacsearch.in contrib: remove executable bit from input files 2012-04-30 17:37:29 -05:00
pacsysclean.sh.in contrib/pacsysclean: use a standard vim modeline 2012-05-20 17:41:32 -05:00
rankmirrors.sh.in rankmirrors: move to contrib/ 2012-04-24 20:33:08 -04:00
updpkgsums.sh.in unset executable bit on updpkgsums.sh.in 2013-02-07 10:48:11 +10:00
vimprojects contrib/ follow-up work 2010-10-12 08:26:50 -05:00
zsh_completion.in asdeps flag passed from makepkg to pacman 2012-08-01 09:17:12 -05:00

README

Here is a brief description of the files included in this directory:

PKGBUILD.vim - a vim/gvim syntax file for PKGBUILDs. Colors known variable
names, highlights common errors such as invalid characters in pkgname or
pkgver, etc.

bacman - regenerate a pacman package based on installed files and the pacman
database entries. Useful for reuse, or possible config file extension.

bash_completion - a bash completion script for pacman, install in
/etc/bash_completion.d/ for use (but rename to something descriptive!).

paccache - a flexible package cache cleaning utility that allows greater
control over which packages are removed.

pacdiff - a simple pacnew/pacorig/pacsave updater for /etc/.

paclist - list all packages installed from a given repository. Useful for
seeing which packages you may have installed from the testing repository,
for instance.

paclog-pkglist - lists currently installs packages based pacman's log.

pacscripts - tries to print out the {pre,post}_{install,remove,upgrade}
scripts of a given package.

pacsearch - a colorized search combining both -Ss and -Qs output. Installed
packages are easily identified with a *** and local-only packages are also
listed.

pacsysclean - lists installed packages sorted by size.

rankmirrors - ranks pacman mirrors by their connection and opening speed.

updpkgsums - performs an in place update of the checksums in a PKGBUILD.

vimprojects - a project file for the vim project plugin.

zsh_completion - a zsh completion script, install (with a rename) to
/usr/share/zsh/site-functions/.