summaryrefslogtreecommitdiffstats
path: root/contrib/README
diff options
context:
space:
mode:
authorChantry Xavier <shiningxc@gmail.com>2008-05-10 12:33:15 +0200
committerDan McGee <dan@archlinux.org>2008-05-10 18:13:24 +0200
commit0bfc8adf377e7c0d4870fd79999b359a00bc96e2 (patch)
tree4659e0f767d41fc74f9cac3a2baf37f0446bc48d /contrib/README
parent1ba0d84da29d436f2b82c8961886ea2d021194d0 (diff)
downloadpacman-0bfc8adf377e7c0d4870fd79999b359a00bc96e2.tar.gz
pacman-0bfc8adf377e7c0d4870fd79999b359a00bc96e2.tar.xz
contrib/paclist: list packages installed from given repo.
The paclist script provides a simple method for monitoring which packages are installed from a given repo. This is particularly useful when using a testing or unstable repository. Thanks to Allan McRae for the idea and an initial bash script. As suggested by Dan, I tried to rewrite in perl, and this resulted in much better performance. Then Dan further cleaned up the script. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> [Dan: add to Makefile & README, minor script cleanups] Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
index 1a1b6a9c..73dbade0 100644
--- a/contrib/README
+++ b/contrib/README
@@ -12,6 +12,10 @@ zsh_completion - a zsh completion script, install (with a rename) to
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.
+
pacsearch - a colorized search combining both -Ss and -Qs output. Installed
packages are easily identified with a *** and local-only packages are also
listed.