pacman/contrib
Dave Reisner b1bb2eaa50 paccache: adopt size_to_human
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
2012-06-25 23:39:46 -05: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 Added syntax highlighting for the sha256sums, sha384sums, and sha512sums arrays Fixed FS#29213 2012-06-25 23:08:35 -05:00
README remove antiquated contrib/wget-xdelta.sh 2011-03-17 10:05:33 -05:00
bacman.sh.in contrib: remove executable bit from input files 2012-04-30 17:37:29 -05:00
bash_completion.in bash_completion: update for changes to pacman-key 2012-04-24 08:38:36 -05:00
paccache.sh.in paccache: adopt size_to_human 2012-06-25 23:39:46 -05:00
pacdiff.sh.in contrib: remove executable bit from input files 2012-04-30 17:37:29 -05: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 updpkgsums: avoid fancy quoting in error message 2012-06-25 23:05:26 -05:00
vimprojects contrib/ follow-up work 2010-10-12 08:26:50 -05:00
zsh_completion.in zsh-completion: Allow use of names in pacman-key 2012-06-25 23:09:04 -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.