Rehash efficiently
[pacman-ng.git] / contrib / README
blob4f591012297f21ecac4bedc193c0a57832c697bf
1 Here is a brief description of the files included in this directory:
3 PKGBUILD.vim - a vim/gvim syntax file for PKGBUILDs. Colors known variable
4 names, highlights common errors such as invalid characters in pkgname or
5 pkgver, etc.
7 bash_completion - a bash completion script for pacman, install in
8 /etc/bash_completion.d/ for use (but rename to something descriptive!).
10 zsh_completion - a zsh completion script, install (with a rename) to
11 /usr/share/zsh/site-functions/.
13 pacdiff - a simple pacnew/pacorig/pacsave updater for /etc/.
15 paclist - list all packages installed from a given repository. Useful for
16 seeing which packages you may have installed from the testing repository,
17 for instance.
19 pacscripts - tries to print out the {pre,post}_{install,remove,upgrade}
20 scripts of a given package.
22 pacsearch - a colorized search combining both -Ss and -Qs output. Installed
23 packages are easily identified with a *** and local-only packages are also
24 listed.
26 bacman - regenerate a pacman package based on installed files and the pacman
27 database entries. Useful for reuse, or possible config file extension.
29 vimprojects - a project file for the vim project plugin.
31 wget-xdelta.sh - A download script for pacman which allows binary deltas
32 generated with makepkg to be used instead of downloading full binary packages.
33 This should cut download sizes for some package upgrades significantly.