add missing utilities to contrib/README
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
6617182229
commit
529cf928ab
1 changed files with 14 additions and 4 deletions
|
@ -4,11 +4,14 @@ PKGBUILD.vim - a vim/gvim syntax file for PKGBUILDs. Colors known variable
|
||||||
names, highlights common errors such as invalid characters in pkgname or
|
names, highlights common errors such as invalid characters in pkgname or
|
||||||
pkgver, etc.
|
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
|
bash_completion - a bash completion script for pacman, install in
|
||||||
/etc/bash_completion.d/ for use (but rename to something descriptive!).
|
/etc/bash_completion.d/ for use (but rename to something descriptive!).
|
||||||
|
|
||||||
zsh_completion - a zsh completion script, install (with a rename) to
|
paccache - a flexible package cache cleaning utility that allows greater
|
||||||
/usr/share/zsh/site-functions/.
|
control over which packages are removed.
|
||||||
|
|
||||||
pacdiff - a simple pacnew/pacorig/pacsave updater for /etc/.
|
pacdiff - a simple pacnew/pacorig/pacsave updater for /etc/.
|
||||||
|
|
||||||
|
@ -16,6 +19,8 @@ paclist - list all packages installed from a given repository. Useful for
|
||||||
seeing which packages you may have installed from the testing repository,
|
seeing which packages you may have installed from the testing repository,
|
||||||
for instance.
|
for instance.
|
||||||
|
|
||||||
|
paclog-pkglist - lists currently installs packages based pacman's log.
|
||||||
|
|
||||||
pacscripts - tries to print out the {pre,post}_{install,remove,upgrade}
|
pacscripts - tries to print out the {pre,post}_{install,remove,upgrade}
|
||||||
scripts of a given package.
|
scripts of a given package.
|
||||||
|
|
||||||
|
@ -23,8 +28,13 @@ pacsearch - a colorized search combining both -Ss and -Qs output. Installed
|
||||||
packages are easily identified with a *** and local-only packages are also
|
packages are easily identified with a *** and local-only packages are also
|
||||||
listed.
|
listed.
|
||||||
|
|
||||||
bacman - regenerate a pacman package based on installed files and the pacman
|
pacsysclean - lists installed packages sorted by size.
|
||||||
database entries. Useful for reuse, or possible config file extension.
|
|
||||||
|
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.
|
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/.
|
||||||
|
|
Loading…
Add table
Reference in a new issue