EXAMPLES="EXAMPLE COMMANDS:

 $SELF s SEARCH			# list pkgs in current repo matching SEARCH
 $SELF sa SEARCH			# list pkgs in all repos matching SEARCH
 $SELF n SEARCH			# search name only, list all matching pkgs
 $SELF g filezilla		# get & install filezilla and deps
 $SELF -a g filezilla		# ask to download filezilla and its deps
 $SELF -a la			# ask to delete all downloaded packages
 $SELF -a e PKGNAME		# install deps of PKGNAME, ask each time
 $SELF -a d qupzilla-1.2.0	# ask to download qupzilla-1.2.0
 $SELF go filezilla		# download filezilla & deps, don't install
 $SELF e PKGNAME			# install all deps of PKGNAME, dont ask
 $SELF d qupzilla-1.3.1		# download qupzilla-1.3.1 no questions
 $SELF l qupzilla-1.3.1		# delete the downloaded qupzilla-1.3.1
 $SELF pb jwm			# compile, build & install the 'jwm' package
 $SELF la				# delete all downloaded packages without asking!
 $SELF li vim | $SELF -ps -		# Get info on all installed Vim pkgs
 $SELF li vim | $SELF -wr -		# Get repo of an installed Vim pkg 
 $SELF li | $SELF -a u -		# Ask to uninstall installed pkgs one by one 
 $SELF dir2pet /path/to/dir/	# convert a local dir to a .pet package
 $SELF dir2sfs /path/to/dir/	# convert a local dir to a .sfs package
 $SELF i /path/to/file.pet	# install PET, include the extension!
 $SELF tgz2pet /path/to/file	# convert a local .tar.gz file to PET
 $SELF unpack /path/to/file	# extract the given pkg file contents"
