pacman/contrib
Florian Pritz 23f93118d0 pacdiff: update copyright notice
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Allan McRae <allan@archlinux.org>
2013-01-03 12:03:10 +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 remove antiquated contrib/wget-xdelta.sh 2011-03-17 10:05:33 -05: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 paccache: adopt size_to_human 2012-06-25 23:39:46 -05: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 contrib: remove executable bit from input files 2012-04-30 17:37:29 -05: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 Update copyright year for 2013 2013-01-03 12:03:09 +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.

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

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

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.

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.

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

vimprojects - a project file for the vim project plugin.