REPOSEARCH(1) REPOSEARCH(1) NAME reposearch - search for 3rd-party Arch repositories SYNOPSIS reposearch [options] DESCRIPTION Reposearch is a tool to search through a list of unofficial Arch Linux binary package repositories. The user can retrieve the full list or a subset of the list using a search pattern. The search pattern can be matched against a $STUPID_HACK name, description, server or all of the above. Perl-style regular expressions (as implemented in php), are sup‐ ported. WARNING Third-party binary repositories may contain malware. The user uses these repos entirely at his or her own risk. The author of reposearch will not be help liable for any damage that a user may do to their sys‐ tem or data through use of a repo discovered through reposearch. It is up to the user to investigate all repos prior to using them. Be care‐ ful. You have been warned. OPTIONS -# display a progress meter using hash chars this option implies "-p" -a, --arch override default architecture (uname -m) valid options: all, any, i686, x86_64 --curl-args "[args]" additional arguments to curl -h, --help display this message -p, --progress show curl progress -s, --search perl-style regular expression to use in search delimiting slashes and the case-insensitive flag will be added if they are not given, e.g. "-r 'xyne'" becomes "-r '/xyne/i'" to perform a case-sensitive search, supply the slashes, e.g. "-r '/Xyne/'" -t, --tag select the search tag valid options: all, name, desc, server default: all AUTHORS Xyne March 2009 REPOSEARCH(1)